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

Merged
merged 1 commit into from
May 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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require (
github.com/edwarnicke/exechelper v1.0.2
github.com/edwarnicke/grpcfd v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.3.2-0.20220514193644-73abc067b2ce
github.com/networkservicemesh/sdk v0.5.1-0.20220514221142-f0081c8f06e7
github.com/networkservicemesh/sdk-k8s v0.0.0-20220514221638-1b04c39e24ab
github.com/networkservicemesh/api v1.3.2-0.20220516230921-edaa6f46d6ab
github.com/networkservicemesh/sdk v0.5.1-0.20220516231803-58c8ced2925b
github.com/networkservicemesh/sdk-k8s v0.0.0-20220516232434-a8a196c68e37
github.com/networkservicemesh/sdk-sriov v0.0.0-20220514222206-26102accf3df
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
Expand Down
10 changes: 6 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -352,12 +352,14 @@ github.com/nats-io/nats.go v1.13.1-0.20220308171302-2f2f6968e98d/go.mod h1:BPko4
github.com/nats-io/nkeys v0.3.0/go.mod h1:gvUNGjVcM2IPr5rCsRsC6Wb3Hr2CQAm08dsxtV6A5y4=
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/nats-io/stan.go v0.10.2/go.mod h1:vo2ax8K2IxaR3JtEMLZRFKIdoK/3o1/PKueapB7ezX0=
github.com/networkservicemesh/api v1.3.2-0.20220514193644-73abc067b2ce h1:kpVCSUnoJoIy35F60F6DBuOWY+FZuVwYf3TlptLZP6k=
github.com/networkservicemesh/api v1.3.2-0.20220514193644-73abc067b2ce/go.mod h1:hOF2844BSstH1311oDMDgqqXS+kdc77htZNPRKl9mf8=
github.com/networkservicemesh/sdk v0.5.1-0.20220514221142-f0081c8f06e7 h1:ezEKgkhla3+npCY/pirF5qvzEwZASaGoXN6QERlHHLA=
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.20220514221142-f0081c8f06e7/go.mod h1:twQwRxXlr01yriIoyGkKK5Rd1hOI0GMbPn+RnBy+i0s=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220514221638-1b04c39e24ab h1:RRXfpLVSKKXqD/I78rVE2vzrMm61Lfdl4EDYou/r6e8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220514221638-1b04c39e24ab/go.mod h1:/PIvVM20d/K1Im79IJzGpykrC9kOyUYeyz8ls/YovlQ=
github.com/networkservicemesh/sdk v0.5.1-0.20220516231803-58c8ced2925b h1:EbnWQCZGG+MFirJabvwa63634xfG+YW3afwlZ6jSq3g=
github.com/networkservicemesh/sdk v0.5.1-0.20220516231803-58c8ced2925b/go.mod h1:Wj9RnSFeFBHWlJGOrqgnAg6AWbaQud9XVKxByh5IS/A=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220516232434-a8a196c68e37 h1:/uqLK0cjdpr2ZVfbTpRTqtP7kC9Gis9/5r5SN7mBViQ=
github.com/networkservicemesh/sdk-k8s v0.0.0-20220516232434-a8a196c68e37/go.mod h1:11QFC2C7hZhUQaqRvdi5RNaVoe1X5DjcXo8z1YgB5pw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220514221352-3784157959aa h1:qnWfFNKnXWOJNZB3oNlqA2JGY5UTsf4YeRjpc1X/ztI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20220514221352-3784157959aa/go.mod h1:E1/WQNkn5mr18X/FelzSHXRnMlZ3Gqdg/hUMj0r/kLA=
github.com/networkservicemesh/sdk-sriov v0.0.0-20220514222206-26102accf3df h1:dgcVLkJfL2rHl9ETkitBIMHwMuT3IC83dU/mJsrj7nw=
Expand Down