Skip to content

Commit 4ae29fa

Browse files
authored
update deps, bug fix (#823)
2 parents c7c59da + f8d62dc commit 4ae29fa

File tree

6 files changed

+66
-65
lines changed

6 files changed

+66
-65
lines changed

Diff for: go.mod

+20-19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/Notifiarr/notifiarr
22

3-
go 1.22
3+
go 1.22.0
4+
5+
toolchain go1.22.6
46

57
// pflag and tail are pinned to master. 12/31/2022
68

@@ -23,21 +25,21 @@ require (
2325
github.com/hekmon/transmissionrpc/v3 v3.0.0
2426
github.com/hugelgupf/go-shlex v0.0.0-20200702092117-c80c9d0918fa
2527
github.com/jackpal/gateway v1.0.15
26-
github.com/jaypipes/ghw v0.12.0
28+
github.com/jaypipes/ghw v0.13.0
2729
github.com/jxeng/shortcut v1.0.2
2830
github.com/lestrrat-go/apache-logformat/v2 v2.0.6
2931
github.com/mitchellh/go-homedir v1.1.0
3032
github.com/mrobinsn/go-rtorrent v1.8.0
3133
github.com/nxadm/tail v1.4.11
32-
github.com/shirou/gopsutil/v4 v4.24.7
34+
github.com/shirou/gopsutil/v4 v4.24.8
3335
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace
3436
github.com/stretchr/testify v1.9.0
3537
github.com/swaggo/swag v1.16.3
36-
github.com/vearutop/statigz v1.4.0
37-
golang.org/x/crypto v0.26.0
38-
golang.org/x/mod v0.20.0
39-
golang.org/x/sys v0.24.0
40-
golang.org/x/text v0.17.0
38+
github.com/vearutop/statigz v1.4.3
39+
golang.org/x/crypto v0.27.0
40+
golang.org/x/mod v0.21.0
41+
golang.org/x/sys v0.25.0
42+
golang.org/x/text v0.18.0
4143
golang.org/x/time v0.6.0
4244
golift.io/cache v0.0.2
4345
golift.io/cnfg v0.2.3
@@ -48,10 +50,10 @@ require (
4850
golift.io/nzbget v0.1.5
4951
golift.io/qbit v0.0.0-20240715191156-11930ac2546e
5052
golift.io/rotatorr v0.0.0-20240723172740-cb73b9c4894c
51-
golift.io/starr v1.0.1-0.20240717055349-aa3e015cc8a4
53+
golift.io/starr v1.0.1-0.20240918221538-33c5229c6ddb
5254
golift.io/version v0.0.2
5355
golift.io/xtractr v0.2.2
54-
modernc.org/sqlite v1.32.0
56+
modernc.org/sqlite v1.33.1
5557
)
5658

5759
require (
@@ -60,11 +62,10 @@ require (
6062
github.com/StackExchange/wmi v1.2.1 // indirect
6163
github.com/andybalholm/brotli v1.1.0 // indirect
6264
github.com/bodgit/plumbing v1.3.0 // indirect
63-
github.com/bodgit/sevenzip v1.5.1 // indirect
65+
github.com/bodgit/sevenzip v1.5.2 // indirect
6466
github.com/bodgit/windows v1.0.1 // indirect
6567
github.com/davecgh/go-spew v1.1.1 // indirect
6668
github.com/dustin/go-humanize v1.0.1 // indirect
67-
github.com/ghodss/yaml v1.0.0 // indirect
6869
github.com/go-ole/go-ole v1.3.0 // indirect
6970
github.com/go-openapi/jsonpointer v0.21.0 // indirect
7071
github.com/go-openapi/jsonreference v0.21.0 // indirect
@@ -84,8 +85,8 @@ require (
8485
github.com/josharian/intern v1.0.0 // indirect
8586
github.com/kdomanski/iso9660 v0.4.0 // indirect
8687
github.com/klauspost/compress v1.17.9 // indirect
87-
github.com/lestrrat-go/strftime v1.0.6 // indirect
88-
github.com/lufia/plan9stats v0.0.0-20240513124658-fba389f38bae // indirect
88+
github.com/lestrrat-go/strftime v1.1.0 // indirect
89+
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
8990
github.com/mailru/easyjson v0.7.7 // indirect
9091
github.com/mattn/go-isatty v0.0.20 // indirect
9192
github.com/ncruces/go-strftime v0.1.9 // indirect
@@ -105,15 +106,15 @@ require (
105106
github.com/ulikunitz/xz v0.5.12 // indirect
106107
github.com/yusufpapurcu/wmi v1.2.4 // indirect
107108
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
108-
golang.org/x/net v0.27.0 // indirect
109+
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
110+
golang.org/x/net v0.29.0 // indirect
109111
golang.org/x/sync v0.8.0 // indirect
110-
golang.org/x/tools v0.23.0 // indirect
112+
golang.org/x/tools v0.25.0 // indirect
111113
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
112-
gopkg.in/yaml.v2 v2.4.0 // indirect
113114
gopkg.in/yaml.v3 v3.0.1 // indirect
114115
howett.net/plist v1.0.1 // indirect
115-
modernc.org/gc/v3 v3.0.0-20240304020402-f0dba7c97c2b // indirect
116-
modernc.org/libc v1.55.3 // indirect
116+
modernc.org/gc/v3 v3.0.0-20240801135723-a856999a2e4a // indirect
117+
modernc.org/libc v1.61.0 // indirect
117118
modernc.org/mathutil v1.6.0 // indirect
118119
modernc.org/memory v1.8.0 // indirect
119120
modernc.org/strutil v1.2.0 // indirect

0 commit comments

Comments
 (0)