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

Merged
merged 1 commit into from
Jun 18, 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.20210618123609-379badf2bfa7
github.com/networkservicemesh/sdk-k8s v0.0.0-20210618124629-db1ad20f951f
github.com/networkservicemesh/sdk v0.5.1-0.20210618184918-82b72046bf7b
github.com/networkservicemesh/sdk-k8s v0.0.0-20210618185816-bdac3bb25342
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.20210618123026-2eb031b7db63 h1:LCkNSL0Kj5MHG5agKTXW28WkEuJnAuguSjMrprfA0NM=
github.com/networkservicemesh/api v0.5.1-0.20210618123026-2eb031b7db63/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210618123609-379badf2bfa7 h1:ybyzWXImuC3C88Lps8yu9erP7No2UlONk3v7wGGn0W4=
github.com/networkservicemesh/sdk v0.5.1-0.20210618123609-379badf2bfa7/go.mod h1:5lBFW/l3oNyNkqe77RDQ3rEc2sRpaMo2YgN/iba+AEE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210618124629-db1ad20f951f h1:bZ9wiv4hWpuQaK4/4rc5tj1y0H8ELr9lBZDlUyA1u38=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210618124629-db1ad20f951f/go.mod h1:5M2EB6ShWlsGJxa+4AoDGAMOZNhEKqrclvRSquRixak=
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.20210618184918-82b72046bf7b h1:M0wL8cHkkcTlOYLLEUP96d14L+ELqg21+bDyu9iLdd0=
github.com/networkservicemesh/sdk v0.5.1-0.20210618184918-82b72046bf7b/go.mod h1:Z1IJPdvcBsS2X8pHeCGwo91Fs+BJTEvUQKpinAfG/hM=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210618185816-bdac3bb25342 h1:eFZUMExqKL6+y7CzvHDW33wp+yGcdStffKTDtfSEvSs=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210618185816-bdac3bb25342/go.mod h1:vrqwLndmvCYn99LMqOKbPh2C2079nVtMqbzcfGAc26E=
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