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

networkservicemesh/sdk-sriov PR link: networkservicemesh/sdk-sriov#51

networkservicemesh/sdk-sriov commit message:
commit 84db98c3436d49355d26a941ad4361625662e5d5
Author: Denis Tingaikin <49399980+denis-tingajkin@users.noreply.github.com>
Date:   Mon Nov 23 18:45:14 2020 +0700

    Merge pull request #51 from Bolodya1997/fix

    Fix minor issues

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Nov 23, 2020
1 parent 3307a15 commit 9791b53
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 @@ -9,7 +9,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20201117093615-ae6039374f31
github.com/networkservicemesh/sdk v0.0.0-20201121234030-da125e0dc295
github.com/networkservicemesh/sdk-sriov v0.0.0-20201121234746-466e45133e9b
github.com/networkservicemesh/sdk-sriov v0.0.0-20201123114514-84db98c3436d
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 @@ -294,8 +294,8 @@ github.com/networkservicemesh/sdk v0.0.0-20201121234030-da125e0dc295 h1:Bw129FLg
github.com/networkservicemesh/sdk v0.0.0-20201121234030-da125e0dc295/go.mod h1:/31b39yg0LIs7ZoyVSNjKIMyolXOdYp7KruZeqtUbhg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20201121234358-f01b478b4e5f h1:2DXqyuwUe2WaXi3SUVsIhR3/KSHnhJsVQeCMrOcolwc=
github.com/networkservicemesh/sdk-kernel v0.0.0-20201121234358-f01b478b4e5f/go.mod h1:/qkOQSuD3ZqHrKDiLbjK1cpdr5jCE7rm8ciihXazS0U=
github.com/networkservicemesh/sdk-sriov v0.0.0-20201121234746-466e45133e9b h1:BHyLRqO4U38YELdA1fHFOyDaxB+yOOQ/NZ8O5AcbJRo=
github.com/networkservicemesh/sdk-sriov v0.0.0-20201121234746-466e45133e9b/go.mod h1:HKchm1yEO4iDvPCfJ6k4DstllOnPyYapyEDeOLBMwGs=
github.com/networkservicemesh/sdk-sriov v0.0.0-20201123114514-84db98c3436d h1:YZ0BZ+aquw/o7z8cWIcnH416hsxbg3glNs9jl1qrkvY=
github.com/networkservicemesh/sdk-sriov v0.0.0-20201123114514-84db98c3436d/go.mod h1:HKchm1yEO4iDvPCfJ6k4DstllOnPyYapyEDeOLBMwGs=
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 9791b53

Please sign in to comment.