Add k8s.io/utils/exec to Gopkg.*

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2020-01-14 16:30:56 +05:30 committed by mergify[bot]
parent 3af1e26d7c
commit e8e9208987
2 changed files with 5 additions and 0 deletions

1
Gopkg.lock generated
View File

@ -1379,6 +1379,7 @@
"k8s.io/kubernetes/test/e2e/framework",
"k8s.io/kubernetes/test/e2e/framework/log",
"k8s.io/kubernetes/test/utils",
"k8s.io/utils/exec",
"k8s.io/utils/mount",
]
solver-name = "gps-cdcl"

View File

@ -80,3 +80,7 @@
[[prune.project]]
name = "github.com/kubernetes-csi/external-snapshotter"
non-go = false
[[constraint]]
branch = "master"
name = "k8s.io/utils"