Skip to content

Commit 1d3b5fb

Browse files
author
Gravitl
committed
update go mod for release
1 parent 4b24eaa commit 1d3b5fb

File tree

2 files changed

+3
-70
lines changed

2 files changed

+3
-70
lines changed

go.mod

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/google/nftables v0.2.0
1515
github.com/google/uuid v1.6.0
1616
github.com/gorilla/websocket v1.5.3
17-
github.com/gravitl/netmaker v0.30.1-0.20250322062237-aeb6ebe610a8
17+
github.com/gravitl/netmaker v0.90.0
1818
github.com/gravitl/tcping v0.1.2-0.20230801110928-546055ebde06
1919
github.com/guumaster/hostctl v1.1.4
2020
github.com/hashicorp/go-version v1.7.0
@@ -42,27 +42,21 @@ require (
4242

4343
require (
4444
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
4745
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
4846
github.com/Microsoft/go-winio v0.6.1 // indirect
49-
github.com/coreos/go-oidc/v3 v3.9.0 // indirect
5047
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5148
github.com/docker/distribution v2.8.1+incompatible // indirect
5249
github.com/docker/docker v23.0.5+incompatible // indirect
5350
github.com/docker/go-connections v0.4.0 // indirect
5451
github.com/docker/go-units v0.5.0 // indirect
55-
github.com/felixge/httpsnoop v1.0.4 // indirect
5652
github.com/fsnotify/fsnotify v1.7.0 // indirect
5753
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
58-
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
5954
github.com/go-playground/locales v0.14.1 // indirect
6055
github.com/go-playground/universal-translator v0.18.1 // indirect
6156
github.com/go-playground/validator/v10 v10.24.0 // indirect
6257
github.com/gogo/protobuf v1.3.2 // indirect
6358
github.com/google/go-cmp v0.6.0 // indirect
6459
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e // indirect
65-
github.com/gorilla/handlers v1.5.2 // indirect
6660
github.com/gorilla/mux v1.8.1 // indirect
6761
github.com/hashicorp/hcl v1.0.0 // indirect
6862
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -90,7 +84,6 @@ require (
9084
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
9185
github.com/seancfoley/bintree v1.3.1 // indirect
9286
github.com/seancfoley/ipaddress-go v1.7.0 // indirect
93-
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
9487
github.com/sourcegraph/conc v0.3.0 // indirect
9588
github.com/spf13/afero v1.11.0 // indirect
9689
github.com/spf13/cast v1.6.0 // indirect
@@ -99,16 +92,12 @@ require (
9992
github.com/txn2/txeh v1.5.5 // indirect
10093
github.com/vishvananda/netns v0.0.4 // indirect
10194
go.uber.org/atomic v1.9.0 // indirect
102-
go.uber.org/automaxprocs v1.6.0 // indirect
10395
go.uber.org/multierr v1.9.0 // indirect
10496
golang.org/x/mod v0.18.0 // indirect
105-
golang.org/x/oauth2 v0.24.0 // indirect
10697
golang.org/x/sync v0.10.0 // indirect
10798
golang.org/x/text v0.21.0 // indirect
10899
golang.org/x/tools v0.22.0 // indirect
109100
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
110-
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
111101
gopkg.in/ini.v1 v1.67.0 // indirect
112-
gopkg.in/mail.v2 v2.3.1 // indirect
113102
gopkg.in/yaml.v2 v2.4.0 // indirect
114103
)

0 commit comments

Comments
 (0)