@@ -9,7 +9,6 @@ require (
9
9
github.com/benbjohnson/clock v1.3.5
10
10
github.com/c-robinson/iplib v1.0.8
11
11
github.com/cenkalti/backoff/v4 v4.3.0
12
- github.com/cenkalti/backoff/v5 v5.0.2
13
12
github.com/creachadair/otp v0.5.0
14
13
github.com/google/gopacket v1.1.19
15
14
github.com/hashicorp/golang-lru v1.0.2
@@ -23,15 +22,15 @@ require (
23
22
github.com/mudler/go-processmanager v0.0.0-20240820160718-8b802d3ecf82
24
23
github.com/mudler/water v0.0.0-20221010214108-8c7313014ce0
25
24
github.com/multiformats/go-multiaddr v0.15.0
26
- github.com/onsi/ginkgo/v2 v2.23.3
27
- github.com/onsi/gomega v1.36.2
25
+ github.com/onsi/ginkgo/v2 v2.23.4
26
+ github.com/onsi/gomega v1.36.3
28
27
github.com/peterbourgon/diskv v2.0.1+incompatible
29
28
github.com/pkg/errors v0.9.1
30
29
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091
31
30
github.com/urfave/cli/v2 v2.27.6
32
31
github.com/vishvananda/netlink v1.3.0
33
32
go.uber.org/zap v1.27.0
34
- golang.org/x/sys v0.31 .0
33
+ golang.org/x/sys v0.32 .0
35
34
golang.zx2c4.com/wireguard/windows v0.5.3
36
35
gopkg.in/yaml.v2 v2.4.0
37
36
)
@@ -60,8 +59,8 @@ require (
60
59
github.com/godbus/dbus/v5 v5.1.0 // indirect
61
60
github.com/gogo/protobuf v1.3.2 // indirect
62
61
github.com/google/btree v1.1.2 // indirect
63
- github.com/google/go-cmp v0.6 .0 // indirect
64
- github.com/google/pprof v0.0.0-20250208200701-d0013a598941 // indirect
62
+ github.com/google/go-cmp v0.7 .0 // indirect
63
+ github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
65
64
github.com/google/uuid v1.6.0 // indirect
66
65
github.com/gorilla/websocket v1.5.3 // indirect
67
66
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
@@ -160,17 +159,18 @@ require (
160
159
go.opentelemetry.io/otel v1.34.0 // indirect
161
160
go.opentelemetry.io/otel/metric v1.34.0 // indirect
162
161
go.opentelemetry.io/otel/trace v1.34.0 // indirect
162
+ go.uber.org/automaxprocs v1.6.0 // indirect
163
163
go.uber.org/dig v1.18.0 // indirect
164
164
go.uber.org/fx v1.23.0 // indirect
165
165
go.uber.org/mock v0.5.0 // indirect
166
166
go.uber.org/multierr v1.11.0 // indirect
167
- golang.org/x/crypto v0.35 .0 // indirect
167
+ golang.org/x/crypto v0.36 .0 // indirect
168
168
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
169
- golang.org/x/mod v0.23 .0 // indirect
170
- golang.org/x/net v0.35 .0 // indirect
171
- golang.org/x/sync v0.11 .0 // indirect
172
- golang.org/x/text v0.22 .0 // indirect
173
- golang.org/x/tools v0.30 .0 // indirect
169
+ golang.org/x/mod v0.24 .0 // indirect
170
+ golang.org/x/net v0.37 .0 // indirect
171
+ golang.org/x/sync v0.12 .0 // indirect
172
+ golang.org/x/text v0.23 .0 // indirect
173
+ golang.org/x/tools v0.31 .0 // indirect
174
174
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
175
175
golang.zx2c4.com/wireguard v0.0.0-20220703234212-c31a7b1ab478 // indirect
176
176
gonum.org/v1/gonum v0.15.1 // indirect
0 commit comments