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@main

PR link: networkservicemesh/sdk#1062

Commit: 15a33a4
Author: Vladimir Popov
Date: 2021-08-11 13:39:05 +0700
Message:
  - Fix Test_ConnectToDeadNSEUsecase (#1062)
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Aug 11, 2021
1 parent 46d0ad7 commit d1c976e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/edwarnicke/grpcfd v0.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.1-0.20210715134717-6e4a0f8eae3e
github.com/networkservicemesh/sdk v0.5.1-0.20210810111726-eb7b86c9ebfc
github.com/networkservicemesh/sdk v0.5.1-0.20210811063905-15a33a429304
github.com/networkservicemesh/sdk-sriov v0.0.0-20210810112357-4b506fbf3047
github.com/sirupsen/logrus v1.8.1
github.com/spiffe/go-spiffe/v2 v2.0.0-beta.5
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@ 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 v1.0.1-0.20210715134717-6e4a0f8eae3e h1:cCRjV+1sOuOrCF/0IPXH2PJ1y7hEbuqX9k+OFnU7xhU=
github.com/networkservicemesh/api v1.0.1-0.20210715134717-6e4a0f8eae3e/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210810111726-eb7b86c9ebfc h1:q+Lj1N8FjN9CwC60blG7ke5JIOuFF0BX2bOTCVTH3jE=
github.com/networkservicemesh/sdk v0.5.1-0.20210810111726-eb7b86c9ebfc/go.mod h1:7whufn2CIGBX+KW3U5b0IWB6f7bJJizY1vV1a5t2HXI=
github.com/networkservicemesh/sdk v0.5.1-0.20210811063905-15a33a429304 h1:eJXAzuk4bnKcpihkCF4ThO4ZPpZtdgjfqcOssK7vbGc=
github.com/networkservicemesh/sdk v0.5.1-0.20210811063905-15a33a429304/go.mod h1:7whufn2CIGBX+KW3U5b0IWB6f7bJJizY1vV1a5t2HXI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210810112015-b7968fd7366c h1:eaMW4op265P7V0ipJwTB32eDM/G91stOtyzi7/gEUeI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210810112015-b7968fd7366c/go.mod h1:4lRivNny4YJeyDNq3iqhJRB7Laqr4V0/vWK3iVbcfN4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210810112357-4b506fbf3047 h1:4Rz8OFdZ1CvXos/E66Z5DAwPZUl+WtD57O1nGw1mEUY=
Expand Down

0 comments on commit d1c976e

Please sign in to comment.