From dcc205f52d9223974232bcdce1a5657d796dc483 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Thu, 30 Jan 2020 22:40:35 -0700 Subject: [PATCH] mod tidy --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index f08bac2..8eb297f 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,7 @@ require ( github.com/rancher/wrangler v0.1.4 github.com/rancher/wrangler-api v0.2.0 github.com/sirupsen/logrus v1.4.1 + golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d )