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

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

networkservicemesh/sdk-sriov commit message:
commit 96489cf9a456e899a09120068bfd1150ff5a7ac0
Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com>
Date:   Sun Feb 7 22:11:58 2021 -0600

    Update from update/networkservicemesh/sdk-kernel

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Feb 8, 2021
1 parent d33e704 commit a65a4e7
Show file tree
Hide file tree
Showing 2 changed files with 8 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-20200920223154-d5b6e1f19bd0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20210202152048-ec956057eb3a
github.com/networkservicemesh/sdk v0.0.0-20210203162332-58e640d45d44
github.com/networkservicemesh/sdk v0.0.0-20210208040156-d1280dd2605c
github.com/networkservicemesh/sdk-k8s v0.0.0-20210203163144-52141c6b8005
github.com/networkservicemesh/sdk-sriov v0.0.0-20210203163930-f73a38393215
github.com/networkservicemesh/sdk-sriov v0.0.0-20210208041158-96489cf9a456
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
10 changes: 6 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,14 @@ github.com/networkservicemesh/api v0.0.0-20210202152048-ec956057eb3a h1:26MmmU39
github.com/networkservicemesh/api v0.0.0-20210202152048-ec956057eb3a/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/sdk v0.0.0-20210203162332-58e640d45d44 h1:Wg0ld7ZM5Ts3ZrxWDNzVgGeGCb9oHL1PAIVGAE02QVE=
github.com/networkservicemesh/sdk v0.0.0-20210203162332-58e640d45d44/go.mod h1:gqv+RfDum4HBeZA0k+F96mT2m0rh9LZTUazjtsLJ0Bs=
github.com/networkservicemesh/sdk v0.0.0-20210208040156-d1280dd2605c h1:KQwMzDjrLMfqn9EcxusZ+EezFE18XvHxmbbLx2UEtpQ=
github.com/networkservicemesh/sdk v0.0.0-20210208040156-d1280dd2605c/go.mod h1:gqv+RfDum4HBeZA0k+F96mT2m0rh9LZTUazjtsLJ0Bs=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210203163144-52141c6b8005 h1:aEWZxpRbhMx6f3x0EYQ0UnklPdCcLwo+MAROL6EkGaU=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210203163144-52141c6b8005/go.mod h1:r62uzATLrxcdAs+GQhTyNFJdxUAev5Ot1f+aApahTkY=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210203163228-a42aed7a7471 h1:xVLDElfEOSSFZpHu+1e7mdlPRF+HtOGgfLjZUXt264k=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210203163228-a42aed7a7471/go.mod h1:SVO94jv/sV8EIGO2teoRX8NW6NQ1W/+CqWcNcA8tTJk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210203163930-f73a38393215 h1:+ky/eWkjpUReEqkmD9uHBdUzJnV3suWsTFuioiZVYxw=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210203163930-f73a38393215/go.mod h1:3mR6D6JpQtTJodWQy97yF7As32JzxzUo0LD2iDXC5nU=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210208040640-e5034fd2085f h1:ILCB3lkU9EJKe6vuYDOr4mFqfZk/pRAzD8WCNM7BsAQ=
github.com/networkservicemesh/sdk-kernel v0.0.0-20210208040640-e5034fd2085f/go.mod h1:dLfgk1sdGo4suD0iKB/PB9KrSqhD9UiUerzCfbI8X/U=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210208041158-96489cf9a456 h1:tUPe8+9EWk3iV8tS4ewj5fR5KWWBS4+VDN8OowMVdDk=
github.com/networkservicemesh/sdk-sriov v0.0.0-20210208041158-96489cf9a456/go.mod h1:MFnpSLSUXgIglCG4Z0ZglpNkGu1gtLbAwH5qOEbguWw=
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 a65a4e7

Please sign in to comment.