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-sriov #271

Merged
merged 1 commit into from
Nov 10, 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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20211110183123-3038992da61a
github.com/networkservicemesh/sdk v0.5.1-0.20211110183757-e8fef360f88e
github.com/networkservicemesh/sdk-sriov v0.0.0-20211109213237-5c2a7881796b
github.com/networkservicemesh/sdk-sriov v0.0.0-20211110184355-d6ff415fd1ef
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.5
google.golang.org/grpc v1.36.1
Expand Down
8 changes: 3 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,13 @@ github.com/nats-io/nkeys v0.2.0/go.mod h1:XdZpAbhgyyODYqjTawOnIOI7VlbKSarI9Gfy1t
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.0/go.mod h1:0jEuBXKauB1HHJswHM/lx05K48TJ1Yxj6VIfM4k+aB4=
github.com/networkservicemesh/api v1.0.1-0.20211108174538-15c88bce33f3/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/api v1.0.1-0.20211110183123-3038992da61a h1:gSujYHmGiOpJyzPGZdW2ymMpmDHCMBdbUMXCVzOtrh8=
github.com/networkservicemesh/api v1.0.1-0.20211110183123-3038992da61a/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20211109212653-03505466fd16/go.mod h1:fl6NjUK8+m+z7B1yoA0AowE0BpvjazfX0PQvr2gDnho=
github.com/networkservicemesh/sdk v0.5.1-0.20211110183757-e8fef360f88e h1:lzIKml9bnFtH5CrO1UE3BfqYmfhj3UNQKp/85GPeKOY=
github.com/networkservicemesh/sdk v0.5.1-0.20211110183757-e8fef360f88e/go.mod h1:+4fNzksTdnCYaa4Zr6r6/ry+tl5CoydVjeJTPyzy2d8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211109212929-1a9edbb5dbe1/go.mod h1:qOup2nHRkiAWGHAKnwwHYQGvkp4wWHNLasE9YGdNzzo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211109213237-5c2a7881796b h1:k0alhbRUKhYs54ELIcAY+Gt60KxuJYfMwBruCB/Z0MU=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211109213237-5c2a7881796b/go.mod h1:spHJGVd9St5Iu+0LuCjekGu35Sm9h9ggBC0VnP4YfnE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211110184020-89c5a56168a6/go.mod h1:tREH5J8vurxwUH/xbdl0KTHA/8jYJUOYqOUjgPl66Qw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211110184355-d6ff415fd1ef h1:WI2AvIXrRZcp1zJyBQOUSyiDj4ej8rdlX5Ltyy/4u5w=
github.com/networkservicemesh/sdk-sriov v0.0.0-20211110184355-d6ff415fd1ef/go.mod h1:tILJs5VwJxlRMFPekEH3oVO6kF1S25f/PgQcK4i0oug=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down