Skip to content

Commit 9f445fc

Browse files
committed
Merge branch 'main' into unstable
2 parents bffb464 + 0d92e10 commit 9f445fc

31 files changed

+363
-321
lines changed

.github/workflows/codetests.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ${{ matrix.os }}-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: actions/setup-go@v4
14+
- uses: actions/setup-go@v5
1515
with:
16-
go-version: '1.21'
16+
go-version: stable
1717
- name: go-generate
1818
run: go generate ./...
1919
- name: go-test
@@ -42,15 +42,15 @@ jobs:
4242
GOOS: ${{ matrix.os }}
4343
steps:
4444
- uses: actions/checkout@v4
45-
- uses: actions/setup-go@v4
45+
- uses: actions/setup-go@v5
4646
with:
47-
go-version: '1.21'
47+
go-version: stable
4848
- name: go-generate
4949
run: GOOS=darwin go generate ./...
5050
- name: golangci-lint
5151
uses: golangci/golangci-lint-action@v3
5252
with:
53-
version: 'v1.54'
53+
version: 'v1.55'
5454

5555
golangci-linux:
5656
# description: "Runs golangci-lint on linux against linux and windows."
@@ -63,25 +63,25 @@ jobs:
6363
GOOS: ${{ matrix.os }}
6464
steps:
6565
- uses: actions/checkout@v4
66-
- uses: actions/setup-go@v4
66+
- uses: actions/setup-go@v5
6767
with:
68-
go-version: '1.21'
68+
go-version: stable
6969
- name: go-generate
7070
run: GOOS=linux go generate ./...
7171
- name: golangci-lint
7272
uses: golangci/golangci-lint-action@v3
7373
with:
74-
version: 'v1.54'
74+
version: 'v1.55'
7575

7676
homebrew-test:
7777
# description: "Installs dependencies on macOS and runs `make install` to mimic a homebrew install."
7878
name: test-homebrew-install
7979
runs-on: macos-latest
8080
steps:
8181
- uses: actions/checkout@v4
82-
- uses: actions/setup-go@v4
82+
- uses: actions/setup-go@v5
8383
with:
84-
go-version: '1.21'
84+
go-version: stable
8585
- name: go-generate
8686
run: go generate ./...
8787
- name: make-install

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
# we need the whole thing so we can count commits.
2626
fetch-depth: '0'
27-
- uses: actions/setup-go@v4
27+
- uses: actions/setup-go@v5
2828
with:
2929
go-version: 'stable'
3030
- name: go-generate
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
# we need the whole thing so we can count commits.
6060
fetch-depth: '0'
61-
- uses: actions/setup-go@v4
61+
- uses: actions/setup-go@v5
6262
with:
6363
go-version: 'stable'
6464
- name: make-release
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
steps:
9090
- name: "Download files: ${{ matrix.files }}"
91-
uses: actions/download-artifact@v3
91+
uses: actions/download-artifact@v4
9292
with:
9393
name: ${{ matrix.files }}
9494
- name: Upload files to unstable.golift.io
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ubuntu-latest
110110
steps:
111111
- name: Download release files
112-
uses: actions/download-artifact@v3
112+
uses: actions/download-artifact@v4
113113
with:
114114
name: release
115115
- uses: golift/upload-packagecloud@v1
@@ -128,7 +128,7 @@ jobs:
128128
runs-on: ubuntu-latest
129129
steps:
130130
- name: Download release files
131-
uses: actions/download-artifact@v3
131+
uses: actions/download-artifact@v4
132132
with:
133133
name: release
134134
- uses: golift/upload-packagecloud@v1
@@ -152,7 +152,7 @@ jobs:
152152
runs-on: ubuntu-latest
153153
steps:
154154
- name: Download ${{ matrix.files }} Files
155-
uses: actions/download-artifact@v3
155+
uses: actions/download-artifact@v4
156156
with:
157157
name: ${{ matrix.files }}
158158
- name: Publish ${{ matrix.files }} artifacts to github

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="https://docs.notifiarr.com/img/repo-logo.png">
1+
<img src="https://gh.notifiarr.com/img/repo-logo.png">
22

33
This is the unified client for [Notifiarr.com](https://notifiarr.com).
44
The client enables content requests from Media Bot in your Discord Server and also provides reports for Plex usage and system health among many other features.
@@ -550,12 +550,12 @@ integrations are used for things like storage, building, compiling, distribution
550550
documentation support. This project succeeds because of them. Thank you!
551551

552552
<p style="text-align: center;">
553-
<a title="PackageCloud" alt="PackageCloud" href="https://packagecloud.io"><img src="https://docs.golift.io/integrations/packagecloud.png"/></a>
554-
<a title="GitHub" alt="GitHub" href="https://GitHub.com"><img src="https://docs.golift.io/integrations/octocat.png"/></a>
555-
<a title="Docker Cloud" alt="Docker" href="https://cloud.docker.com"><img src="https://docs.golift.io/integrations/docker.png"/></a>
556-
<a title="Homebrew" alt="Homebrew" href="https://brew.sh"><img src="https://docs.golift.io/integrations/homebrew.png"/></a>
557-
<a title="Go Lift" alt="Go Lift" href="https://golift.io"><img src="https://docs.golift.io/integrations/golift.png"/></a>
558-
<a title="Better Uptime" alt="Go Lift" href="https://betteruptime.com"><img src="https://docs.golift.io/integrations/betteruptime.png"/></a>
553+
<a title="PackageCloud" alt="PackageCloud" href="https://packagecloud.io"><img src="https://golift.io/integrations/packagecloud.png"/></a>
554+
<a title="GitHub" alt="GitHub" href="https://GitHub.com"><img src="https://golift.io/integrations/octocat.png"/></a>
555+
<a title="Docker Cloud" alt="Docker" href="https://cloud.docker.com"><img src="https://golift.io/integrations/docker.png"/></a>
556+
<a title="Homebrew" alt="Homebrew" href="https://brew.sh"><img src="https://golift.io/integrations/homebrew.png"/></a>
557+
<a title="Go Lift" alt="Go Lift" href="https://golift.io"><img src="https://golift.io/integrations/golift.png"/></a>
558+
<a title="Better Uptime" alt="Go Lift" href="https://betteruptime.com"><img src="https://golift.io/integrations/betteruptime.png"/></a>
559559
</p>
560560

561561
## Contributing

go.mod

+38-37
Original file line numberDiff line numberDiff line change
@@ -10,70 +10,70 @@ require (
1010
github.com/dsnet/compress v0.0.1
1111
github.com/energye/systray v1.0.2
1212
github.com/fsnotify/fsnotify v1.7.0
13-
github.com/gen2brain/beeep v0.0.0-20230907135156-1a38885a97fc
13+
github.com/gen2brain/beeep v0.0.0-20240112042604-c7bb2cd88fea
1414
github.com/gen2brain/dlgs v0.0.0-20220603100644-40c77870fa8d
1515
github.com/go-ping/ping v1.1.0
1616
github.com/go-sql-driver/mysql v1.7.1
17-
github.com/gonutz/w32/v2 v2.10.0
18-
github.com/gorilla/mux v1.8.0
19-
github.com/gorilla/schema v1.2.0
20-
github.com/gorilla/securecookie v1.1.1
21-
github.com/gorilla/websocket v1.5.0
17+
github.com/gonutz/w32/v2 v2.11.1
18+
github.com/gorilla/mux v1.8.1
19+
github.com/gorilla/schema v1.2.1
20+
github.com/gorilla/securecookie v1.1.2
21+
github.com/gorilla/websocket v1.5.1
2222
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
2323
github.com/hekmon/transmissionrpc/v3 v3.0.0
2424
github.com/hugelgupf/go-shlex v0.0.0-20200702092117-c80c9d0918fa
25-
github.com/jackpal/gateway v1.0.10
25+
github.com/jackpal/gateway v1.0.13
2626
github.com/jaypipes/ghw v0.12.0
2727
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
2828
github.com/kevinburke/go-bindata/v4 v4.0.2
2929
github.com/lestrrat-go/apache-logformat/v2 v2.0.6
3030
github.com/mitchellh/go-homedir v1.1.0
3131
github.com/mrobinsn/go-rtorrent v1.8.0
3232
github.com/nxadm/tail v1.4.11
33-
github.com/shirou/gopsutil/v3 v3.23.10
33+
github.com/shirou/gopsutil/v3 v3.24.1
3434
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace
3535
github.com/stretchr/testify v1.8.4
36-
github.com/swaggo/swag v1.16.2
37-
golang.org/x/crypto v0.14.0
36+
github.com/swaggo/swag v1.16.3
37+
golang.org/x/crypto v0.18.0
3838
golang.org/x/mod v0.14.0
39-
golang.org/x/sys v0.14.0
39+
golang.org/x/sys v0.16.0
4040
golang.org/x/text v0.14.0
41-
golang.org/x/time v0.4.0
41+
golang.org/x/time v0.5.0
4242
golift.io/cache v0.0.2
43-
golift.io/cnfg v0.2.2
43+
golift.io/cnfg v0.2.3
4444
golift.io/cnfgfile v0.0.0-20230531075023-f880041cc0a0
4545
golift.io/datacounter v1.0.4
4646
golift.io/deluge v0.10.1
47-
golift.io/mulery v0.0.4
47+
golift.io/mulery v0.0.5
4848
golift.io/nzbget v0.1.5
49-
golift.io/qbit v0.0.0-20230904231408-277087540366
49+
golift.io/qbit v0.0.0-20240203190039-8f98b32d1e66
5050
golift.io/rotatorr v0.0.0-20230911015553-cd2abbd726c7
5151
golift.io/starr v1.0.1-0.20231103013021-4a3f9d0d4fb4
5252
golift.io/version v0.0.2
5353
golift.io/xtractr v0.2.2
54-
modernc.org/sqlite v1.27.0
54+
modernc.org/sqlite v1.28.0
5555
)
5656

5757
require (
5858
github.com/KyleBanks/depth v1.2.1 // indirect
5959
github.com/StackExchange/wmi v1.2.1 // indirect
60-
github.com/andybalholm/brotli v1.0.6 // indirect
60+
github.com/andybalholm/brotli v1.1.0 // indirect
6161
github.com/bodgit/plumbing v1.3.0 // indirect
62-
github.com/bodgit/sevenzip v1.4.3 // indirect
62+
github.com/bodgit/sevenzip v1.4.5 // indirect
6363
github.com/bodgit/windows v1.0.1 // indirect
6464
github.com/davecgh/go-spew v1.1.1 // indirect
6565
github.com/dustin/go-humanize v1.0.1 // indirect
6666
github.com/ghodss/yaml v1.0.0 // indirect
6767
github.com/go-ole/go-ole v1.3.0 // indirect
68-
github.com/go-openapi/jsonpointer v0.20.0 // indirect
69-
github.com/go-openapi/jsonreference v0.20.2 // indirect
70-
github.com/go-openapi/spec v0.20.9 // indirect
71-
github.com/go-openapi/swag v0.22.4 // indirect
68+
github.com/go-openapi/jsonpointer v0.20.2 // indirect
69+
github.com/go-openapi/jsonreference v0.20.4 // indirect
70+
github.com/go-openapi/spec v0.20.14 // indirect
71+
github.com/go-openapi/swag v0.22.9 // indirect
7272
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
7373
github.com/godbus/dbus/v5 v5.1.0 // indirect
74-
github.com/google/uuid v1.3.1 // indirect
74+
github.com/google/uuid v1.6.0 // indirect
7575
github.com/gopherjs/gopherjs v1.17.2 // indirect
76-
github.com/gorilla/rpc v1.2.0 // indirect
76+
github.com/gorilla/rpc v1.2.1 // indirect
7777
github.com/hashicorp/errwrap v1.1.0 // indirect
7878
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
7979
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -82,38 +82,39 @@ require (
8282
github.com/josharian/intern v1.0.0 // indirect
8383
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
8484
github.com/kdomanski/iso9660 v0.4.0 // indirect
85-
github.com/klauspost/compress v1.17.1 // indirect
85+
github.com/klauspost/compress v1.17.5 // indirect
8686
github.com/lestrrat-go/strftime v1.0.6 // indirect
87-
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
87+
github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed // indirect
8888
github.com/mailru/easyjson v0.7.7 // indirect
89-
github.com/mattn/go-isatty v0.0.19 // indirect
89+
github.com/mattn/go-isatty v0.0.20 // indirect
90+
github.com/ncruces/go-strftime v0.1.9 // indirect
9091
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
9192
github.com/nwaples/rardecode v1.1.3 // indirect
92-
github.com/pierrec/lz4/v4 v4.1.18 // indirect
93+
github.com/pierrec/lz4/v4 v4.1.21 // indirect
9394
github.com/pkg/errors v0.9.1 // indirect
9495
github.com/pmezard/go-difflib v1.0.0 // indirect
9596
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
9697
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
97-
github.com/rogpeppe/go-internal v1.11.0 // indirect
9898
github.com/shoenig/go-m1cpu v0.1.6 // indirect
99+
github.com/stretchr/objx v0.5.1 // indirect
99100
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
100101
github.com/tevino/abool v1.2.0 // indirect
101-
github.com/tklauser/go-sysconf v0.3.12 // indirect
102-
github.com/tklauser/numcpus v0.6.1 // indirect
102+
github.com/tklauser/go-sysconf v0.3.13 // indirect
103+
github.com/tklauser/numcpus v0.7.0 // indirect
103104
github.com/ulikunitz/xz v0.5.11 // indirect
104-
github.com/yusufpapurcu/wmi v1.2.3 // indirect
105+
github.com/yusufpapurcu/wmi v1.2.4 // indirect
105106
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
106-
golang.org/x/net v0.17.0 // indirect
107-
golang.org/x/sync v0.4.0 // indirect
108-
golang.org/x/tools v0.14.0 // indirect
107+
golang.org/x/net v0.20.0 // indirect
108+
golang.org/x/sync v0.6.0 // indirect
109+
golang.org/x/tools v0.17.0 // indirect
109110
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
110111
gopkg.in/yaml.v2 v2.4.0 // indirect
111112
gopkg.in/yaml.v3 v3.0.1 // indirect
112-
howett.net/plist v1.0.0 // indirect
113+
howett.net/plist v1.0.1 // indirect
113114
lukechampine.com/uint128 v1.3.0 // indirect
114115
modernc.org/cc/v3 v3.41.0 // indirect
115116
modernc.org/ccgo/v3 v3.16.15 // indirect
116-
modernc.org/libc v1.29.0 // indirect
117+
modernc.org/libc v1.40.17 // indirect
117118
modernc.org/mathutil v1.6.0 // indirect
118119
modernc.org/memory v1.7.2 // indirect
119120
modernc.org/opt v0.1.3 // indirect

0 commit comments

Comments
 (0)