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

Merged
merged 1 commit into from
Mar 9, 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-20210305165706-bcfdc8d78700
github.com/networkservicemesh/sdk v0.0.0-20210305172037-134592a62011
github.com/networkservicemesh/sdk-k8s v0.0.0-20210305172529-b954457719db
github.com/networkservicemesh/sdk v0.0.0-20210309120823-fcad90bae602
github.com/networkservicemesh/sdk-k8s v0.0.0-20210309121311-8941a6a8fffb
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 @@ -281,10 +281,10 @@ github.com/networkservicemesh/api v0.0.0-20210305165706-bcfdc8d78700 h1:c4M5DLI0
github.com/networkservicemesh/api v0.0.0-20210305165706-bcfdc8d78700/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-20210305172037-134592a62011 h1:H0oHYcewohL0Bk8dsTm56S5ffvDta8HjyddZHQELWkg=
github.com/networkservicemesh/sdk v0.0.0-20210305172037-134592a62011/go.mod h1:hCOxrQcRgyiUtdzFp1RE775tQBW0Lexzcn7V5esSJxg=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210305172529-b954457719db h1:yswghXQp72C7zZ7zP+KQqw1I95B3FJTxXjRF4m/YvBg=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210305172529-b954457719db/go.mod h1:k1cxU/il0H8IK6GsWDb/AkgfbibP/AmRk6ObJ3UVuBw=
github.com/networkservicemesh/sdk v0.0.0-20210309120823-fcad90bae602 h1:KmWGVcxDDqxgqywYaSROW1Daj2PU3thf3abQzvLOg98=
github.com/networkservicemesh/sdk v0.0.0-20210309120823-fcad90bae602/go.mod h1:hCOxrQcRgyiUtdzFp1RE775tQBW0Lexzcn7V5esSJxg=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210309121311-8941a6a8fffb h1:dJZrdxD3NenLcUDlZiT9o6rqnkFbBRZv+rPKTjq0CV8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210309121311-8941a6a8fffb/go.mod h1:bLyPmLa0rRVc3dvg0BGCd2V16lUqu+6GKvLqGgKNkig=
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