Skip to content

Commit 139d584

Browse files
Bump golang.org/x/crypto from 0.32.0 to 0.36.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.36.0. - [Commits](golang/crypto@v0.32.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c3f0ba commit 139d584

File tree

2 files changed

+16
-78
lines changed

2 files changed

+16
-78
lines changed

go.mod

+6-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/gravitl/netclient
22

33
go 1.23
4+
toolchain go1.24.1
45

56
require (
67
github.com/blang/semver v3.5.1+incompatible
@@ -27,11 +28,11 @@ require (
2728
github.com/spf13/viper v1.19.0
2829
github.com/stretchr/testify v1.10.0
2930
github.com/vishvananda/netlink v1.3.0
30-
golang.org/x/crypto v0.32.0
31+
golang.org/x/crypto v0.36.0
3132
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
3233
golang.org/x/net v0.34.0
33-
golang.org/x/sys v0.29.0
34-
golang.org/x/term v0.28.0
34+
golang.org/x/sys v0.31.0
35+
golang.org/x/term v0.30.0
3536
golang.zx2c4.com/wireguard v0.0.0-20220920152132-bb719d3a6e2c
3637
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20221104135756-97bc4ad4a1cb
3738
golang.zx2c4.com/wireguard/windows v0.5.3
@@ -42,27 +43,21 @@ require (
4243

4344
require (
4445
aead.dev/minisign v0.2.0 // indirect
45-
cloud.google.com/go/compute/metadata v0.3.0 // indirect
46-
filippo.io/edwards25519 v1.1.0 // indirect
4746
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
4847
github.com/Microsoft/go-winio v0.6.1 // indirect
49-
github.com/coreos/go-oidc/v3 v3.9.0 // indirect
5048
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5149
github.com/docker/distribution v2.8.1+incompatible // indirect
5250
github.com/docker/docker v23.0.5+incompatible // indirect
5351
github.com/docker/go-connections v0.4.0 // indirect
5452
github.com/docker/go-units v0.5.0 // indirect
55-
github.com/felixge/httpsnoop v1.0.4 // indirect
5653
github.com/fsnotify/fsnotify v1.7.0 // indirect
5754
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
58-
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
5955
github.com/go-playground/locales v0.14.1 // indirect
6056
github.com/go-playground/universal-translator v0.18.1 // indirect
6157
github.com/go-playground/validator/v10 v10.24.0 // indirect
6258
github.com/gogo/protobuf v1.3.2 // indirect
6359
github.com/google/go-cmp v0.6.0 // indirect
6460
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e // indirect
65-
github.com/gorilla/handlers v1.5.2 // indirect
6661
github.com/gorilla/mux v1.8.1 // indirect
6762
github.com/hashicorp/hcl v1.0.0 // indirect
6863
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -90,7 +85,6 @@ require (
9085
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
9186
github.com/seancfoley/bintree v1.3.1 // indirect
9287
github.com/seancfoley/ipaddress-go v1.7.0 // indirect
93-
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
9488
github.com/sourcegraph/conc v0.3.0 // indirect
9589
github.com/spf13/afero v1.11.0 // indirect
9690
github.com/spf13/cast v1.6.0 // indirect
@@ -99,16 +93,12 @@ require (
9993
github.com/txn2/txeh v1.5.5 // indirect
10094
github.com/vishvananda/netns v0.0.4 // indirect
10195
go.uber.org/atomic v1.9.0 // indirect
102-
go.uber.org/automaxprocs v1.6.0 // indirect
10396
go.uber.org/multierr v1.9.0 // indirect
10497
golang.org/x/mod v0.18.0 // indirect
105-
golang.org/x/oauth2 v0.24.0 // indirect
106-
golang.org/x/sync v0.10.0 // indirect
107-
golang.org/x/text v0.21.0 // indirect
98+
golang.org/x/sync v0.12.0 // indirect
99+
golang.org/x/text v0.23.0 // indirect
108100
golang.org/x/tools v0.22.0 // indirect
109101
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
110-
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
111102
gopkg.in/ini.v1 v1.67.0 // indirect
112-
gopkg.in/mail.v2 v2.3.1 // indirect
113103
gopkg.in/yaml.v2 v2.4.0 // indirect
114104
)

0 commit comments

Comments
 (0)