@@ -8,15 +8,15 @@ replace github.com/tc-hib/winres => github.com/dhaavi/winres v0.2.2
8
8
require (
9
9
fyne.io/systray v1.11.0
10
10
github.com/VictoriaMetrics/metrics v1.35.1
11
- github.com/Xuanwo/go-locale v1.1.1
11
+ github.com/Xuanwo/go-locale v1.1.2
12
12
github.com/aead/serpent v0.0.0-20160714141033-fba169763ea6
13
13
github.com/agext/levenshtein v1.2.3
14
14
github.com/armon/go-radix v1.0.0
15
15
github.com/awalterschulze/gographviz v2.0.3+incompatible
16
16
github.com/bluele/gcache v0.0.2
17
17
github.com/brianvoe/gofakeit v3.18.0+incompatible
18
18
github.com/cilium/ebpf v0.16.0
19
- github.com/coreos/go-iptables v0.7 .0
19
+ github.com/coreos/go-iptables v0.8 .0
20
20
github.com/davecgh/go-spew v1.1.1
21
21
github.com/dgraph-io/badger v1.6.2
22
22
github.com/dhaavi/go-notify v0.0.0-20190209221809-c404b1f22435
@@ -32,8 +32,9 @@ require (
32
32
github.com/gorilla/websocket v1.5.3
33
33
github.com/hashicorp/go-multierror v1.1.1
34
34
github.com/hashicorp/go-version v1.7.0
35
- github.com/jackc/puddle/v2 v2.2.1
35
+ github.com/jackc/puddle/v2 v2.2.2
36
36
github.com/lmittmann/tint v1.0.5
37
+ github.com/maruel/panicparse/v2 v2.3.1
37
38
github.com/mat/besticon v3.12.0+incompatible
38
39
github.com/mattn/go-colorable v0.1.13
39
40
github.com/mattn/go-isatty v0.0.20
@@ -44,7 +45,7 @@ require (
44
45
github.com/oschwald/maxminddb-golang v1.13.1
45
46
github.com/r3labs/diff/v3 v3.0.1
46
47
github.com/rot256/pblind v0.0.0-20240730113005-f3275049ead5
47
- github.com/safing/jess v0.3.4
48
+ github.com/safing/jess v0.3.5
48
49
github.com/safing/structures v1.1.0
49
50
github.com/seehuhn/fortuna v1.0.1
50
51
github.com/shirou/gopsutil v3.21.11+incompatible
@@ -54,18 +55,18 @@ require (
54
55
github.com/tannerryan/ring v1.1.2
55
56
github.com/tc-hib/winres v0.3.1
56
57
github.com/tevino/abool v1.2.0
57
- github.com/tidwall/gjson v1.17.3
58
+ github.com/tidwall/gjson v1.18.0
58
59
github.com/tidwall/sjson v1.2.5
59
60
github.com/umahmood/haversine v0.0.0-20151105152445-808ab04add26
60
61
github.com/vincent-petithory/dataurl v1.0.0
61
- go.etcd.io/bbolt v1.3.10
62
- golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
63
- golang.org/x/image v0.19 .0
64
- golang.org/x/net v0.28 .0
65
- golang.org/x/sync v0.8 .0
66
- golang.org/x/sys v0.24 .0
62
+ go.etcd.io/bbolt v1.3.11
63
+ golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
64
+ golang.org/x/image v0.22 .0
65
+ golang.org/x/net v0.31 .0
66
+ golang.org/x/sync v0.9 .0
67
+ golang.org/x/sys v0.27 .0
67
68
gopkg.in/yaml.v3 v3.0.1
68
- zombiezen.com/go/sqlite v1.3 .0
69
+ zombiezen.com/go/sqlite v1.4 .0
69
70
)
70
71
71
72
require (
@@ -89,8 +90,7 @@ require (
89
90
github.com/hashicorp/errwrap v1.1.0 // indirect
90
91
github.com/inconshreveable/mousetrap v1.1.0 // indirect
91
92
github.com/josharian/native v1.1.0 // indirect
92
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
93
- github.com/maruel/panicparse/v2 v2.3.1 // indirect
93
+ github.com/klauspost/cpuid/v2 v2.2.9 // indirect
94
94
github.com/mdlayher/netlink v1.7.2 // indirect
95
95
github.com/mdlayher/socket v0.5.1 // indirect
96
96
github.com/mitchellh/reflectwalk v1.0.2 // indirect
@@ -105,7 +105,7 @@ require (
105
105
github.com/tidwall/match v1.1.1 // indirect
106
106
github.com/tidwall/pretty v1.2.1 // indirect
107
107
github.com/tklauser/go-sysconf v0.3.14 // indirect
108
- github.com/tklauser/numcpus v0.8 .0 // indirect
108
+ github.com/tklauser/numcpus v0.9 .0 // indirect
109
109
github.com/valyala/fastrand v1.1.0 // indirect
110
110
github.com/valyala/histogram v1.2.0 // indirect
111
111
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
@@ -114,14 +114,14 @@ require (
114
114
github.com/yusufpapurcu/wmi v1.2.4 // indirect
115
115
github.com/zalando/go-keyring v0.2.5 // indirect
116
116
github.com/zeebo/blake3 v0.2.4 // indirect
117
- golang.org/x/crypto v0.26 .0 // indirect
118
- golang.org/x/mod v0.20 .0 // indirect
119
- golang.org/x/text v0.17 .0 // indirect
120
- golang.org/x/tools v0.24 .0 // indirect
117
+ golang.org/x/crypto v0.29 .0 // indirect
118
+ golang.org/x/mod v0.22 .0 // indirect
119
+ golang.org/x/text v0.20 .0 // indirect
120
+ golang.org/x/tools v0.27 .0 // indirect
121
121
google.golang.org/protobuf v1.34.2 // indirect
122
122
gopkg.in/yaml.v2 v2.4.0 // indirect
123
- modernc.org/libc v1.59.9 // indirect
123
+ modernc.org/libc v1.61.0 // indirect
124
124
modernc.org/mathutil v1.6.0 // indirect
125
125
modernc.org/memory v1.8.0 // indirect
126
- modernc.org/sqlite v1.32.0 // indirect
126
+ modernc.org/sqlite v1.33.1 // indirect
127
127
)
0 commit comments