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

Merged
merged 1 commit into from
Mar 1, 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.0.0-20210219150442-10fb469a6976
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210218170701-1a72f1cba074
github.com/networkservicemesh/sdk v0.0.0-20210301035145-a2e4123fa03f
github.com/networkservicemesh/sdk-k8s v0.0.0-20210301035616-eea392a1b7a9
github.com/networkservicemesh/sdk v0.0.0-20210301072046-4ea76c9b29fb
github.com/networkservicemesh/sdk-k8s v0.0.0-20210301072523-0fd7c6b13c9e
github.com/networkservicemesh/sdk-sriov v0.0.0-20210226100411-20d85b751bdb
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,10 @@ github.com/networkservicemesh/api v0.0.0-20210218170701-1a72f1cba074 h1:lMU+bavS
github.com/networkservicemesh/api v0.0.0-20210218170701-1a72f1cba074/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20210226095245-acdecd4599ac h1:U9LDdSiCrQTt61NiWf6iIL+1f139RmImaExfGkGzWd4=
github.com/networkservicemesh/sdk v0.0.0-20210226095245-acdecd4599ac/go.mod h1:IrL3IsUBr/iQrtLQEtmBRFKoIKjYZEW+Z7ZFDt9TbRc=
github.com/networkservicemesh/sdk v0.0.0-20210301035145-a2e4123fa03f h1:L9bx7JNFOVMQbBUSmxa3iPaV7WrlcPrfWt4g+KyRG6k=
github.com/networkservicemesh/sdk v0.0.0-20210301035145-a2e4123fa03f/go.mod h1:IrL3IsUBr/iQrtLQEtmBRFKoIKjYZEW+Z7ZFDt9TbRc=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210301035616-eea392a1b7a9 h1:fkWN3C8pB3O148rs/iKbzlCYam44aYKBsrbiTIGtIuA=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210301035616-eea392a1b7a9/go.mod h1:no/tBLTNidvQl821Wd6y+6m/qCaT1ZDdpI3Pe3C30V0=
github.com/networkservicemesh/sdk v0.0.0-20210301072046-4ea76c9b29fb h1:z0dzSTUFLktvGtPxMKPqHGaTbWrl/1PjP1wGOHPyFgc=
github.com/networkservicemesh/sdk v0.0.0-20210301072046-4ea76c9b29fb/go.mod h1:IrL3IsUBr/iQrtLQEtmBRFKoIKjYZEW+Z7ZFDt9TbRc=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210301072523-0fd7c6b13c9e h1:W/Om9ZifPhr/VnGzGVJWlt2RN/rFwO3rwLhNQRPREok=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210301072523-0fd7c6b13c9e/go.mod h1:5Ii5RpJkjn7pFUM+WVix46WtMS4xUA4V6mLa2anHoPM=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210226095937-76847e2a604b h1:nXkV/JZahKezBaNm1d/ZK8X7qYhldbqbNF5zNCF/H60=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210226095937-76847e2a604b/go.mod h1:P2OFnGk/D8/ofa17KRKk80302uQvxVFPZM+IxzXMop8=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210226100411-20d85b751bdb h1:eBQwLJozNp+1Rc9sfBb25LR4FqCmMfD5c60qJJ1zqhw=
Expand Down