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

Merged
merged 1 commit into from
Jun 16, 2022
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 @@ -14,8 +14,8 @@ require (
github.com/google/uuid v1.2.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab
github.com/networkservicemesh/sdk v0.5.1-0.20220603191023-6abdf1e0eb19
github.com/networkservicemesh/sdk-k8s v0.0.0-20220603191532-175868fe8d5f
github.com/networkservicemesh/sdk v0.5.1-0.20220616114933-1bc512535563
github.com/networkservicemesh/sdk-k8s v0.0.0-20220616120210-be717200e822
github.com/networkservicemesh/sdk-sriov v0.0.0-20220616114536-5eb8318c00cd
github.com/networkservicemesh/sdk-vpp v0.0.0-20220606101321-55a6f5ad4ba5
github.com/pkg/errors v0.9.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,10 @@ github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRW
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab h1:hV6T7Kvze0qQphqi6g5ZKFoJ0m08OKdWETUINo3tuaA=
github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20220603191023-6abdf1e0eb19 h1:fE/thEOElctFJ6n/lAL7omJdBKtnXXIMTMdb6Xk3faw=
github.com/networkservicemesh/sdk v0.5.1-0.20220603191023-6abdf1e0eb19/go.mod h1:FdmGiefBBcj9HlV+poQSEAPOuBVp/hkwjWoDEN2a+jg=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220603191532-175868fe8d5f h1:0C4sZPb3ARmcgzauya8JsbZ5aTMaQJ73Ny0Re8V+NEU=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220603191532-175868fe8d5f/go.mod h1:WvMtdu061qk9vBSDyM7H91uLAHjdMzVdGQS3MV0+FhM=
github.com/networkservicemesh/sdk v0.5.1-0.20220616114933-1bc512535563 h1:jAW5V5Fo1Bvqfh09Iin4Xp7Ahf/41gyFMWJYcwr+oQI=
github.com/networkservicemesh/sdk v0.5.1-0.20220616114933-1bc512535563/go.mod h1:FdmGiefBBcj9HlV+poQSEAPOuBVp/hkwjWoDEN2a+jg=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220616120210-be717200e822 h1:/41sLvhCs99MJ99slED9KrZqrLfmNStoahiou3rarIE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220616120210-be717200e822/go.mod h1:znmVtnAmYSl8jPOxUNxhfFPbxGO87jo7g3e9S1xMXvQ=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220606222221-50547dc2e107 h1:c8TpvP+nXqG6hd0XSiS41pTUnLqahFSkaI78iJBDlt0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220606222221-50547dc2e107/go.mod h1:QPWvWoxeYHSuLYttIlgk85SZiomtN+o9Wweg2Pelc5g=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220616114536-5eb8318c00cd h1:rPqW7p51fzyV8+dnCxVJNnkluIBhAPDaBkQ/t7aHpUM=
Expand Down