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

Merged
merged 1 commit into from
Jul 15, 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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/edwarnicke/grpcfd v0.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/sdk v0.5.1-0.20210715134725-7f3f374fdd00
github.com/networkservicemesh/sdk-k8s v0.0.0-20210715135243-8f99a4c50a0d
github.com/networkservicemesh/sdk-k8s v0.0.0-20210715141230-34641c43140c
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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ github.com/networkservicemesh/api v1.0.1-0.20210707174502-3bce416a9f33 h1:jBCwRQ
github.com/networkservicemesh/api v1.0.1-0.20210707174502-3bce416a9f33/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210715134725-7f3f374fdd00 h1:VVpZrAmsPn5btQoKj4oDeLA+o0KneVltx6ESyAnBvJs=
github.com/networkservicemesh/sdk v0.5.1-0.20210715134725-7f3f374fdd00/go.mod h1:Yg/NZAvRkvWjwkBviBsnylXf/GSx3F632KYvHfRhdQE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210715135243-8f99a4c50a0d h1:G1MsX2u657vE4zRA1aSCGOPGE+QL+e/Q63iqvJe/ZzY=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210715135243-8f99a4c50a0d/go.mod h1:YY2vl1U5Lixm/+Cwqz6vBJdnWLMBkXIKdaCCl4zv+uU=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210715141230-34641c43140c h1:BjVxtMbzLPDaR7QJGiqeMroLoOnEL5o/hvyOnvI4UzQ=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210715141230-34641c43140c/go.mod h1:YY2vl1U5Lixm/+Cwqz6vBJdnWLMBkXIKdaCCl4zv+uU=
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