File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
20
20
github.com/stretchr/testify v1.9.0
21
21
go.etcd.io/bbolt v1.3.10
22
22
golang.org/x/crypto v0.25.0
23
- golang.org/x/net v0.26 .0
23
+ golang.org/x/net v0.27 .0
24
24
)
25
25
26
26
// TODO: remove once https://github.com/karalabe/hid/pull/52 is merged.
Original file line number Diff line number Diff line change @@ -285,8 +285,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
285
285
golang.org/x/net v0.5.0 /go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws =
286
286
golang.org/x/net v0.6.0 /go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs =
287
287
golang.org/x/net v0.10.0 /go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg =
288
- golang.org/x/net v0.26 .0 h1:soB7SVo0PWrY4vPW/+ay0jKDNScG2X9wFeYlXIvJsOQ =
289
- golang.org/x/net v0.26 .0 /go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE =
288
+ golang.org/x/net v0.27 .0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys =
289
+ golang.org/x/net v0.27 .0 /go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE =
290
290
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
291
291
golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
292
292
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ golang.org/x/crypto/sha3
250
250
# golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8
251
251
## explicit; go 1.20
252
252
golang.org/x/exp/maps
253
- # golang.org/x/net v0.26 .0
253
+ # golang.org/x/net v0.27 .0
254
254
## explicit; go 1.18
255
255
golang.org/x/net/internal/socks
256
256
golang.org/x/net/proxy
You can’t perform that action at this time.
0 commit comments