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

Merged
merged 1 commit into from
Mar 5, 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-20210304150727-68e58775b5d7
github.com/networkservicemesh/sdk-k8s v0.0.0-20210304151346-80e6eee8e1fd
github.com/networkservicemesh/sdk v0.0.0-20210305042626-37d2e4bf0fd7
github.com/networkservicemesh/sdk-k8s v0.0.0-20210305043206-0430b2858fff
github.com/networkservicemesh/sdk-sriov v0.0.0-20210301203018-84130a599e27
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 @@ -279,10 +279,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-20210301202407-2b058137f32f h1:AGOH4wgc39p/e/VLiRzGbfn3nRIg0SK1pFusc8uc1tI=
github.com/networkservicemesh/sdk v0.0.0-20210301202407-2b058137f32f/go.mod h1:IrL3IsUBr/iQrtLQEtmBRFKoIKjYZEW+Z7ZFDt9TbRc=
github.com/networkservicemesh/sdk v0.0.0-20210304150727-68e58775b5d7 h1:brvUMXl8zJY8aPSuClQf/2SXLtTiy9va7NFqo54aW3o=
github.com/networkservicemesh/sdk v0.0.0-20210304150727-68e58775b5d7/go.mod h1:IrL3IsUBr/iQrtLQEtmBRFKoIKjYZEW+Z7ZFDt9TbRc=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210304151346-80e6eee8e1fd h1:KskurwtSVTll5GayzP7APgNLOEL8MhLHgtqTY0FaHng=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210304151346-80e6eee8e1fd/go.mod h1:X0X9AilIjSuwvJ6xGvaizlD+qF+QW0NZMV2iFFvT/yg=
github.com/networkservicemesh/sdk v0.0.0-20210305042626-37d2e4bf0fd7 h1:6Nd1Gk/B6OIGnsNV86/Yrn+e3xcQb3Tx9TWcocyPTvM=
github.com/networkservicemesh/sdk v0.0.0-20210305042626-37d2e4bf0fd7/go.mod h1:IrL3IsUBr/iQrtLQEtmBRFKoIKjYZEW+Z7ZFDt9TbRc=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210305043206-0430b2858fff h1:3geOfyR+eenlxEbNEghz3+sFfY30QFTdX9hICZp+LQ8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210305043206-0430b2858fff/go.mod h1:MXQ44P94q1puONZFWhxG7K3oBukjLIeyBlToVWe/2BE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210301202626-dd46e4efdfe2 h1:6aGvgGWynY3+1/8m6iI2Zg+6VwtJoHFOwk/r4s13XIE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210301202626-dd46e4efdfe2/go.mod h1:5UndnFZ1Mx2MdHnCSqzZZGyyf+j6B53ll5EhY/nEXd0=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210301203018-84130a599e27 h1:tWexrFyDM2XTfAC9t1WSKNIatyk4/BehA/EEtUsAcCQ=
Expand Down