Skip to content

Commit 410700f

Browse files
author
Gravitl
committed
update go mod for release
1 parent dfa30ed commit 410700f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
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.25.1-0.20241030074022-9331431a4efe
17+
github.com/gravitl/netmaker v0.26.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
@@ -56,6 +56,7 @@ require (
5656
github.com/go-playground/validator/v10 v10.22.1 // indirect
5757
github.com/gogo/protobuf v1.3.2 // indirect
5858
github.com/google/go-cmp v0.6.0 // indirect
59+
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e // indirect
5960
github.com/gorilla/mux v1.8.1 // indirect
6061
github.com/hashicorp/hcl v1.0.0 // indirect
6162
github.com/inconshreveable/mousetrap v1.1.0 // indirect

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,16 @@ github.com/google/nftables v0.2.0/go.mod h1:Beg6V6zZ3oEn0JuiUQ4wqwuyqqzasOltcoXP
5959
github.com/google/uuid v1.2.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
6060
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
6161
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
62+
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e h1:XmA6L9IPRdUr28a+SK/oMchGgQy159wvzXA5tJ7l+40=
63+
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e/go.mod h1:AFIo+02s+12CEg8Gzz9kzhCbmbq6JcKNrhHffCGA9z4=
6264
github.com/gopherjs/gopherjs v1.17.2 h1:fQnZVsXk8uxXIStYb0N4bGk7jeyTalG/wsZjQ25dO0g=
6365
github.com/gopherjs/gopherjs v1.17.2/go.mod h1:pRRIvn/QzFLrKfvEz3qUuEhtE/zLCWfreZ6J5gM2i+k=
6466
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
6567
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
6668
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
6769
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
68-
github.com/gravitl/netmaker v0.25.1-0.20241030074022-9331431a4efe h1:+7vw5ffT/cp8a3AGqIJX8TbV5ZZ6rz7mbPolf0l3VKI=
69-
github.com/gravitl/netmaker v0.25.1-0.20241030074022-9331431a4efe/go.mod h1:iFgYDpDXpeFJw3EWgm64HymNl1e2DEr9PCbHud/PLxA=
70+
github.com/gravitl/netmaker v0.26.0 h1:XzIv/7fSsH4taHWBk9cERg8G2IvW14AIkXOKJXAQl1c=
71+
github.com/gravitl/netmaker v0.26.0/go.mod h1:J5tvCRmUXFnv3qmmgrGZTmj0GLst+W0kHqUjgtr+G9M=
7072
github.com/gravitl/tcping v0.1.2-0.20230801110928-546055ebde06 h1:g2fBXRNT9eiQohyHcoME3SVmeG7OKoJPWrs7A+009kU=
7173
github.com/gravitl/tcping v0.1.2-0.20230801110928-546055ebde06/go.mod h1:12iViYKWAzRPj5/oEGAaD7Wje+Nuz8M9eDJbV7qhKAA=
7274
github.com/guumaster/hostctl v1.1.4 h1:4zb9wEurBlz/hQiXFz9feHHfunf7oj+9serAH8ohGuM=

0 commit comments

Comments
 (0)