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-sriov@master networkservicemesh/sdk-sriov#

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

networkservicemesh/sdk-sriov commit message:
commit 693736616ad001969f9c8c3ec179efe17b7ed305
Author: Denis Tingaikin <49399980+denis-tingaikin@users.noreply.github.com>
Date:   Tue Apr 6 11:54:08 2021 +0700

    Merge pull request #145 from Bolodya1997/fix-healing

    Fix issue with forwarder chain healing

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Apr 6, 2021
1 parent 2a81b60 commit ca2f490
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/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210403165646-b0b334ca6872
github.com/networkservicemesh/sdk v0.0.0-20210404183303-db3f49bd396f
github.com/networkservicemesh/sdk-sriov v0.0.0-20210404184056-e8b6c9fd33d5
github.com/networkservicemesh/sdk-sriov v0.0.0-20210406045408-693736616ad0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ github.com/networkservicemesh/sdk v0.0.0-20210404183303-db3f49bd396f h1:ys0PPFok
github.com/networkservicemesh/sdk v0.0.0-20210404183303-db3f49bd396f/go.mod h1:phKpePEEcubYjKnVzfdqoTQCmzdcToXRdLDA1o8nYDM=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210404183640-bdee66a407b0 h1:acb25Tcp5DyQ4q8eAvH3ltu4wZfdyljvER6To2E8WAQ=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210404183640-bdee66a407b0/go.mod h1:rr59aWWDF6+BYve9ngbb6ql8AP+AWHbjjb+0MPGum8U=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210404184056-e8b6c9fd33d5 h1:5JIULZzLRuXSRGm0T/tGHXwGPlzW3dS+VE60016FXmU=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210404184056-e8b6c9fd33d5/go.mod h1:e73RUGDyWGV0ug2pXM0bEjr3TmPJPqpTxuOdi3WG6Wg=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210406045408-693736616ad0 h1:kDcVKKEvU6tH0cHm4VnLOpw8QL0Qf+XPvNChbVcO87o=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210406045408-693736616ad0/go.mod h1:e73RUGDyWGV0ug2pXM0bEjr3TmPJPqpTxuOdi3WG6Wg=
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 ca2f490

Please sign in to comment.