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

Merged
merged 1 commit into from
Nov 2, 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.20210907194827-9a36433d7d6e
github.com/networkservicemesh/sdk v0.5.1-0.20211102055445-0a90a227babb
github.com/networkservicemesh/sdk-kernel v0.0.0-20211102055809-b07e07c9274e
github.com/networkservicemesh/sdk v0.5.1-0.20211102190503-0fcccf3562a8
github.com/networkservicemesh/sdk-kernel v0.0.0-20211102190724-e38e38ca3d04
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.20210907194827-9a36433d7d6e h1:PO6tDo/bGLJqz1qiqCecht/HqMWCKunAds2U9Hvc0yM=
github.com/networkservicemesh/api v1.0.1-0.20210907194827-9a36433d7d6e/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20211102055445-0a90a227babb h1:GwODN91eWlhR0JVxoZqrxWDKVWqBh1FvIM6wudzSWbc=
github.com/networkservicemesh/sdk v0.5.1-0.20211102055445-0a90a227babb/go.mod h1:Y9dl3Y4VS+g5oIGQCr3n8fIDQmrPBxi2MD9Yz8ouCKA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211102055809-b07e07c9274e h1:+RpvP+c+BkLIdoLFpXlqLayz5pCzrkOji7Hcwto8WAY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211102055809-b07e07c9274e/go.mod h1:GRlf7RnxTEVWXFt3wrYEvBGscPiEA+sYCH7RZ4Xd8Fo=
github.com/networkservicemesh/sdk v0.5.1-0.20211102190503-0fcccf3562a8 h1:FicsjDXLe+s3qwALrr9w4271mKVLaQ7SMawa2RRG8s4=
github.com/networkservicemesh/sdk v0.5.1-0.20211102190503-0fcccf3562a8/go.mod h1:Y9dl3Y4VS+g5oIGQCr3n8fIDQmrPBxi2MD9Yz8ouCKA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211102190724-e38e38ca3d04 h1:78CQjp5PeGSdHob18zkIz1YgS9z6N7yeyFSr1zcZ8yE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20211102190724-e38e38ca3d04/go.mod h1:ra50zW0cNeSWPKFhMSUZisfK/9hBeaWHa9RLQKs7IH4=
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