Skip to content

Commit 38e9e34

Browse files
committed
Update deps
1 parent ee58324 commit 38e9e34

File tree

2 files changed

+63
-64
lines changed

2 files changed

+63
-64
lines changed

Diff for: go.mod

+21-21
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ replace github.com/tc-hib/winres => github.com/dhaavi/winres v0.2.2
88
require (
99
fyne.io/systray v1.11.0
1010
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
1212
github.com/aead/serpent v0.0.0-20160714141033-fba169763ea6
1313
github.com/agext/levenshtein v1.2.3
1414
github.com/armon/go-radix v1.0.0
1515
github.com/awalterschulze/gographviz v2.0.3+incompatible
1616
github.com/bluele/gcache v0.0.2
1717
github.com/brianvoe/gofakeit v3.18.0+incompatible
1818
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
2020
github.com/davecgh/go-spew v1.1.1
2121
github.com/dgraph-io/badger v1.6.2
2222
github.com/dhaavi/go-notify v0.0.0-20190209221809-c404b1f22435
@@ -32,8 +32,9 @@ require (
3232
github.com/gorilla/websocket v1.5.3
3333
github.com/hashicorp/go-multierror v1.1.1
3434
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
3636
github.com/lmittmann/tint v1.0.5
37+
github.com/maruel/panicparse/v2 v2.3.1
3738
github.com/mat/besticon v3.12.0+incompatible
3839
github.com/mattn/go-colorable v0.1.13
3940
github.com/mattn/go-isatty v0.0.20
@@ -44,7 +45,7 @@ require (
4445
github.com/oschwald/maxminddb-golang v1.13.1
4546
github.com/r3labs/diff/v3 v3.0.1
4647
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
4849
github.com/safing/structures v1.1.0
4950
github.com/seehuhn/fortuna v1.0.1
5051
github.com/shirou/gopsutil v3.21.11+incompatible
@@ -54,18 +55,18 @@ require (
5455
github.com/tannerryan/ring v1.1.2
5556
github.com/tc-hib/winres v0.3.1
5657
github.com/tevino/abool v1.2.0
57-
github.com/tidwall/gjson v1.17.3
58+
github.com/tidwall/gjson v1.18.0
5859
github.com/tidwall/sjson v1.2.5
5960
github.com/umahmood/haversine v0.0.0-20151105152445-808ab04add26
6061
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
6768
gopkg.in/yaml.v3 v3.0.1
68-
zombiezen.com/go/sqlite v1.3.0
69+
zombiezen.com/go/sqlite v1.4.0
6970
)
7071

7172
require (
@@ -89,8 +90,7 @@ require (
8990
github.com/hashicorp/errwrap v1.1.0 // indirect
9091
github.com/inconshreveable/mousetrap v1.1.0 // indirect
9192
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
9494
github.com/mdlayher/netlink v1.7.2 // indirect
9595
github.com/mdlayher/socket v0.5.1 // indirect
9696
github.com/mitchellh/reflectwalk v1.0.2 // indirect
@@ -105,7 +105,7 @@ require (
105105
github.com/tidwall/match v1.1.1 // indirect
106106
github.com/tidwall/pretty v1.2.1 // indirect
107107
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
109109
github.com/valyala/fastrand v1.1.0 // indirect
110110
github.com/valyala/histogram v1.2.0 // indirect
111111
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
@@ -114,14 +114,14 @@ require (
114114
github.com/yusufpapurcu/wmi v1.2.4 // indirect
115115
github.com/zalando/go-keyring v0.2.5 // indirect
116116
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
121121
google.golang.org/protobuf v1.34.2 // indirect
122122
gopkg.in/yaml.v2 v2.4.0 // indirect
123-
modernc.org/libc v1.59.9 // indirect
123+
modernc.org/libc v1.61.0 // indirect
124124
modernc.org/mathutil v1.6.0 // indirect
125125
modernc.org/memory v1.8.0 // indirect
126-
modernc.org/sqlite v1.32.0 // indirect
126+
modernc.org/sqlite v1.33.1 // indirect
127127
)

0 commit comments

Comments
 (0)