Skip to content

Commit

Permalink
Update from update/networkservicemesh/sdk-k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmbot authored Mar 31, 2021
1 parent ffb3fd7 commit 9b2bdb3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ require (
github.com/edwarnicke/exechelper v1.0.2
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-20210331094157-964332cc797d
github.com/networkservicemesh/sdk-k8s v0.0.0-20210331095043-0b142e8cf743
github.com/networkservicemesh/api v0.0.0-20210331143834-12761e9f673f
github.com/networkservicemesh/sdk v0.0.0-20210331144417-68a6beb66557
github.com/networkservicemesh/sdk-k8s v0.0.0-20210331145640-7a89e40dc9c5
github.com/networkservicemesh/sdk-sriov v0.0.0-20210326051555-310f6ac0ad01
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
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
google.golang.org/grpc v1.35.0
k8s.io/kubelet v0.20.1
)
12 changes: 8 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,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-20210323151719-3156ce7533e9 h1:fthzwqhZV4wvTe0YHK2ZS6pTsOUETMWsLhVC16PRtaE=
github.com/networkservicemesh/api v0.0.0-20210323151719-3156ce7533e9/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI=
github.com/networkservicemesh/api v0.0.0-20210331143834-12761e9f673f h1:bvWrS+mtQUgvjCZP6l0+sBQ9hnkrP/cMkWWZI38bQhk=
github.com/networkservicemesh/api v0.0.0-20210331143834-12761e9f673f/go.mod h1:Mr5Fa5EJYqTi7spI2K8AMcRSXxLs5zPiRAe2ukkcAxg=
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-20210331094157-964332cc797d h1:YxoTgaczQMjUFFWts2KqYwjbwPSeuvHOQJ49YT/ZDEQ=
github.com/networkservicemesh/sdk v0.0.0-20210331094157-964332cc797d/go.mod h1:0KdRsooocNUEsI8gsgppv0MRInd01K4qWPzmYKP8Pu8=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210331095043-0b142e8cf743 h1:WR2sE3hkz7FFhd8y5H7bPxpQZhogBD8+2XLYTpn5Spc=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210331095043-0b142e8cf743/go.mod h1:zrs/wadEdDjBRTEeph6nXkcwUkRaC4oeadvktMMmV9M=
github.com/networkservicemesh/sdk v0.0.0-20210331144417-68a6beb66557 h1:hk6lA5ayvR4RkMwKmHbYXwMCQ77TktoUVT/AIcJQiHc=
github.com/networkservicemesh/sdk v0.0.0-20210331144417-68a6beb66557/go.mod h1:8f+cDOXHScAWv6VTLZ/XgiwgULNbNXSa4FhSqwMBsDY=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210331145640-7a89e40dc9c5 h1:qNF0+3jvcZcgNZS10irdQD1MxmS9/FAfeOfZxE79hZE=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210331145640-7a89e40dc9c5/go.mod h1:doBF0MQaf8R8giVBAK1KrHdOwWxcyu7iQ1evGsBh+KY=
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=
Expand Down Expand Up @@ -331,6 +333,8 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
github.com/uber/jaeger-client-go v2.21.1+incompatible h1:oozboeZmWz+tyh3VZttJWlF3K73mHgbokieceqKccLo=
github.com/uber/jaeger-client-go v2.21.1+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk=
Expand Down

0 comments on commit 9b2bdb3

Please sign in to comment.