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

networkservicemesh/sdk PR link: networkservicemesh/sdk#506

networkservicemesh/sdk commit message:
commit f90572dba3a02ada656b87fedd41b7a4f2282d4b
Author: Denis Tingaikin <49399980+denis-tingajkin@users.noreply.github.com>
Date:   Mon Oct 5 17:24:03 2020 +0700

    simplify registry refresh chain element (#506)

    Signed-off-by: Denis Tingajkin <denis.tingajkin@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Oct 5, 2020
1 parent c477ec7 commit b53b757
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/golang/protobuf v1.4.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20201001183932-93ee44ca6fc4
github.com/networkservicemesh/sdk v0.0.0-20201004193320-568d00165341
github.com/networkservicemesh/sdk v0.0.0-20201005102403-f90572dba3a0
github.com/sirupsen/logrus v1.6.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.4.0.20200528145730-dc11d0c74e85
github.com/stretchr/testify v1.5.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,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-20201001183932-93ee44ca6fc4 h1:ei9xh6O9yq8n/Jw0CpyqU6VVmamPLpm/DUAc/JSof0M=
github.com/networkservicemesh/api v0.0.0-20201001183932-93ee44ca6fc4/go.mod h1:6hH0TfujZVin9W/6rWY7JnmNBNRvUrgXhr1aWyKuQKI=
github.com/networkservicemesh/sdk v0.0.0-20201004193320-568d00165341 h1:ybVcoLYcV9GmBLhEmUrKceBl61NZ4YBM4XdpOfuxe4I=
github.com/networkservicemesh/sdk v0.0.0-20201004193320-568d00165341/go.mod h1:Aa+l2OPV7uKF0mOkVsRMTIcu27/tGOre9HwktUug3RA=
github.com/networkservicemesh/sdk v0.0.0-20201005102403-f90572dba3a0 h1:iWKN0jJEHtcoOG6PlR3nwSKAZh2gPwfm7LMi3Ppa2tY=
github.com/networkservicemesh/sdk v0.0.0-20201005102403-f90572dba3a0/go.mod h1:Aa+l2OPV7uKF0mOkVsRMTIcu27/tGOre9HwktUug3RA=
github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
github.com/open-policy-agent/opa v0.16.1/go.mod h1:P0xUE/GQAAgnvV537GzA0Ikw4+icPELRT327QJPkaKY=
github.com/opentracing/opentracing-go v1.1.0 h1:pWlfV3Bxv7k65HYwkikxat0+s3pV4bsqf19k25Ur8rU=
Expand Down

0 comments on commit b53b757

Please sign in to comment.