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

Merged
merged 1 commit into from
Sep 28, 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.20210924112621-204761283a51
github.com/networkservicemesh/sdk-k8s v0.0.0-20210924113058-620f1425840b
github.com/networkservicemesh/sdk v0.5.1-0.20210928064205-dd436eb4ed4f
github.com/networkservicemesh/sdk-k8s v0.0.0-20210928064733-7f8ac9b55268
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.4
google.golang.org/grpc v1.38.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,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 v1.0.1-0.20210907194827-9a36433d7d6e h1:PO6tDo/bGLJqz1qiqCecht/HqMWCKunAds2U9Hvc0yM=
github.com/networkservicemesh/api v1.0.1-0.20210907194827-9a36433d7d6e/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210924112621-204761283a51 h1:PrWxmYxQXFmvUC4zX0vPvdTkihUishuY0h3lrBAFA+4=
github.com/networkservicemesh/sdk v0.5.1-0.20210924112621-204761283a51/go.mod h1:eISPu+ySJJ46kg03ZTi/xmpNSU+K4cImwq++ZbDV4F4=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210924113058-620f1425840b h1:+7Q2yH/y5xKWuXFyWqhY2vxlCrd1kQGnmLmjCVT9Lss=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210924113058-620f1425840b/go.mod h1:p0SArKOQ93o1Yw/O9tOzv6BZH1ba8HqZryPd5iesjW4=
github.com/networkservicemesh/sdk v0.5.1-0.20210928064205-dd436eb4ed4f h1:ngBVc03Z9k+V6IQGV/GT/Aq2TglHIDETGbtVoCvhQQQ=
github.com/networkservicemesh/sdk v0.5.1-0.20210928064205-dd436eb4ed4f/go.mod h1:eISPu+ySJJ46kg03ZTi/xmpNSU+K4cImwq++ZbDV4F4=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210928064733-7f8ac9b55268 h1:Vb/bcJjWC+zhPc/DQprjexmg+/jjI0giYEMrkS3hEAw=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210928064733-7f8ac9b55268/go.mod h1:G9xCxwdrcYLA+/+QOj09Oqi9u7KDDT7aS/cWSAl+BsM=
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