Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from update/networkservicemesh/sdk-vpp #484

Merged
merged 1 commit into from
Sep 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4.1-0.20220711153918-a59689088578
github.com/networkservicemesh/sdk v0.5.1-0.20220908134335-aef323efacd2
github.com/networkservicemesh/sdk-vpp v0.0.0-20220908135250-c597cc97bd8f
github.com/networkservicemesh/sdk-vpp v0.0.0-20220914231650-65707c350a8e
github.com/sirupsen/logrus v1.9.0
github.com/spiffe/go-spiffe/v2 v2.0.0
google.golang.org/grpc v1.48.0
Expand All @@ -35,7 +35,7 @@ require (
github.com/hashicorp/errwrap v1.1.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-20220908134711-c235a0bd4866 // indirect
github.com/networkservicemesh/sdk-kernel v0.0.0-20220914231241-ee21a48ade1e // 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 @@ -204,10 +204,10 @@ github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578 h1:2MZD6S
github.com/networkservicemesh/api v1.4.1-0.20220711153918-a59689088578/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20220908134335-aef323efacd2 h1:fTSQrfnYXYSxwpGhhneo7Tmcn8N9zG2BgToK7VqAGpE=
github.com/networkservicemesh/sdk v0.5.1-0.20220908134335-aef323efacd2/go.mod h1:ic2ei1BweJHofQ2Gz1gMBV9cJwBhvkvpwCfGge/pLY0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220908134711-c235a0bd4866 h1:SA9xb7MQIgc6hHPMwQVAIxyly/nO28Finl5rM23dx7Q=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220908134711-c235a0bd4866/go.mod h1:adINy/THsg9ZZAYft3TN96keBOvyd7UYBlTUNg9n46U=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220908135250-c597cc97bd8f h1:W5fmK+gLOTCheZA5Bqw7wZcMP9rg4PEmMsMRNQLRn1w=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220908135250-c597cc97bd8f/go.mod h1:r3E7e9q0ZOPwjo/jRpH27kIBqEoqORLH5c/JLajLawY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220914231241-ee21a48ade1e h1:EFqXoWlxwjeOqztcieC+Wwh8rFixW09Ldw9RWV1OeJ0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220914231241-ee21a48ade1e/go.mod h1:adINy/THsg9ZZAYft3TN96keBOvyd7UYBlTUNg9n46U=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220914231650-65707c350a8e h1:Ig0XHBihcnsns+/vFJ1zURY51tdu0sw/FLg1QDz3RpA=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220914231650-65707c350a8e/go.mod h1:iBDIJTmzGnQx//MKDVXQja4WWzs5I7BUuXRm0NHNKlU=
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