1
1
module github.com/gravitl/netclient
2
2
3
3
go 1.23
4
+ toolchain go1.24.1
4
5
5
6
require (
6
7
github.com/blang/semver v3.5.1+incompatible
@@ -27,11 +28,11 @@ require (
27
28
github.com/spf13/viper v1.19.0
28
29
github.com/stretchr/testify v1.10.0
29
30
github.com/vishvananda/netlink v1.3.0
30
- golang.org/x/crypto v0.32 .0
31
+ golang.org/x/crypto v0.36 .0
31
32
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
32
33
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
35
36
golang.zx2c4.com/wireguard v0.0.0-20220920152132-bb719d3a6e2c
36
37
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20221104135756-97bc4ad4a1cb
37
38
golang.zx2c4.com/wireguard/windows v0.5.3
@@ -42,27 +43,21 @@ require (
42
43
43
44
require (
44
45
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
47
46
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
48
47
github.com/Microsoft/go-winio v0.6.1 // indirect
49
- github.com/coreos/go-oidc/v3 v3.9.0 // indirect
50
48
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
51
49
github.com/docker/distribution v2.8.1+incompatible // indirect
52
50
github.com/docker/docker v23.0.5+incompatible // indirect
53
51
github.com/docker/go-connections v0.4.0 // indirect
54
52
github.com/docker/go-units v0.5.0 // indirect
55
- github.com/felixge/httpsnoop v1.0.4 // indirect
56
53
github.com/fsnotify/fsnotify v1.7.0 // indirect
57
54
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
58
- github.com/go-jose/go-jose/v3 v3.0.3 // indirect
59
55
github.com/go-playground/locales v0.14.1 // indirect
60
56
github.com/go-playground/universal-translator v0.18.1 // indirect
61
57
github.com/go-playground/validator/v10 v10.24.0 // indirect
62
58
github.com/gogo/protobuf v1.3.2 // indirect
63
59
github.com/google/go-cmp v0.6.0 // indirect
64
60
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e // indirect
65
- github.com/gorilla/handlers v1.5.2 // indirect
66
61
github.com/gorilla/mux v1.8.1 // indirect
67
62
github.com/hashicorp/hcl v1.0.0 // indirect
68
63
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -90,7 +85,6 @@ require (
90
85
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
91
86
github.com/seancfoley/bintree v1.3.1 // indirect
92
87
github.com/seancfoley/ipaddress-go v1.7.0 // indirect
93
- github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
94
88
github.com/sourcegraph/conc v0.3.0 // indirect
95
89
github.com/spf13/afero v1.11.0 // indirect
96
90
github.com/spf13/cast v1.6.0 // indirect
@@ -99,16 +93,12 @@ require (
99
93
github.com/txn2/txeh v1.5.5 // indirect
100
94
github.com/vishvananda/netns v0.0.4 // indirect
101
95
go.uber.org/atomic v1.9.0 // indirect
102
- go.uber.org/automaxprocs v1.6.0 // indirect
103
96
go.uber.org/multierr v1.9.0 // indirect
104
97
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
108
100
golang.org/x/tools v0.22.0 // indirect
109
101
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
110
- gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
111
102
gopkg.in/ini.v1 v1.67.0 // indirect
112
- gopkg.in/mail.v2 v2.3.1 // indirect
113
103
gopkg.in/yaml.v2 v2.4.0 // indirect
114
104
)
0 commit comments