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

Merged
merged 1 commit into from
Nov 22, 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.11.1-0.20231031152153-730abd666985
github.com/networkservicemesh/sdk v0.5.1-0.20231122111007-cb5a6d2a7a87
github.com/networkservicemesh/sdk-k8s v0.0.0-20231115171822-157b38b21aeb
github.com/networkservicemesh/sdk-k8s v0.0.0-20231122131357-a9f383d64e19
github.com/networkservicemesh/sdk-sriov v0.0.0-20231122111612-d0604b634b7c
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.11.1-0.20231031152153-730abd666985 h1:uiWxB
github.com/networkservicemesh/api v1.11.1-0.20231031152153-730abd666985/go.mod h1:E2yBac48+mMkMh6ODnsNyah4EE6rI08SMR9n+86Emxs=
github.com/networkservicemesh/sdk v0.5.1-0.20231122111007-cb5a6d2a7a87 h1:IKFkuJ/npPNgd0bfzoXyL/WPkVbUb6U23Fj+HRswp+g=
github.com/networkservicemesh/sdk v0.5.1-0.20231122111007-cb5a6d2a7a87/go.mod h1:t0gOsubf+efkL9Ncy3+PvVKfr/xMGP0tA8HlFFJYz/s=
github.com/networkservicemesh/sdk-k8s v0.0.0-20231115171822-157b38b21aeb h1:L2frynmxx5MhqnFJUD/P0cOrM3y3PGY8LHt8b1lcE0w=
github.com/networkservicemesh/sdk-k8s v0.0.0-20231115171822-157b38b21aeb/go.mod h1:HtfrzmTHfsn+UIOpaAvlzYnpvcI5AOFrr5mtg9G6dYM=
github.com/networkservicemesh/sdk-k8s v0.0.0-20231122131357-a9f383d64e19 h1:Ic58HN7vk7Z1bIWeG8sT9oemWPlqowHnGGa4fjemkRk=
github.com/networkservicemesh/sdk-k8s v0.0.0-20231122131357-a9f383d64e19/go.mod h1:zSp/6M9oStFIW5oxQ/tOjYLiGN7X9UXxtr6MOxKIefs=
github.com/networkservicemesh/sdk-kernel v0.0.0-20231122111254-249e5a95b0da h1:4SHNGiWNn4AyXuw84xFizzl9hi5ewY89vxllgtHgtRg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20231122111254-249e5a95b0da/go.mod h1:/w6Rmv3BsfTF/eRDeYu26LGLT9zkkJc+IE8R3VE28ls=
github.com/networkservicemesh/sdk-sriov v0.0.0-20231122111612-d0604b634b7c h1:+GyCJZP6VW6+MZBWJer6PIDLEVxaCQmHy9lGEPzHg0s=
Expand Down
Loading