Skip to content

Commit

Permalink
Update go.mod and go.sum to networkservicemesh/[email protected]
Browse files Browse the repository at this point in the history
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Dec 19, 2022
1 parent bcfaabf commit 9458197
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ require (
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.2.0
github.com/hashicorp/go-multierror v1.1.1
github.com/networkservicemesh/api v1.6.2-0.20221205183940-84c7ff837cdd
github.com/networkservicemesh/sdk v0.5.1-0.20221219152652-beec79b7ec9d
github.com/networkservicemesh/sdk-kernel v0.0.0-20221219153059-658f713127bf
github.com/networkservicemesh/api v1.7.0-rc.3
github.com/networkservicemesh/sdk v1.7.0-rc.3
github.com/networkservicemesh/sdk-kernel v1.7.0-rc.3
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.0
github.com/thanhpk/randstr v1.0.4
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,12 @@ github.com/mdlayher/netlink v1.0.0/go.mod h1:KxeJAFOFLG6AjpyDkQ/iIhxygIUKD+vcwqc
github.com/mdlayher/netlink v1.1.0/go.mod h1:H4WCitaheIsdF9yOYu8CFmCgQthAPIWZmcKp9uZHgmY=
github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA=
github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721/go.mod h1:Ickgr2WtCLZ2MDGd4Gr0geeCH5HybhRJbonOgQpvSxc=
github.com/networkservicemesh/api v1.6.2-0.20221205183940-84c7ff837cdd h1:26HR90HrJFZHIPPP3SCLGNRpPCMFoEnSSZfhHH8MPSo=
github.com/networkservicemesh/api v1.6.2-0.20221205183940-84c7ff837cdd/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20221219152652-beec79b7ec9d h1:cx0Z/xWuoW0JS3VmA+5Ckg5g+iirB7RJglGDnJzmGEo=
github.com/networkservicemesh/sdk v0.5.1-0.20221219152652-beec79b7ec9d/go.mod h1:++MSpR2wuFlCpCYoR6lELxJ4ILKd650vDQ8d9CtGAzA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221219153059-658f713127bf h1:a73XgZEnepNmqFuaBHvsRtrxcv9GuAetyCWiDo0PgTY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221219153059-658f713127bf/go.mod h1:dHLQUCEm5KttHxx6mzQB0eZ+wpsSUJjsx5Z+fd5JWmg=
github.com/networkservicemesh/api v1.7.0-rc.3 h1:8t1oRf+Sv1D//lbN7h8V6yFpJT7dbq66vycIrs6oV1U=
github.com/networkservicemesh/api v1.7.0-rc.3/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v1.7.0-rc.3 h1:VDw26C5TVZD+7qHEMk7QWz6oUEUmLl/91K2nCMMW978=
github.com/networkservicemesh/sdk v1.7.0-rc.3/go.mod h1:vOMia1EdmxdrXBLAtC/I3Stmi8qnY6rk00GhE/Yz9/I=
github.com/networkservicemesh/sdk-kernel v1.7.0-rc.3 h1:sxZbCZ2K0T3hT0OcpXW/ixO3wDNgyujSv3YAQT2LMfc=
github.com/networkservicemesh/sdk-kernel v1.7.0-rc.3/go.mod h1:TfQgSdb2wQ8SJJsWmBDqVDunA3uDnTuNKyuiscU5Azc=
github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v1.1.0 h1:e3YP4dN/HYPpGh29X1ZkcxcEICsOls9huyVCRBaxjq8=
github.com/onsi/gomega v1.1.0/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
Expand Down

0 comments on commit 9458197

Please sign in to comment.