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 fb3cabe307798b337104c10c9becb7a6c11caef1
Author: Ed Warnicke <hagbard@gmail.com>
Date:   Fri Jun 18 14:47:05 2021 -0500

    Merge pull request #193 from denis-tingaikin/update-to-latest-sdk-and-api

    Manually update to latest go.mod and go.sum

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Jun 18, 2021
1 parent 64d78f3 commit 60c7dc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ require (
github.com/antonfisher/nested-logrus-formatter v1.1.0
github.com/edwarnicke/grpcfd v0.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210609080649-aa4a0cc6c9ea
github.com/networkservicemesh/sdk v0.0.0-20210617095054-b99b712833a4
github.com/networkservicemesh/sdk-sriov v0.0.0-20210618192158-bb645743e4ff
github.com/networkservicemesh/api v0.5.1-0.20210618184350-e3fc29dc170b
github.com/networkservicemesh/sdk v0.5.1-0.20210618184918-82b72046bf7b
github.com/networkservicemesh/sdk-sriov v0.0.0-20210618194705-fb3cabe30779
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
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxzi
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.0.0-20210523193133-30a6f075c760/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/api v0.0.0-20210609080649-aa4a0cc6c9ea h1:Oz3k/v09FYoXiK7riuotF/vKDxCQBPc+GnwlGmppGds=
github.com/networkservicemesh/api v0.0.0-20210609080649-aa4a0cc6c9ea/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/api v0.5.1-0.20210618184350-e3fc29dc170b h1:sylDyLDA6UkwtyByLos62/jLQOx0Hymw3O1qELYtdIo=
github.com/networkservicemesh/api v0.5.1-0.20210618184350-e3fc29dc170b/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.0.0-20210523200103-fb932168d1b8/go.mod h1:5xSpb6F7ZaSC1vsoRjavnR0mvELqr1jArDelVWwjkHE=
github.com/networkservicemesh/sdk v0.0.0-20210617095054-b99b712833a4 h1:y+Wxvi8J1saQgBgsqodFmQQDXt2/BQfBW2idA8zXPwM=
github.com/networkservicemesh/sdk v0.0.0-20210617095054-b99b712833a4/go.mod h1:6URyucmK3kQQ45Eg7fo57zDtrwIceNx3wBA3OuqN4S8=
github.com/networkservicemesh/sdk v0.5.1-0.20210618184918-82b72046bf7b h1:M0wL8cHkkcTlOYLLEUP96d14L+ELqg21+bDyu9iLdd0=
github.com/networkservicemesh/sdk v0.5.1-0.20210618184918-82b72046bf7b/go.mod h1:Z1IJPdvcBsS2X8pHeCGwo91Fs+BJTEvUQKpinAfG/hM=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210523200407-966517b81ae1 h1:V7K7qd3EKIyywz7qm8n2MjU13BjjRQqlX0A0O3a2GpE=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210523200407-966517b81ae1/go.mod h1:+zP8ld84MAtIiT8zaImN7ayPwjdVX2gg/uaVwFVPWjk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210618192158-bb645743e4ff h1:+8v4j73f2pNN+YxNzIpdKQIBwqRFoZBR47baT1vwJZQ=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210618192158-bb645743e4ff/go.mod h1:pgi02kp+C4UlYIdwDfBh6/mFGWUGFboCcc6VygGMUmc=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210618194705-fb3cabe30779 h1:dUNp8eJfMkEGcBZvVM7MglywJ5W0H9uliM7mxrH7LpI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210618194705-fb3cabe30779/go.mod h1:OqkJffQXx32Sk+T5ZTFzo+IPyY8m5H4Mf5xU7P7LDrE=
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 60c7dc7

Please sign in to comment.