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 Jul 4, 2022
1 parent e868347 commit 1d971a0
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,7 +10,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab
github.com/networkservicemesh/sdk v0.5.1-0.20220629100133-a8211c59d6a6
github.com/networkservicemesh/sdk-vpp v0.0.0-20220630112238-bff38ff77cb3
github.com/networkservicemesh/sdk-vpp v0.0.0-20220704101827-397232cf8808
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0
google.golang.org/grpc v1.42.0
Expand All @@ -35,7 +35,7 @@ require (
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20220630111622-45bf41b6a492 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20220704101431-3d5e9804eb12 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
github.com/zeebo/errs v1.2.2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab h1:hV6T7K
github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20220629100133-a8211c59d6a6 h1:j2JuFOuDX9lreTF5iRN5mXklabrmltfizCkYamM5JpI=
github.com/networkservicemesh/sdk v0.5.1-0.20220629100133-a8211c59d6a6/go.mod h1:FdmGiefBBcj9HlV+poQSEAPOuBVp/hkwjWoDEN2a+jg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220630111622-45bf41b6a492 h1:RGNAuyazqqe+Yt1YMTx1l+uFZy0Bhgeg6SgZsSIvAgM=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220630111622-45bf41b6a492/go.mod h1:zbI4lnafWOW3kQUiFhUdl/Bz3ZQfVfTl2mxWEn28n3A=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220630112238-bff38ff77cb3 h1:eJs5ocYdOyfe+AtGBLxQCOYaGtWE2BJPn2A83E97Qa4=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220630112238-bff38ff77cb3/go.mod h1:3OtrbwpVqA1wpHkMTRa3t6UNg++SrehsWzG1LX5xfU0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220704101431-3d5e9804eb12 h1:ajvEJkNeNrAOvRj/1vwxFOIbhb8k9vgWGhMHGOkn14k=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220704101431-3d5e9804eb12/go.mod h1:YvwrJF1PkNQIi+jk2MhbaSYEtMm5T0hFz1ukx26Clo4=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220704101827-397232cf8808 h1:j542Mc8en61ytejkMGO9Sye8d7g/I3J5ntDEoMoX8ns=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220704101827-397232cf8808/go.mod h1:hmWdZMJ9VT0taG33BRBHA6AeBXKgEQOT48Nx4hnykpE=
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 1d971a0

Please sign in to comment.