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

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

networkservicemesh/sdk-sriov commit message:
commit c134972af7e1ce5cd836d790fd2a29455880c859
Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com>
Date:   Fri Mar 26 03:12:41 2021 -0500

    Update from update/networkservicemesh/sdk-kernel

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Mar 26, 2021
1 parent 3216823 commit 6015648
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require (
github.com/edwarnicke/grpcfd v0.0.0-20210219150442-10fb469a6976
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210323151719-3156ce7533e9
github.com/networkservicemesh/sdk v0.0.0-20210325094830-8fe930cf2333
github.com/networkservicemesh/sdk v0.0.0-20210326080444-18c76630c832
github.com/networkservicemesh/sdk-k8s v0.0.0-20210325095247-0747316a7315
github.com/networkservicemesh/sdk-sriov v0.0.0-20210326051555-310f6ac0ad01
github.com/networkservicemesh/sdk-sriov v0.0.0-20210326081241-c134972af7e1
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
11 changes: 7 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ github.com/antonfisher/nested-logrus-formatter v1.1.0 h1:wb5SkAtQD/VMTOkYimj8Ptd
github.com/antonfisher/nested-logrus-formatter v1.1.0/go.mod h1:6WTfyWFkBc9+zyBaKIqRrg/KwMqBbodBjgbHjDz7zjA=
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878/go.mod h1:3AMJUQhVx52RsWOnlkpikZr01T/yAVN2gn0861vByNg=
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
Expand Down Expand Up @@ -246,12 +247,14 @@ github.com/networkservicemesh/api v0.0.0-20210323151719-3156ce7533e9 h1:fthzwqhZ
github.com/networkservicemesh/api v0.0.0-20210323151719-3156ce7533e9/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20210325094830-8fe930cf2333 h1:KmYgEH7NaS8uqCiqaPINEDskfaqRvx95lkjAbA5h8MI=
github.com/networkservicemesh/sdk v0.0.0-20210325094830-8fe930cf2333/go.mod h1:Pz5dfF3iV3JaW1QwtTeZyU/s8Jd14lcgG4s9O9xDGnQ=
github.com/networkservicemesh/sdk v0.0.0-20210326080444-18c76630c832 h1:4745+AvVS86/EnHG9Xg0LO6Pbv9dr2EtLcyVnO/WcY0=
github.com/networkservicemesh/sdk v0.0.0-20210326080444-18c76630c832/go.mod h1:0KdRsooocNUEsI8gsgppv0MRInd01K4qWPzmYKP8Pu8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210325095247-0747316a7315 h1:lk2DpqTwrUceyikDYxGpHx64c2k3rd1aSp+JRHGCpIE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210325095247-0747316a7315/go.mod h1:96zOXZaQK0bCvhLep/gxqx5T/pMfECPKdub2OIyMMyU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210325095450-13d0dc75f274 h1:vl7t8crOn2itAezpwjSSGRuCItDNI8HtcC0cpnbvU8I=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210325095450-13d0dc75f274/go.mod h1:n+iP9q6VCA3Y+T35s1wHsiLlPdtl9GMft+eibq6915M=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210326051555-310f6ac0ad01 h1:oina38gl+4mNAbn44/NosQNldqpxM2tAZDWClI6jlDI=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210326051555-310f6ac0ad01/go.mod h1:1BEOQB61CkBJQbNyQmeAjX3TA+eqX+syBE8QR5GRQQg=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210326080715-2b70ae2337e3 h1:KopgpBk2tsQrEitdw5EOHF/7ZovHv6KPtPkQcfXXJS4=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210326080715-2b70ae2337e3/go.mod h1:OWy4Cy9LVw6zjPksqG/4E7zP7km/Uo4UA6p9jzse43g=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210326081241-c134972af7e1 h1:UoANJ4uUI3CwKTz6wXwBxRhKPpMm6oe+mTK5Fr388E4=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210326081241-c134972af7e1/go.mod h1:ji7s+ZaR0LBcB6d2wDlrRsSb06rt++XEZFJXu9i7k6c=
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 6015648

Please sign in to comment.