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-k8s@main networkservicemesh/sdk-k8s#

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

networkservicemesh/sdk-k8s commit message:
commit 7ae7dbf76906f5e73d0ca3c002cdd50b3ed9d0ac
Author: Network Service Mesh Bot <[email protected]>
Date:   Fri Jun 4 09:46:39 2021 -0500

    Update go.mod and go.sum to latest version from networkservicemesh/sd…

Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Jun 4, 2021
1 parent a5a820b commit 89668d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.16
require (
github.com/antonfisher/nested-logrus-formatter v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/sdk v0.0.0-20210604121247-b46ec6db603c
github.com/networkservicemesh/sdk-k8s v0.0.0-20210604121800-6d84e35696f4
github.com/networkservicemesh/sdk v0.0.0-20210604144115-6bac2f97d499
github.com/networkservicemesh/sdk-k8s v0.0.0-20210604144639-7ae7dbf76906
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 @@ -249,10 +249,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-20210527182901-ea452d7e044c h1:ObRpCyzBCZmN/VBFwb75ZLDRNDbPtjk+ctip8HZu91c=
github.com/networkservicemesh/api v0.0.0-20210527182901-ea452d7e044c/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.0.0-20210604121247-b46ec6db603c h1:J8ar1e60DJrEZOnr3oaCn+g35F3R4hTkhRd1tDkQNiE=
github.com/networkservicemesh/sdk v0.0.0-20210604121247-b46ec6db603c/go.mod h1:rfa69tGN56YTXPtU9v9nukCZqIwMn3YyTX58j3mb1LI=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210604121800-6d84e35696f4 h1:bPAlidj51tTkZI7S76qwoAuQmziIsioBNXBthbukayE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210604121800-6d84e35696f4/go.mod h1:Mkq5npFN9VWfddAZFR5XkKQ4UCPAGBttS/0/TC+aWfk=
github.com/networkservicemesh/sdk v0.0.0-20210604144115-6bac2f97d499 h1:TIY+nujxi51nTsSWcLO28Q3hv5sC7DtcCFoy3Zk6mf4=
github.com/networkservicemesh/sdk v0.0.0-20210604144115-6bac2f97d499/go.mod h1:rfa69tGN56YTXPtU9v9nukCZqIwMn3YyTX58j3mb1LI=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210604144639-7ae7dbf76906 h1:0Q1g8bniX+q0/vVXFmxFdYSJjfVLyjGbG5prVzWLYp8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210604144639-7ae7dbf76906/go.mod h1:pCmXG32WVaOLt6/3kiPsIGKaCcRQQbA3YjKFc6SCQxo=
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/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down

0 comments on commit 89668d0

Please sign in to comment.