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

Merged
merged 1 commit into from
Oct 17, 2023
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 @@ -10,7 +10,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.10.1-0.20230822145124-c4a3ece88804
github.com/networkservicemesh/sdk v0.5.1-0.20231016093200-836a51cdce84
github.com/networkservicemesh/sdk-k8s v0.0.0-20231005104004-f0fa800bc76f
github.com/networkservicemesh/sdk-k8s v0.0.0-20231017034022-931de7b6208f
github.com/networkservicemesh/sdk-sriov v0.0.0-20231016093920-bb9af91de5eb
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ github.com/networkservicemesh/api v1.10.1-0.20230822145124-c4a3ece88804 h1:RDbdW
github.com/networkservicemesh/api v1.10.1-0.20230822145124-c4a3ece88804/go.mod h1:DO7D13Y4x/A8tQ2cQyUWa9o5wi7XHUB8+vITWRKreCc=
github.com/networkservicemesh/sdk v0.5.1-0.20231016093200-836a51cdce84 h1:UDv6QfokcJzmsN0o7HKHbNUqTyp9FnCNUkHwVrgEplA=
github.com/networkservicemesh/sdk v0.5.1-0.20231016093200-836a51cdce84/go.mod h1:KzbOZkk84r6KMNESKb50DpIWqxqCA88Mb+2jFrAdBJs=
github.com/networkservicemesh/sdk-k8s v0.0.0-20231005104004-f0fa800bc76f h1:yCjiDg0+lM6g77eHgoT5rwrSuQNO0CKC+hV/Gfpn6Qo=
github.com/networkservicemesh/sdk-k8s v0.0.0-20231005104004-f0fa800bc76f/go.mod h1:Mmfh4StiVP5Zn/SrX/u7Mv83fPlKfoQVILKAebhPwEI=
github.com/networkservicemesh/sdk-k8s v0.0.0-20231017034022-931de7b6208f h1:AX1kUwBJZdEkfgMrE51RL9pOPOtlVF2bT1wYvL7S/qs=
github.com/networkservicemesh/sdk-k8s v0.0.0-20231017034022-931de7b6208f/go.mod h1:39jLy7SxnPbhIL+lggh/qdf1YgnWfg8IucjgehtkfUg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20231016093453-cad9c7ff1c74 h1:nbK2ajLtPIGu5dvrsyLEnmEL5Ce6tt0kSxYQbl5nYgE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20231016093453-cad9c7ff1c74/go.mod h1:WilVBlEivZCHSJID4OzOxbmjAZy6iXofh54MSRCr5+I=
github.com/networkservicemesh/sdk-sriov v0.0.0-20231016093920-bb9af91de5eb h1:pQVmRQSvryPLTQqtj0U6fnq1L44Lf+WVjNSuh2WeTnE=
Expand Down