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

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

networkservicemesh/sdk-sriov commit message:
commit c4fc34e325eeda851da89b328a9b5bab3c44a14d
Author: Denis Tingaikin <[email protected]>
Date:   Fri Jun 25 17:57:18 2021 +0700

    Merge pull request #199 from glazychev-art/bug/issue-196

    Manually update sdk-kernel

Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Jun 25, 2021
1 parent 1ab2710 commit fc8c93e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v1.0.0
github.com/networkservicemesh/sdk v1.0.0
github.com/networkservicemesh/sdk-sriov v0.0.0-20210624061855-55d455bd92bc
github.com/networkservicemesh/sdk-kernel v1.0.1 // indirect
github.com/networkservicemesh/sdk-sriov v0.0.0-20210625105718-c4fc34e325ee
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
7 changes: 5 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,17 @@ github.com/nats-io/nkeys v0.1.0/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxzi
github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w=
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRftaE+eac=
github.com/networkservicemesh/api v0.5.1-0.20210618184350-e3fc29dc170b/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/api v1.0.0 h1:nu/AxxvfG6oq2Dq2e+01gul+hbxiPxOYMkvSj+SUNXQ=
github.com/networkservicemesh/api v1.0.0/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.5.1-0.20210623132040-6e698314f548/go.mod h1:Z1IJPdvcBsS2X8pHeCGwo91Fs+BJTEvUQKpinAfG/hM=
github.com/networkservicemesh/sdk v1.0.0 h1:zzThb0MokYWghCmfhndswSWryKpN5ZY9k2bJVfr7r2E=
github.com/networkservicemesh/sdk v1.0.0/go.mod h1:fkkI+GO5nMQL0G5bnmMLiWxIZUHZOFPOrlv5oWlSxys=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210623132257-e6a9af57fd17/go.mod h1:37zYIvbgXrQH6WTcQArGUTAd+8v8Lo04nYBUIFucECY=
github.com/networkservicemesh/sdk-kernel v1.0.1 h1:Jty3FkjMxSI47C9kGEGSFQZjao6tqa4wBlIRzByk0w0=
github.com/networkservicemesh/sdk-kernel v1.0.1/go.mod h1:EiVrGipqU2Y6n7FcBZuBcROOzrZs+euVruVKJQRgxBk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210624061855-55d455bd92bc h1:112zY4XPOw1ENgYmINZA6W0zJkmOJcSY1zrsS66Mq6I=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210624061855-55d455bd92bc/go.mod h1:udmRPb0Bepel/ftsjQ1RMeWgTUh7KecmrrDHIjezM+Y=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210625105718-c4fc34e325ee h1:CoEdzmdmsM5QfdMD6MN3U9TRwfsyLUJKZphECWq1uFI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210625105718-c4fc34e325ee/go.mod h1:L6vKFRLPCbQ9tRVjel70yaDJCzIy9gqFcYXFnEHW7UA=
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 fc8c93e

Please sign in to comment.