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

networkservicemesh/sdk PR link: networkservicemesh/sdk#530

networkservicemesh/sdk commit message:
commit 093caf837f04952c09b604a54ec4e1f77810efb7
Author: Vladimir Popov <vladimir.popov@xored.com>
Date:   Fri Oct 16 23:03:40 2020 +0700

    Fix refresh client (#530)

    * Set refreshRequest.Connection = rv.Clone

    Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>

    * Rework refresh test

    Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Oct 16, 2020
1 parent ae064a1 commit c43d735
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-20201016125726-f7fb4059cf5f
github.com/networkservicemesh/sdk v0.0.0-20201016160340-093caf837f04
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-20201016125726-f7fb4059cf5f h1:oNZ00jtVi+ET/Sq+C2JCdE8uSTF2I7L1Ybr5jaR/ZZs=
github.com/networkservicemesh/sdk v0.0.0-20201016125726-f7fb4059cf5f/go.mod h1:FB01JcKEsQLGfm2+a/FcvoBDlw8EGIxVWufyWKXgCV8=
github.com/networkservicemesh/sdk v0.0.0-20201016160340-093caf837f04 h1:oFDII9YxzsZZGthnDBkoUz22YgdE+zjlAyAs/NVxNSo=
github.com/networkservicemesh/sdk v0.0.0-20201016160340-093caf837f04/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 c43d735

Please sign in to comment.