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

Merged
merged 1 commit into from
Feb 24, 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 @@ -5,8 +5,8 @@ go 1.15
require (
github.com/antonfisher/nested-logrus-formatter v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/sdk v0.0.0-20210224152325-252302de6b5e
github.com/networkservicemesh/sdk-k8s v0.0.0-20210224152906-4bf1b6c63bbf
github.com/networkservicemesh/sdk v0.0.0-20210224160857-bef8289ffe8f
github.com/networkservicemesh/sdk-k8s v0.0.0-20210224161533-c2e7917b149e
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.4
google.golang.org/grpc v1.35.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,10 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS
github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRftaE+eac=
github.com/networkservicemesh/api v0.0.0-20210218170701-1a72f1cba074 h1:lMU+bavS8l0vKZKtCYutUFtTaU5jzTEA7bD/s843XYU=
github.com/networkservicemesh/api v0.0.0-20210218170701-1a72f1cba074/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20210224152325-252302de6b5e h1:5caReYmtSMEI1FNitvdyey6rjrUtSvsEaK9oQqf0rPo=
github.com/networkservicemesh/sdk v0.0.0-20210224152325-252302de6b5e/go.mod h1:IrL3IsUBr/iQrtLQEtmBRFKoIKjYZEW+Z7ZFDt9TbRc=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210224152906-4bf1b6c63bbf h1:HrzNmFnLkQFPDnDIO3j0tBzHj5TTzsE84QqZ9jdLuXc=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210224152906-4bf1b6c63bbf/go.mod h1:RMkFzWp0aav/LOJPOAdfa1CXaV4yK0Z/drwaw69x7DA=
github.com/networkservicemesh/sdk v0.0.0-20210224160857-bef8289ffe8f h1:RF8H2+tbQeXTwUC9GFu/w/f/MifTFWZq5hgubnZ/KLI=
github.com/networkservicemesh/sdk v0.0.0-20210224160857-bef8289ffe8f/go.mod h1:IrL3IsUBr/iQrtLQEtmBRFKoIKjYZEW+Z7ZFDt9TbRc=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210224161533-c2e7917b149e h1:Tyeri/9Y3o+hQWnCRucvMqAcKMpyu4ZZwGb2dMpj+zY=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210224161533-c2e7917b149e/go.mod h1:AoGKMaAv/3F50QpgW+YS1NWjHk82LRQ+4Ecm6Ieb47U=
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/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=
Expand Down