Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/sd…
Browse files Browse the repository at this point in the history
…k@master networkservicemesh/sdk#

networkservicemesh/sdk PR link: https://github.com/networkservicemesh/sdk/pull/

networkservicemesh/sdk commit message:
commit 3ee436ab0ac1a2d3f62f5571f665209cf644d4f9
Author: Ed Warnicke <hagbard@gmail.com>
Date:   Fri Apr 2 14:53:11 2021 -0500

    Chain element to check early in an endpoint whether it supports a particular mechanism. (#802)

    Signed-off-by: Ed Warnicke <hagbard@gmail.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Apr 2, 2021
1 parent 0660177 commit 1def3ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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/edwarnicke/grpcfd v0.0.0-20210219150442-10fb469a6976
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210331143834-12761e9f673f
github.com/networkservicemesh/sdk v0.0.0-20210401051421-31c2fcc635c5
github.com/networkservicemesh/sdk v0.0.0-20210402195311-3ee436ab0ac1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.4.0.20200528145730-dc11d0c74e85
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ 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-20210331143834-12761e9f673f h1:bvWrS+mtQUgvjCZP6l0+sBQ9hnkrP/cMkWWZI38bQhk=
github.com/networkservicemesh/api v0.0.0-20210331143834-12761e9f673f/go.mod h1:Mr5Fa5EJYqTi7spI2K8AMcRSXxLs5zPiRAe2ukkcAxg=
github.com/networkservicemesh/sdk v0.0.0-20210401051421-31c2fcc635c5 h1:XOKbp23aFVVpVlhnBk3+grW62eN+zohx8RINvGO7/3M=
github.com/networkservicemesh/sdk v0.0.0-20210401051421-31c2fcc635c5/go.mod h1:8f+cDOXHScAWv6VTLZ/XgiwgULNbNXSa4FhSqwMBsDY=
github.com/networkservicemesh/sdk v0.0.0-20210402195311-3ee436ab0ac1 h1:mFq9Q4MCEMZpkwxigu9FAFk8kLMOsaWXmVxoA1inpjs=
github.com/networkservicemesh/sdk v0.0.0-20210402195311-3ee436ab0ac1/go.mod h1:8f+cDOXHScAWv6VTLZ/XgiwgULNbNXSa4FhSqwMBsDY=
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

0 comments on commit 1def3ba

Please sign in to comment.