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

networkservicemesh/sdk PR link: networkservicemesh/sdk#598

networkservicemesh/sdk commit message:
commit dae025c5ac5b6d6b8b88957671fb80cffa2e88d8
Author: Denis Tingaikin <49399980+denis-tingajkin@users.noreply.github.com>
Date:   Tue Nov 24 15:46:33 2020 +0700

    fix: common/roundrobin: should handle a case if selected endpoint returns error (#598)

    * fix issue 593

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

    * fix typo

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

    * stabilize failing tests

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

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Nov 24, 2020
1 parent c60ac9e commit 5e4ce5b
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 @@ -7,7 +7,7 @@ require (
github.com/edwarnicke/govpp v0.0.0-20201111163523-106f68b6ba26
github.com/golang/protobuf v1.4.3
github.com/networkservicemesh/api v0.0.0-20201117093615-ae6039374f31
github.com/networkservicemesh/sdk v0.0.0-20201124083329-9d14c5e5b57e
github.com/networkservicemesh/sdk v0.0.0-20201124084633-dae025c5ac5b
github.com/pkg/errors v0.9.1
github.com/thanhpk/randstr v1.0.4
github.com/vishvananda/netlink v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRf
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU=
github.com/networkservicemesh/api v0.0.0-20201117093615-ae6039374f31 h1:z5a+28GCNiopGCS1GY2eoTEUf47fbpsSs4eVC0rsgW0=
github.com/networkservicemesh/api v0.0.0-20201117093615-ae6039374f31/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20201124083329-9d14c5e5b57e h1:8JHuop2q5mk5WtJtQ4IqIbIxilVR6LWtTeEOCThGDgQ=
github.com/networkservicemesh/sdk v0.0.0-20201124083329-9d14c5e5b57e/go.mod h1:/31b39yg0LIs7ZoyVSNjKIMyolXOdYp7KruZeqtUbhg=
github.com/networkservicemesh/sdk v0.0.0-20201124084633-dae025c5ac5b h1:oKLS+W7HvWqUyeH8b4gnZXCWHrbgHfNcH3cbuRrnEUw=
github.com/networkservicemesh/sdk v0.0.0-20201124084633-dae025c5ac5b/go.mod h1:/31b39yg0LIs7ZoyVSNjKIMyolXOdYp7KruZeqtUbhg=
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/nishanths/exhaustive v0.0.0-20200811152831-6cf413ae40e0/go.mod h1:wBEpHwM2OdmeNpdCvRPUlkEbBuaFmcK4Wv8Q7FuGW3c=
Expand Down

0 comments on commit 5e4ce5b

Please sign in to comment.