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 #463

Merged
merged 1 commit into from
Jul 15, 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
2 changes: 1 addition & 1 deletion 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.20220714152344-b8209fc0b7b6
github.com/networkservicemesh/sdk-vpp v0.0.0-20220714153220-1a2e086273be
github.com/networkservicemesh/sdk-vpp v0.0.0-20220715144123-cb60a3af0d14
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0
google.golang.org/grpc v1.42.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ github.com/networkservicemesh/sdk v0.5.1-0.20220714152344-b8209fc0b7b6 h1:LM1q5d
github.com/networkservicemesh/sdk v0.5.1-0.20220714152344-b8209fc0b7b6/go.mod h1:BF31hkvYPBmpChr4XB2l9pFWK+ySvk2y2h7IdCwqt84=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220714152734-bcc1fd19a980 h1:vojcoTtOizMdtgvJEcZGsdgBZRK3yEg1RZ2vYhUMUiQ=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220714152734-bcc1fd19a980/go.mod h1:1Bp8xxoP0VbEMsJrlhEqeOXT1c07C2fqlf0bmB2K/Yk=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220714153220-1a2e086273be h1:lXiexjq/iM2UhzbB7OVwfflOUh2JRXr3aa8oOVAetGc=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220714153220-1a2e086273be/go.mod h1:ccPgWJh+/zksIwTHGInQTeDVFxAP8WhjcvKkqE8QXGI=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220715144123-cb60a3af0d14 h1:7pWLrvhJ023rPCGLBTV7Sm3VsbPqBHaaeeBvKB7nIHo=
github.com/networkservicemesh/sdk-vpp v0.0.0-20220715144123-cb60a3af0d14/go.mod h1:ccPgWJh+/zksIwTHGInQTeDVFxAP8WhjcvKkqE8QXGI=
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