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

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

networkservicemesh/sdk-sriov commit message:
commit 99c33ee2d003c0e3611ae09ecf219fb9cc085342
Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com>
Date:   Fri Nov 27 00:57:40 2020 -0600

    Update from update/networkservicemesh/sdk-kernel

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Nov 27, 2020
1 parent 90bc351 commit 49eed75
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 33 deletions.
20 changes: 11 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@ go 1.14

require (
github.com/antonfisher/nested-logrus-formatter v1.1.0
github.com/edwarnicke/exechelper v1.0.1
github.com/fsnotify/fsnotify v1.4.7
github.com/google/uuid v1.1.1
github.com/edwarnicke/exechelper v1.0.2
github.com/fsnotify/fsnotify v1.4.9
github.com/google/uuid v1.1.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/api v0.0.0-20200525170518-89690ec70489
github.com/networkservicemesh/sdk v0.0.0-20200608153620-b31fd268b04f
github.com/networkservicemesh/api v0.0.0-20201117093615-ae6039374f31
github.com/networkservicemesh/sdk v0.0.0-20201127064728-76a93c05a11e
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/sirupsen/logrus v1.7.0
github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.4.0.20200528145730-dc11d0c74e85
github.com/stretchr/testify v1.5.1
google.golang.org/grpc v1.29.1
gopkg.in/yaml.v2 v2.3.0 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 // indirect
google.golang.org/genproto v0.0.0-20200615140333-fd031eab31e7 // indirect
google.golang.org/grpc v1.33.2
k8s.io/kubelet v0.18.6
k8s.io/kubernetes v1.18.6
)
Expand Down
Loading

0 comments on commit 49eed75

Please sign in to comment.