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-kernel #35

Merged
merged 1 commit into from
Oct 30, 2020
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 @@ -7,8 +7,8 @@ require (
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.1.2
github.com/networkservicemesh/api v0.0.0-20201026112722-9b20186587a5
github.com/networkservicemesh/sdk v0.0.0-20201030000210-74cd5de11f63
github.com/networkservicemesh/sdk-kernel v0.0.0-20201030000540-58b468c6dc04
github.com/networkservicemesh/sdk v0.0.0-20201030024721-fd7c6fbf9f8f
github.com/networkservicemesh/sdk-kernel v0.0.0-20201030025142-6d2859b4563d
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,10 @@ github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRf
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU=
github.com/networkservicemesh/api v0.0.0-20201026112722-9b20186587a5 h1:44dviIdHDxy/Ue9hngpXk0XzjW7CULt/+KYvf3HBxzY=
github.com/networkservicemesh/api v0.0.0-20201026112722-9b20186587a5/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20201030000210-74cd5de11f63 h1:ph/2Y2kvFDN/9TTdajBcljbsA6awcXXgAnd6UvG2HwU=
github.com/networkservicemesh/sdk v0.0.0-20201030000210-74cd5de11f63/go.mod h1:cFhv5eeR5WCI0mphP+SpDYzI14f9TRoERf5Si38I/SU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20201030000540-58b468c6dc04 h1:TNnuasaiTcwq03XdG/PNHQXNK5yB3dn1j2MazQP88+0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20201030000540-58b468c6dc04/go.mod h1:EEf1kZfVHt3wcgK3UchX4xaE+/lYCFN9zE4hIz43jJk=
github.com/networkservicemesh/sdk v0.0.0-20201030024721-fd7c6fbf9f8f h1:yfJWXXgwF1lB7Fn/9aoGg8r2wYnRWdTb5vcikNyJC+s=
github.com/networkservicemesh/sdk v0.0.0-20201030024721-fd7c6fbf9f8f/go.mod h1:cFhv5eeR5WCI0mphP+SpDYzI14f9TRoERf5Si38I/SU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20201030025142-6d2859b4563d h1:gnqFqlmEaTQ+cDZZMUftmpAuX0KedkJG/CDV+tVEuX8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20201030025142-6d2859b4563d/go.mod h1:ZkPHU8aRV7xwKwdLQTjaYJF1Ac09dRrkc6IAy7vzpz0=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nishanths/exhaustive v0.0.0-20200811152831-6cf413ae40e0/go.mod h1:wBEpHwM2OdmeNpdCvRPUlkEbBuaFmcK4Wv8Q7FuGW3c=
Expand Down