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

Merged
merged 1 commit into from
Jul 7, 2021
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 @@ -8,8 +8,8 @@ require (
github.com/edwarnicke/grpcfd v0.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20210707174502-3bce416a9f33
github.com/networkservicemesh/sdk v0.5.1-0.20210707175101-e25782cc5071
github.com/networkservicemesh/sdk-k8s v0.0.0-20210707175657-a436142dc0e2
github.com/networkservicemesh/sdk v0.5.1-0.20210707190851-573e61d08ba3
github.com/networkservicemesh/sdk-k8s v0.0.0-20210707191338-ea3c292e3ac1
github.com/networkservicemesh/sdk-sriov v0.0.0-20210706084406-171023172b65
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@ github.com/networkservicemesh/api v0.5.1-0.20210618184350-e3fc29dc170b/go.mod h1
github.com/networkservicemesh/api v1.0.1-0.20210707174502-3bce416a9f33 h1:jBCwRQUVHVjKCiv9JYhtSyF0YorVMQ17Tnyllt1HcRw=
github.com/networkservicemesh/api v1.0.1-0.20210707174502-3bce416a9f33/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210706083744-d4734b5c8e81/go.mod h1:Z1IJPdvcBsS2X8pHeCGwo91Fs+BJTEvUQKpinAfG/hM=
github.com/networkservicemesh/sdk v0.5.1-0.20210707175101-e25782cc5071 h1:S/pmZoTL6HKH9BX/06TFev2+eW9jDdLRdjUbOwnJTO4=
github.com/networkservicemesh/sdk v0.5.1-0.20210707175101-e25782cc5071/go.mod h1:Z+6mVcifGFKaeD9fKlfq8t7LFoYIx90hZsAHXsm5GP0=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210707175657-a436142dc0e2 h1:Ab0NXzeYhme0jjJ8oJm+00sZF1SoO7rJ748Og1nys88=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210707175657-a436142dc0e2/go.mod h1:3J6g16nOyi9HQvz7QKV6hsdg7OIprZQRVukFrRTbjIc=
github.com/networkservicemesh/sdk v0.5.1-0.20210707190851-573e61d08ba3 h1:vtw0LNbyusxALyJN1FLtyaESghnhJZmDVQckDK+6W98=
github.com/networkservicemesh/sdk v0.5.1-0.20210707190851-573e61d08ba3/go.mod h1:Z+6mVcifGFKaeD9fKlfq8t7LFoYIx90hZsAHXsm5GP0=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210707191338-ea3c292e3ac1 h1:H21e98ws7OyGP1QRgpx386E0d4Np/GAh8tTyjITq78c=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210707191338-ea3c292e3ac1/go.mod h1:joV5WJT0n7RXhigRsJgErauTRCqFNcbCgKDTlWv8UJ4=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210706083955-75be5a7b7c3d h1:x2um7XAQyihKwO1kBWB0Q4MM+M9aXaOC/UrqFGo1Rgg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210706083955-75be5a7b7c3d/go.mod h1:5dxjkNSSjdO9ePdCydIIX+H9VjM8wqE34EBvM41+I3Q=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210706084406-171023172b65 h1:HUV1VIlkw51rC/wYg6HnTj/JS+Hdu7nEhkI+4fraD/c=
Expand Down