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 26, 2021
1 parent 3216823 commit 960e376
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ 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-k8s v0.0.0-20210325095247-0747316a7315
github.com/networkservicemesh/sdk v0.0.0-20210326080444-18c76630c832
github.com/networkservicemesh/sdk-k8s v0.0.0-20210326080911-33d5760ac2b3
github.com/networkservicemesh/sdk-sriov v0.0.0-20210326051555-310f6ac0ad01
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
Expand Down
7 changes: 5 additions & 2 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,8 +247,10 @@ 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-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 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-20210326080911-33d5760ac2b3 h1:Tx071qSTWWlIG0ZwINeUOptxqqCY+w7nd/PuyhCJJeg=
github.com/networkservicemesh/sdk-k8s v0.0.0-20210326080911-33d5760ac2b3/go.mod h1:+6YBaEVspuTkGSWKXPW62KSZVdUz2foyDx7xR3PmVwM=
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

0 comments on commit 960e376

Please sign in to comment.