From be3d3ac362fa2a0a31d6b3ec0cf2672f3fc06582 Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Tue, 19 Feb 2019 20:27:43 -0800 Subject: [PATCH] Ensure the right deps are in Gopkg.log Nothing was missing from the tree (due to transitive deps), just missing from being required by Gopkg.lock. --- Gopkg.lock | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gopkg.lock b/Gopkg.lock index 897580722e..ae59feb64a 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -945,6 +945,7 @@ "go.uber.org/zap/buffer", "go.uber.org/zap/zapcore", "k8s.io/api/admission/v1beta1", + "k8s.io/api/admissionregistration/v1beta1", "k8s.io/api/apps/v1", "k8s.io/api/autoscaling/v1", "k8s.io/api/core/v1", @@ -962,6 +963,8 @@ "k8s.io/apimachinery/pkg/runtime/serializer", "k8s.io/apimachinery/pkg/selection", "k8s.io/apimachinery/pkg/types", + "k8s.io/apimachinery/pkg/util/intstr", + "k8s.io/apimachinery/pkg/util/json", "k8s.io/apimachinery/pkg/util/runtime", "k8s.io/apimachinery/pkg/util/sets", "k8s.io/apimachinery/pkg/util/uuid",