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

Merged
merged 1 commit into from
Apr 13, 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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210403165646-b0b334ca6872
github.com/networkservicemesh/sdk v0.0.0-20210404183303-db3f49bd396f
github.com/networkservicemesh/sdk-k8s v0.0.0-20210406085727-9e82c220d58a
github.com/networkservicemesh/sdk-k8s v0.0.0-20210413130651-1c892b58d55a
github.com/networkservicemesh/sdk-sriov v0.0.0-20210406045408-693736616ad0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ github.com/networkservicemesh/api v0.0.0-20210403165646-b0b334ca6872/go.mod h1:8
github.com/networkservicemesh/sdk v0.0.0-20210403170232-47fc8b2ac74c/go.mod h1:phKpePEEcubYjKnVzfdqoTQCmzdcToXRdLDA1o8nYDM=
github.com/networkservicemesh/sdk v0.0.0-20210404183303-db3f49bd396f h1:ys0PPFokA8c/z05XNHPPUSLsN8uyhT3SQx8Juo3f2zM=
github.com/networkservicemesh/sdk v0.0.0-20210404183303-db3f49bd396f/go.mod h1:phKpePEEcubYjKnVzfdqoTQCmzdcToXRdLDA1o8nYDM=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210406085727-9e82c220d58a h1:3XSCVqskcigOih96lV/H7E2IgO9Qb2otHSK6272IuaM=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210406085727-9e82c220d58a/go.mod h1:rHbmDzvCJW8toJ+UmEs+2BEfl0PWdRuADK2W5hqzaRw=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210413130651-1c892b58d55a h1:0HiSYsQkvVcBRFAOARu13iXVti4tQor639MugTbnKFg=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210413130651-1c892b58d55a/go.mod h1:l/EAhaIVEsmRAnUH21WuQb/xnQHqPiM+iWFkc+pAlcY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210404183640-bdee66a407b0 h1:acb25Tcp5DyQ4q8eAvH3ltu4wZfdyljvER6To2E8WAQ=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210404183640-bdee66a407b0/go.mod h1:rr59aWWDF6+BYve9ngbb6ql8AP+AWHbjjb+0MPGum8U=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210406045408-693736616ad0 h1:kDcVKKEvU6tH0cHm4VnLOpw8QL0Qf+XPvNChbVcO87o=
Expand Down