1
1
module github.com/Notifiarr/notifiarr
2
2
3
- go 1.22
3
+ go 1.22.0
4
+
5
+ toolchain go1.22.6
4
6
5
7
// pflag and tail are pinned to master. 12/31/2022
6
8
@@ -23,21 +25,21 @@ require (
23
25
github.com/hekmon/transmissionrpc/v3 v3.0.0
24
26
github.com/hugelgupf/go-shlex v0.0.0-20200702092117-c80c9d0918fa
25
27
github.com/jackpal/gateway v1.0.15
26
- github.com/jaypipes/ghw v0.12 .0
28
+ github.com/jaypipes/ghw v0.13 .0
27
29
github.com/jxeng/shortcut v1.0.2
28
30
github.com/lestrrat-go/apache-logformat/v2 v2.0.6
29
31
github.com/mitchellh/go-homedir v1.1.0
30
32
github.com/mrobinsn/go-rtorrent v1.8.0
31
33
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
33
35
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace
34
36
github.com/stretchr/testify v1.9.0
35
37
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
41
43
golang.org/x/time v0.6.0
42
44
golift.io/cache v0.0.2
43
45
golift.io/cnfg v0.2.3
@@ -48,10 +50,10 @@ require (
48
50
golift.io/nzbget v0.1.5
49
51
golift.io/qbit v0.0.0-20240715191156-11930ac2546e
50
52
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
52
54
golift.io/version v0.0.2
53
55
golift.io/xtractr v0.2.2
54
- modernc.org/sqlite v1.32.0
56
+ modernc.org/sqlite v1.33.1
55
57
)
56
58
57
59
require (
@@ -60,11 +62,10 @@ require (
60
62
github.com/StackExchange/wmi v1.2.1 // indirect
61
63
github.com/andybalholm/brotli v1.1.0 // indirect
62
64
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
64
66
github.com/bodgit/windows v1.0.1 // indirect
65
67
github.com/davecgh/go-spew v1.1.1 // indirect
66
68
github.com/dustin/go-humanize v1.0.1 // indirect
67
- github.com/ghodss/yaml v1.0.0 // indirect
68
69
github.com/go-ole/go-ole v1.3.0 // indirect
69
70
github.com/go-openapi/jsonpointer v0.21.0 // indirect
70
71
github.com/go-openapi/jsonreference v0.21.0 // indirect
@@ -84,8 +85,8 @@ require (
84
85
github.com/josharian/intern v1.0.0 // indirect
85
86
github.com/kdomanski/iso9660 v0.4.0 // indirect
86
87
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
89
90
github.com/mailru/easyjson v0.7.7 // indirect
90
91
github.com/mattn/go-isatty v0.0.20 // indirect
91
92
github.com/ncruces/go-strftime v0.1.9 // indirect
@@ -105,15 +106,15 @@ require (
105
106
github.com/ulikunitz/xz v0.5.12 // indirect
106
107
github.com/yusufpapurcu/wmi v1.2.4 // indirect
107
108
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
109
111
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
111
113
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
112
- gopkg.in/yaml.v2 v2.4.0 // indirect
113
114
gopkg.in/yaml.v3 v3.0.1 // indirect
114
115
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
117
118
modernc.org/mathutil v1.6.0 // indirect
118
119
modernc.org/memory v1.8.0 // indirect
119
120
modernc.org/strutil v1.2.0 // indirect
0 commit comments