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

Merged
merged 1 commit into from
Jul 6, 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/edwarnicke/grpcfd v0.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.5.1-0.20210618184350-e3fc29dc170b
github.com/networkservicemesh/sdk v0.5.1-0.20210630092016-3b8e683e3d9c
github.com/networkservicemesh/sdk-k8s v0.0.0-20210705025940-0a86a2ff3afb
github.com/networkservicemesh/sdk v0.5.1-0.20210706083744-d4734b5c8e81
github.com/networkservicemesh/sdk-k8s v0.0.0-20210706150745-b4b33c88186c
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.5
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,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.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.20210630092016-3b8e683e3d9c h1:PXSbJGzstgLMpnDbpJGN2ds9l8BNkLkb1rNSP4YxTBk=
github.com/networkservicemesh/sdk v0.5.1-0.20210630092016-3b8e683e3d9c/go.mod h1:Z1IJPdvcBsS2X8pHeCGwo91Fs+BJTEvUQKpinAfG/hM=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210705025940-0a86a2ff3afb h1:t8eRDi93v8Rr1Z2dlWaukPS9ozPOKmoVYxfokBPjCu8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210705025940-0a86a2ff3afb/go.mod h1:m1SwEAhJie9R5W09j2WkYUx4cB/XCDanFQfFtkSG9J8=
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/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