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

Merged
merged 1 commit into from
May 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 @@ -8,8 +8,8 @@ require (
github.com/edwarnicke/grpcfd v0.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210527182901-ea452d7e044c
github.com/networkservicemesh/sdk v0.0.0-20210528062336-1864bcaad34d
github.com/networkservicemesh/sdk-k8s v0.0.0-20210527092612-8a5e1288b9ed
github.com/networkservicemesh/sdk v0.0.0-20210528223337-4b9da194c44f
github.com/networkservicemesh/sdk-k8s v0.0.0-20210528223854-1892ff2bfd19
github.com/networkservicemesh/sdk-sriov v0.0.0-20210523200748-80fab22ffef1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
Expand Down
9 changes: 4 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,10 @@ github.com/networkservicemesh/api v0.0.0-20210523193133-30a6f075c760/go.mod h1:B
github.com/networkservicemesh/api v0.0.0-20210527182901-ea452d7e044c h1:ObRpCyzBCZmN/VBFwb75ZLDRNDbPtjk+ctip8HZu91c=
github.com/networkservicemesh/api v0.0.0-20210527182901-ea452d7e044c/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.0.0-20210523200103-fb932168d1b8/go.mod h1:5xSpb6F7ZaSC1vsoRjavnR0mvELqr1jArDelVWwjkHE=
github.com/networkservicemesh/sdk v0.0.0-20210527091756-a61f17ea5a13/go.mod h1:5xSpb6F7ZaSC1vsoRjavnR0mvELqr1jArDelVWwjkHE=
github.com/networkservicemesh/sdk v0.0.0-20210528062336-1864bcaad34d h1:4/CFuhVtaWlexzCQBV/xMmNZqrucWmtg+Y2hEg/pn9s=
github.com/networkservicemesh/sdk v0.0.0-20210528062336-1864bcaad34d/go.mod h1:rfa69tGN56YTXPtU9v9nukCZqIwMn3YyTX58j3mb1LI=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210527092612-8a5e1288b9ed h1:hifq3Kxc/ksYTHbAP0myLShxokfZFz0TFJXK6NRepCQ=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210527092612-8a5e1288b9ed/go.mod h1:OgJaWegtw1HZctkpGLNsNYM03Z246UHThDfTw/vo+OU=
github.com/networkservicemesh/sdk v0.0.0-20210528223337-4b9da194c44f h1:nX9G0BTmAIZnopROm0Bn+sOz6uSw5pE4jO+MpQCS39g=
github.com/networkservicemesh/sdk v0.0.0-20210528223337-4b9da194c44f/go.mod h1:rfa69tGN56YTXPtU9v9nukCZqIwMn3YyTX58j3mb1LI=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210528223854-1892ff2bfd19 h1:2QKNE69+lmCrxi4GnSGIJ4u+YaskUbApIAWdhAl/z9k=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210528223854-1892ff2bfd19/go.mod h1:faQj/ICqJkXfLgKZ6w25r81XVC0ihK2Kuqf9FscpZF0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210523200407-966517b81ae1 h1:V7K7qd3EKIyywz7qm8n2MjU13BjjRQqlX0A0O3a2GpE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210523200407-966517b81ae1/go.mod h1:+zP8ld84MAtIiT8zaImN7ayPwjdVX2gg/uaVwFVPWjk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210523200748-80fab22ffef1 h1:YG+OrqopDbowOq+wlpJhndOKKAEW4BpB5AuA5N1r65c=
Expand Down