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
  • Loading branch information
nsmbot authored May 26, 2021
1 parent 4edc1da commit 95fb182
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/networkservicemesh/api v0.0.0-20210523193133-30a6f075c760
github.com/networkservicemesh/sdk v0.0.0-20210523200103-fb932168d1b8
github.com/networkservicemesh/sdk-k8s v0.0.0-20210526083813-871e0fa915e5
github.com/networkservicemesh/sdk-sriov v0.0.0-20210523194232-255937fe7f49
github.com/networkservicemesh/sdk-sriov v0.0.0-20210523200748-80fab22ffef1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.4.0.20200528145730-dc11d0c74e85
Expand Down
9 changes: 4 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -246,15 +246,14 @@ 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-20210523193133-30a6f075c760 h1:WHTaQNyvWNPddG13AYchBSyarOgGRHUQ19bJ3kS8ciQ=
github.com/networkservicemesh/api v0.0.0-20210523193133-30a6f075c760/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU=
github.com/networkservicemesh/sdk v0.0.0-20210523193651-fe0b55c292cc/go.mod h1:5xSpb6F7ZaSC1vsoRjavnR0mvELqr1jArDelVWwjkHE=
github.com/networkservicemesh/sdk v0.0.0-20210523200103-fb932168d1b8 h1:aLQpeWGsG+FnexJqBuK3mVNnm/reBwVSplMhk0ZV1L0=
github.com/networkservicemesh/sdk v0.0.0-20210523200103-fb932168d1b8/go.mod h1:5xSpb6F7ZaSC1vsoRjavnR0mvELqr1jArDelVWwjkHE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210526083813-871e0fa915e5 h1:jxO3nh4CTKPVQIz3CvXpzi/oKQA+sW8tLa3JLaHd1fE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210526083813-871e0fa915e5/go.mod h1:t18YGOyXxGxcNh8ivvuKtKL1HM9oYskWVKO1Ku5roSA=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210523193856-85825fef4a08 h1:yndSM/0MlgVhvbPChkhNIIabWb9CP1bwMUpZcRPaqLw=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210523193856-85825fef4a08/go.mod h1:pwnhtakih0g5FSeNSvqAVcWRz697tYuwStuI9U1pDa0=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210523194232-255937fe7f49 h1:K9vQN8cOrIse7JpbN91r4fQLK1k8XZENGL7B7z6Gi0I=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210523194232-255937fe7f49/go.mod h1:OdbelrhmJDHwUdWsydN8EhYfrhYILBHlySqlDzodehM=
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-20210523200748-80fab22ffef1 h1:YG+OrqopDbowOq+wlpJhndOKKAEW4BpB5AuA5N1r65c=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210523200748-80fab22ffef1/go.mod h1:adg4ppZrQV9htKyDa7fOzvG8t68Y8QcqElcj0KDwZj0=
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/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down

0 comments on commit 95fb182

Please sign in to comment.