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

Merged
merged 1 commit into from
Dec 29, 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-20201229064852-7d9663ff679a
github.com/networkservicemesh/sdk v0.0.0-20201229065346-e0c2f507bdb6
github.com/networkservicemesh/sdk-kernel v0.0.0-20201229065620-5211d96d7002
github.com/networkservicemesh/sdk v0.0.0-20201229104015-7ba857b11d53
github.com/networkservicemesh/sdk-kernel v0.0.0-20201229104420-00df8d7f8ce1
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 @@ -287,10 +287,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-20201229064852-7d9663ff679a h1:kVCdG/y5MxZUKye7G+n7Sre7afg6fTa68VMJIYgLWB8=
github.com/networkservicemesh/api v0.0.0-20201229064852-7d9663ff679a/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20201229065346-e0c2f507bdb6 h1:9OEbjdJUiMCaq3SUXYNQqwX4ojhE922KG+fXdvggCvA=
github.com/networkservicemesh/sdk v0.0.0-20201229065346-e0c2f507bdb6/go.mod h1:Zpdjr7DejxfXXbZJyCFkJGwj4zG/vOsGJsRu8Raf3nw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20201229065620-5211d96d7002 h1:EfKZ3GxbCkAVgwcE4USnngT+tYuRgGbWX7fKwsIZSTI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20201229065620-5211d96d7002/go.mod h1:XcKlIGynCBjfHHwtTfIh2bH/kq0J9FHiBkwQ/9NjhPI=
github.com/networkservicemesh/sdk v0.0.0-20201229104015-7ba857b11d53 h1:O2rejKoSTaLm3avhEkPyZ5NEW1BVbwN2fb9+ByrccUk=
github.com/networkservicemesh/sdk v0.0.0-20201229104015-7ba857b11d53/go.mod h1:Zpdjr7DejxfXXbZJyCFkJGwj4zG/vOsGJsRu8Raf3nw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20201229104420-00df8d7f8ce1 h1:TYBqHNAe7qrZ9iDeqXCnWoGxv+PyGhCQznIZRJbPDnY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20201229104420-00df8d7f8ce1/go.mod h1:FZAezOgLYrz947APPTYiQ1EzBj2I2SsL+7rK/5xKH1E=
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