Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/sd…
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmbot authored Dec 15, 2022
1 parent 4bc0261 commit 0dfa64c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
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.20221213182556-bb4ba1aaa7e3
github.com/networkservicemesh/sdk-kernel v0.0.0-20221213183051-6d4db065528a
github.com/networkservicemesh/sdk v0.5.1-0.20221215095444-fa94b07231e7
github.com/networkservicemesh/sdk-kernel v0.0.0-20221215095758-2b964f72ab64
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.0
github.com/thanhpk/randstr v1.0.4
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ 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.20221213182556-bb4ba1aaa7e3 h1:+braLFYY32nhII9xpupB3B+K5wvcwk3GwBgaTSmWmjk=
github.com/networkservicemesh/sdk v0.5.1-0.20221213182556-bb4ba1aaa7e3/go.mod h1:zEYFbCVXGlTT5f0x6sx8XtL2GazkYBpCoEpooxkz2vE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221213183051-6d4db065528a h1:Tx65TTF9tj35kiub2soIIIwY6XEDocSjd5W0tnN4v4k=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221213183051-6d4db065528a/go.mod h1:Db85PNgbxMcE3c4AoTCHMM+6v3tHlITEgDWn+l/Wd4U=
github.com/networkservicemesh/sdk v0.5.1-0.20221215095444-fa94b07231e7 h1:K4xzdjjStFCwglOYqfycpXq0O0SbapScXgx8/zrWXEE=
github.com/networkservicemesh/sdk v0.5.1-0.20221215095444-fa94b07231e7/go.mod h1:zEYFbCVXGlTT5f0x6sx8XtL2GazkYBpCoEpooxkz2vE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221215095758-2b964f72ab64 h1:KiRs2z4E5ckcsc/bo065Ez65JSrc06fTkRcDDkAvSNE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20221215095758-2b964f72ab64/go.mod h1:tP49eJ4FGFmZxU3c9CNmpdNoRva7ECQGKXvqZlQqPwg=
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 0dfa64c

Please sign in to comment.