Skip to content

Commit a1dc40b

Browse files
committed
chore: update dependencies
1 parent 980e825 commit a1dc40b

2 files changed

Lines changed: 83 additions & 136 deletions

File tree

go.mod

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,47 @@ go 1.25
55
toolchain go1.25.5
66

77
require (
8-
github.com/cenkalti/backoff/v4 v4.2.1
8+
github.com/cenkalti/backoff/v4 v4.3.0
99
github.com/devgianlu/shannon v0.0.0-20230613115856-82ec90b7fa7e
10-
github.com/godbus/dbus/v5 v5.1.0
11-
github.com/gofrs/flock v0.12.1
10+
github.com/godbus/dbus/v5 v5.2.0
11+
github.com/gofrs/flock v0.13.0
1212
github.com/grandcat/zeroconf v1.0.0
1313
github.com/jfreymuth/pulse v0.1.2-0.20241102120944-4ffb35054b53
14-
github.com/knadh/koanf/parsers/yaml v0.1.0
15-
github.com/knadh/koanf/providers/confmap v0.1.0
16-
github.com/knadh/koanf/providers/file v1.1.0
17-
github.com/knadh/koanf/providers/posflag v0.1.0
18-
github.com/knadh/koanf/v2 v2.1.1
14+
github.com/knadh/koanf/parsers/yaml v1.1.0
15+
github.com/knadh/koanf/providers/confmap v1.0.0
16+
github.com/knadh/koanf/providers/file v1.2.0
17+
github.com/knadh/koanf/providers/posflag v1.0.1
18+
github.com/knadh/koanf/v2 v2.3.0
1919
github.com/rs/cors v1.11.1
2020
github.com/sirupsen/logrus v1.9.3
21-
github.com/spf13/pflag v1.0.5
22-
github.com/stretchr/testify v1.9.0
21+
github.com/spf13/pflag v1.0.10
22+
github.com/stretchr/testify v1.11.1
2323
github.com/xlab/vorbis-go v0.0.0-20210911202351-b5b85f1ec645
2424
go.uber.org/goleak v1.3.0
25-
golang.org/x/crypto v0.24.0
26-
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
27-
golang.org/x/net v0.26.0
28-
golang.org/x/oauth2 v0.21.0
29-
golang.org/x/sys v0.22.0
30-
google.golang.org/protobuf v1.30.0
31-
nhooyr.io/websocket v1.8.7
25+
golang.org/x/crypto v0.46.0
26+
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9
27+
golang.org/x/net v0.48.0
28+
golang.org/x/oauth2 v0.34.0
29+
golang.org/x/sys v0.39.0
30+
google.golang.org/protobuf v1.36.11
31+
nhooyr.io/websocket v1.8.17
3232
)
3333

3434
require (
3535
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
3636
github.com/davecgh/go-spew v1.1.1 // indirect
37-
github.com/fsnotify/fsnotify v1.7.0 // indirect
38-
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
39-
github.com/klauspost/compress v1.10.3 // indirect
40-
github.com/knadh/koanf/maps v0.1.1 // indirect
41-
github.com/kr/text v0.2.0 // indirect
42-
github.com/miekg/dns v1.1.54 // indirect
37+
github.com/fsnotify/fsnotify v1.9.0 // indirect
38+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
39+
github.com/knadh/koanf/maps v0.1.2 // indirect
40+
github.com/miekg/dns v1.1.69 // indirect
4341
github.com/mitchellh/copystructure v1.2.0 // indirect
4442
github.com/mitchellh/reflectwalk v1.0.2 // indirect
4543
github.com/pmezard/go-difflib v1.0.0 // indirect
46-
github.com/rogpeppe/go-internal v1.13.1 // indirect
47-
github.com/stretchr/objx v0.5.2 // indirect
48-
golang.org/x/mod v0.18.0 // indirect
49-
golang.org/x/sync v0.7.0 // indirect
50-
golang.org/x/tools v0.22.0 // indirect
44+
github.com/rogpeppe/go-internal v1.14.1 // indirect
45+
github.com/stretchr/objx v0.5.3 // indirect
46+
go.yaml.in/yaml/v3 v3.0.4 // indirect
47+
golang.org/x/mod v0.31.0 // indirect
48+
golang.org/x/sync v0.19.0 // indirect
49+
golang.org/x/tools v0.40.0 // indirect
5150
gopkg.in/yaml.v3 v3.0.1 // indirect
5251
)

0 commit comments

Comments
 (0)