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

Merged
merged 1 commit into from
Feb 9, 2024
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 @@ -11,7 +11,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.20240205110352-f37b863ccb82
github.com/networkservicemesh/sdk-k8s v0.0.0-20240118092816-e21bce91f8a2
github.com/networkservicemesh/sdk-k8s v0.0.0-20240209093153-06cbd4d2ce3d
github.com/networkservicemesh/sdk-ovs v0.0.0-20240205111459-b3080165c214
github.com/networkservicemesh/sdk-sriov v0.0.0-20240205111041-85fd632b5cd2
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20210826171620-f06c53111a31
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,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.20240205110352-f37b863ccb82 h1:w7bFMDW09dbu0sG3i83PlP5hVzA3wyVk2//qrtUfm0w=
github.com/networkservicemesh/sdk v0.5.1-0.20240205110352-f37b863ccb82/go.mod h1:rw2ug2AngItEh13ectyCGrxRhGTt/yvJt2SrysoU/Dc=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240118092816-e21bce91f8a2 h1:i2eQ8Ty5KwNk/uBPw/zioTQ774DHZqt9zOk9MsogxBI=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240118092816-e21bce91f8a2/go.mod h1:JkD/hHP91e6IW8tu4eqhB7ufW86ny/fkkUWokSvZxBk=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240209093153-06cbd4d2ce3d h1:wFyR9ZmPRGvuK3SX9jkhtHL9OFZkFBwEXEXYVGcca3o=
github.com/networkservicemesh/sdk-k8s v0.0.0-20240209093153-06cbd4d2ce3d/go.mod h1:2lRltpYEyHRsh5mr9tkHBrauqXfa3cvaKa30N9dpo4w=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240205110701-170ba48b975f h1:e7VjNIPpVI/BFzuzopoR2glLbOc5qWXxDtYjqzbghhc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20240205110701-170ba48b975f/go.mod h1:KPlVN38d/YmFKbJmFLatOeZshQX0F/j9kJdhn+vhnu8=
github.com/networkservicemesh/sdk-ovs v0.0.0-20240205111459-b3080165c214 h1:UpxJd4r5/RFKRTNdYrlH+P1HXOTQIMs8KUUMsng2BIA=
Expand Down
Loading