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#

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

networkservicemesh/sdk commit message:
commit 9cc8ab5b986707e64b6fa64baa54e5a49c259544
Author: Artem Belov <artem.belov@xored.com>
Date:   Tue Mar 23 21:44:37 2021 +0700

    Heal rework (#738)

    * Heal

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix linter issues

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Skip test depends on restoring connection

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix goroutine race

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove request updating from monitor

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Localbypass Client

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Restore last valid connection by id

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Revert "Localbypass Client"

    This reverts commit 063706dab2de04296c9880ed240e857b34954ff1.

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix stuck on unregistered endpoint

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Enable NSMgr restored test

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix success request waiting for windows

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix testing registry clients

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove registry client from RegisterEndpoint arguments

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Use timestamppb.New instead of

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix missing candidates on refresh

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Add restored pods testing

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Revert localbypass fix; Skip NSMgr restored heal

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix data race

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix refresh after heal request; Add refresh after heal testing

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Close error chan on initial monitor done

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Pass register heal client func via context

    Signed-off-by: Artem Belov <artem.belov@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Mar 23, 2021
1 parent 67f338c commit 6e4cc24
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.3
github.com/hashicorp/go-multierror v1.0.0
github.com/networkservicemesh/api v0.0.0-20210305165706-bcfdc8d78700
github.com/networkservicemesh/sdk v0.0.0-20210322090132-801aa9713ef0
github.com/networkservicemesh/sdk v0.0.0-20210323144437-9cc8ab5b9867
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
github.com/thanhpk/randstr v1.0.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,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-20210305165706-bcfdc8d78700 h1:c4M5DLI0L3IMx56Gqnt6kQ4SAF0tRCu0thxH2gmTxCE=
github.com/networkservicemesh/api v0.0.0-20210305165706-bcfdc8d78700/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20210322090132-801aa9713ef0 h1:wrDC/zHuIxmUbctxoH2eZmsebZLZ9xSt46PKLMEmxCs=
github.com/networkservicemesh/sdk v0.0.0-20210322090132-801aa9713ef0/go.mod h1:+LVOGPLY1FYgFW+ROUR5jxq/9pUl8NDSbq/8xyoUqxA=
github.com/networkservicemesh/sdk v0.0.0-20210323144437-9cc8ab5b9867 h1:ZlD7U4nSJ+IbFD2w/Xkui4ikB4L3LQS7ZOLvnQLqoeU=
github.com/networkservicemesh/sdk v0.0.0-20210323144437-9cc8ab5b9867/go.mod h1:+LVOGPLY1FYgFW+ROUR5jxq/9pUl8NDSbq/8xyoUqxA=
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/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
Expand Down

0 comments on commit 6e4cc24

Please sign in to comment.