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

Merged
merged 1 commit into from
Mar 17, 2021
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.2.0
github.com/networkservicemesh/api v0.0.0-20210305165706-bcfdc8d78700
github.com/networkservicemesh/sdk v0.0.0-20210315171752-01cd1e0db8e4
github.com/networkservicemesh/sdk-kernel v0.0.0-20210315172041-85cc8783ed42
github.com/networkservicemesh/sdk v0.0.0-20210317132006-b49513c2d75c
github.com/networkservicemesh/sdk-kernel v0.0.0-20210317132606-cc99f54fabec
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRftaE+eac=
github.com/networkservicemesh/api v0.0.0-20210305165706-bcfdc8d78700 h1:c4M5DLI0L3IMx56Gqnt6kQ4SAF0tRCu0thxH2gmTxCE=
github.com/networkservicemesh/api v0.0.0-20210305165706-bcfdc8d78700/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20210315171752-01cd1e0db8e4 h1:+71uhZowTZop1AkbWRbaCKYsFX4Li8LUj67bm/FauO0=
github.com/networkservicemesh/sdk v0.0.0-20210315171752-01cd1e0db8e4/go.mod h1:hCOxrQcRgyiUtdzFp1RE775tQBW0Lexzcn7V5esSJxg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210315172041-85cc8783ed42 h1:n17KHlwXIt57j6ODfo3C+SduKpxi0OS9/C1F5D9vmgQ=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210315172041-85cc8783ed42/go.mod h1:yqRStUaVktnKl+OBar4EFG96Y7B6DNfNiIbQj6cwTdg=
github.com/networkservicemesh/sdk v0.0.0-20210317132006-b49513c2d75c h1:iK6bZQLe2g3zYLQi+maNJejXKriK7mYIXwDuQaigT7w=
github.com/networkservicemesh/sdk v0.0.0-20210317132006-b49513c2d75c/go.mod h1:hCOxrQcRgyiUtdzFp1RE775tQBW0Lexzcn7V5esSJxg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210317132606-cc99f54fabec h1:qQEVVIN9I1T5dg5gS1/am+dAlXFrxkYPSfyvl1mttS8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210317132606-cc99f54fabec/go.mod h1:s8v5p1Z8vM8c/zS2c9C1CGv9sBX72eDJ66lTmwfOms4=
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/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down