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

Commit: 29aa796
Author: Авраменко Михаил
Date: 2021-08-09 18:37:25 +0700
Message:
  - changed sha retrieving (#1058)
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Aug 9, 2021
1 parent 2d75cf1 commit 292f037
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.20210809080254-31cb2ac9a7af
github.com/networkservicemesh/sdk v0.5.1-0.20210809113725-29aa796b3ed2
github.com/networkservicemesh/sdk-sriov v0.0.0-20210809080856-0d232a776340
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.20210809080254-31cb2ac9a7af h1:S2ruBZ99HI39bBuHrIlAjU5YzXXFXJurXID7/a88qas=
github.com/networkservicemesh/sdk v0.5.1-0.20210809080254-31cb2ac9a7af/go.mod h1:7whufn2CIGBX+KW3U5b0IWB6f7bJJizY1vV1a5t2HXI=
github.com/networkservicemesh/sdk v0.5.1-0.20210809113725-29aa796b3ed2 h1:6ptWAX2MK6R/xcoy65ZzXlhWl5bHgMAKWwNvM8fcbG0=
github.com/networkservicemesh/sdk v0.5.1-0.20210809113725-29aa796b3ed2/go.mod h1:7whufn2CIGBX+KW3U5b0IWB6f7bJJizY1vV1a5t2HXI=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210809080537-46148ce5ce38 h1:XlEzmucIZMTwGanGp8IJWhs/BjOjsrKTJ9HHDNYqXQ8=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210809080537-46148ce5ce38/go.mod h1:p5PGGZRajyYy8nbIYmNO75w+ZU34f/a8JV++S2UNW4k=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210809080856-0d232a776340 h1:fwy1dTMsqXLevvrbHpcXLT2+wKBjLztFl0YEigwlOrQ=
Expand Down

0 comments on commit 292f037

Please sign in to comment.