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-kernel #304

Merged
merged 1 commit into from
Nov 8, 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 @@ -7,8 +7,8 @@ require (
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.2.0
github.com/networkservicemesh/api v1.0.1-0.20211108174538-15c88bce33f3
github.com/networkservicemesh/sdk v0.5.1-0.20211108175228-95bd394dd03d
github.com/networkservicemesh/sdk-kernel v0.0.0-20211108175711-82c2a77d1eda
github.com/networkservicemesh/sdk v0.5.1-0.20211108210442-113a36b1174b
github.com/networkservicemesh/sdk-kernel v0.0.0-20211108210726-c51540eb259f
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
go.uber.org/goleak v1.1.10
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
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 h1:/fqve5/MSxuxeD5uhy8u2UElhHB8erkghvZvgeojClU=
github.com/networkservicemesh/api v1.0.1-0.20211108174538-15c88bce33f3/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20211108175228-95bd394dd03d h1:0kwKIJn2SmRWhcP/wTT6K7jOOpu/YnD40mNfSzElhJI=
github.com/networkservicemesh/sdk v0.5.1-0.20211108175228-95bd394dd03d/go.mod h1:fl6NjUK8+m+z7B1yoA0AowE0BpvjazfX0PQvr2gDnho=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211108175711-82c2a77d1eda h1:Sg5A/ygfGiAg9IjXOEuX3R1JLqGEQ3v+pL6fQAapoFI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211108175711-82c2a77d1eda/go.mod h1:yRxh5U1/KbxrqjugNx9TzWO/2GSFCgT7HgN/e/HnqRw=
github.com/networkservicemesh/sdk v0.5.1-0.20211108210442-113a36b1174b h1:WpzL+8rvr2uE5HVZWB/Zsx3ZYPJVZH5we1RoNyrzZX0=
github.com/networkservicemesh/sdk v0.5.1-0.20211108210442-113a36b1174b/go.mod h1:fl6NjUK8+m+z7B1yoA0AowE0BpvjazfX0PQvr2gDnho=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211108210726-c51540eb259f h1:loXE/z49Dz4y/VOv3+BtxZ+6vOwJ3NoHPcjGbyfyww0=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211108210726-c51540eb259f/go.mod h1:LSmPVvLUK0MtUVqYOXkJMNsIdyZse9BWLPQQzseagI4=
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