From 286b0b40babfe4f91950251ab992174f23ab783d 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Gopkg.lock b/Gopkg.lock index 897580722e..967d96f23c 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -962,6 +962,7 @@ "k8s.io/apimachinery/pkg/runtime/serializer", "k8s.io/apimachinery/pkg/selection", "k8s.io/apimachinery/pkg/types", + "k8s.io/apimachinery/pkg/util/json", "k8s.io/apimachinery/pkg/util/runtime", "k8s.io/apimachinery/pkg/util/sets", "k8s.io/apimachinery/pkg/util/uuid",