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

networkservicemesh/sdk PR link: networkservicemesh/sdk#533

networkservicemesh/sdk commit message:
commit 22116cc4de494ab45dd273106971a299a573dfe7
Author: Tigran Manasyan <52424622+tigrulya-exe@users.noreply.github.com>
Date:   Fri Oct 16 09:30:01 2020 +0700

    Grpc options were added to endpoint, sandbox client and sandbox server (#533)

    Signed-off-by: Tigran Manasyan <tigran.manasyan@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Oct 16, 2020
1 parent a682f92 commit 7c1013b
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 @@ -6,7 +6,7 @@ require (
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.1
github.com/networkservicemesh/api v0.0.0-20201014184533-ca42a07d7e15
github.com/networkservicemesh/sdk v0.0.0-20201015042109-4a2e1b7772e1
github.com/networkservicemesh/sdk v0.0.0-20201016023001-22116cc4de49
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0 // indirect
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 @@ -109,8 +109,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-20201014184533-ca42a07d7e15 h1:WUoouahed3mQZLc51mkIhqTEIp/zUO3pwqIKR/sYkms=
github.com/networkservicemesh/api v0.0.0-20201014184533-ca42a07d7e15/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20201015042109-4a2e1b7772e1 h1:0gh3zn3atiL8A+p/d3nqha6UCbk9/wg8A0LMEUScRMY=
github.com/networkservicemesh/sdk v0.0.0-20201015042109-4a2e1b7772e1/go.mod h1:FB01JcKEsQLGfm2+a/FcvoBDlw8EGIxVWufyWKXgCV8=
github.com/networkservicemesh/sdk v0.0.0-20201016023001-22116cc4de49 h1:qSyHWWqEOZGA1ApVK3uZIDsdZuswYp/RVxkGfFIe1q0=
github.com/networkservicemesh/sdk v0.0.0-20201016023001-22116cc4de49/go.mod h1:FB01JcKEsQLGfm2+a/FcvoBDlw8EGIxVWufyWKXgCV8=
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 7c1013b

Please sign in to comment.