mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-07 05:34:38 +08:00
update go mod
This commit is contained in:
parent
0b8257f0d7
commit
30951d12f9
2 changed files with 3 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -51,7 +51,7 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
github.com/gravitl/netclient v0.0.0-20221212031253-ab5eb9a53372
|
||||
github.com/gravitl/netclient v0.0.0-20221212032929-15c2b84448e8
|
||||
github.com/matryer/is v1.4.0
|
||||
)
|
||||
|
||||
|
|
2
go.sum
2
go.sum
|
@ -296,6 +296,8 @@ github.com/gravitl/netclient v0.0.0-20221208194139-5b7afd6e65c3 h1:i2vwqLkR1niZD
|
|||
github.com/gravitl/netclient v0.0.0-20221208194139-5b7afd6e65c3/go.mod h1:6REsMGnbJ8fSP8ah3O1zFlEeeBoo92cL6ybz42mNJrk=
|
||||
github.com/gravitl/netclient v0.0.0-20221212031253-ab5eb9a53372 h1:P6jwgZ+w4Y90TLko2QkVl8NOjNYflEqh6yB+l7M5haI=
|
||||
github.com/gravitl/netclient v0.0.0-20221212031253-ab5eb9a53372/go.mod h1:KQlziG6asAFnUqehMBh2K2Od6pAx/F7Rm33MowgTyiI=
|
||||
github.com/gravitl/netclient v0.0.0-20221212032929-15c2b84448e8 h1:5YMrQAqcGhOVuCL0HuB/2NUH0+5EI9ElTdM4mW6hP+I=
|
||||
github.com/gravitl/netclient v0.0.0-20221212032929-15c2b84448e8/go.mod h1:qcvfwzXyCRWD9YV6KA1oPiG+wlsOhef7eh7mQ05bgkQ=
|
||||
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
|
||||
github.com/guumaster/hostctl v1.1.3 h1:b/yR3svkYsbr5VBdvfdyLXUl2xaKopSzgE/Xi7+1WRo=
|
||||
github.com/guumaster/hostctl v1.1.3/go.mod h1:h5rDx5Z8Hj2bYZfDt/eX4BNS2RSq7iRcGVQqfROJyH8=
|
||||
|
|
Loading…
Add table
Reference in a new issue