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-k8s #161

Merged
merged 1 commit into from
Jul 7, 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 @@ -6,8 +6,8 @@ require (
github.com/antonfisher/nested-logrus-formatter v1.3.0
github.com/edwarnicke/grpcfd v0.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/sdk v0.5.1-0.20210706083744-d4734b5c8e81
github.com/networkservicemesh/sdk-k8s v0.0.0-20210706150745-b4b33c88186c
github.com/networkservicemesh/sdk v0.5.1-0.20210707175101-e25782cc5071
github.com/networkservicemesh/sdk-k8s v0.0.0-20210707175657-a436142dc0e2
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.4
google.golang.org/grpc v1.35.0
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,12 @@ github.com/nats-io/nkeys v0.1.0/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxzi
github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w=
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRftaE+eac=
github.com/networkservicemesh/api v0.5.1-0.20210618184350-e3fc29dc170b h1:sylDyLDA6UkwtyByLos62/jLQOx0Hymw3O1qELYtdIo=
github.com/networkservicemesh/api v0.5.1-0.20210618184350-e3fc29dc170b/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210706083744-d4734b5c8e81 h1:pEGKXpuGQXtLkg6uYwd3KRzxtgmH6vcDHd5xhQJeQuw=
github.com/networkservicemesh/sdk v0.5.1-0.20210706083744-d4734b5c8e81/go.mod h1:Z1IJPdvcBsS2X8pHeCGwo91Fs+BJTEvUQKpinAfG/hM=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210706150745-b4b33c88186c h1:d+nLgsFDFZPLqEkoD7vKIFzjv71oxI/S7QPlRwE8b/o=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210706150745-b4b33c88186c/go.mod h1:ThaBOwTPJwsGhhvPRja8VT5qHRJjlGGPv75EsvrAEs8=
github.com/networkservicemesh/api v1.0.1-0.20210707174502-3bce416a9f33 h1:jBCwRQUVHVjKCiv9JYhtSyF0YorVMQ17Tnyllt1HcRw=
github.com/networkservicemesh/api v1.0.1-0.20210707174502-3bce416a9f33/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210707175101-e25782cc5071 h1:S/pmZoTL6HKH9BX/06TFev2+eW9jDdLRdjUbOwnJTO4=
github.com/networkservicemesh/sdk v0.5.1-0.20210707175101-e25782cc5071/go.mod h1:Z+6mVcifGFKaeD9fKlfq8t7LFoYIx90hZsAHXsm5GP0=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210707175657-a436142dc0e2 h1:Ab0NXzeYhme0jjJ8oJm+00sZF1SoO7rJ748Og1nys88=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210707175657-a436142dc0e2/go.mod h1:3J6g16nOyi9HQvz7QKV6hsdg7OIprZQRVukFrRTbjIc=
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/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down