Skip to content

Commit 147d9f5

Browse files
committed
Be specific in Gopkg.toml, update
This commit makes sure we're specific on what packages we "require" in Gopkg.toml. Erroneously requiring the root package in the apiextensions-apiserver, was causing us to pull in main, and transitively a whole bunch of deps that we didn't actually need.
1 parent 471829f commit 147d9f5

File tree

947 files changed

+13
-248025
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

947 files changed

+13
-248025
lines changed

Gopkg.lock

Lines changed: 7 additions & 429 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,18 @@
1313
# limitations under the License.
1414

1515
# Packages required by users
16+
# NB(directxman12): be very careful how you word these --
17+
# dep considers them as a dependency on the package you list
18+
# meaning that if there's a main.go in the root package
19+
# (like in apiextensions-apiserver), you'll pull it's deps in.
1620
required = ["sigs.k8s.io/testing_frameworks/integration",
1721
"k8s.io/client-go/plugin/pkg/client/auth",
1822
"github.com/spf13/pflag",
1923
"github.com/emicklei/go-restful",
2024
"github.com/go-openapi/spec",
2125
"k8s.io/kube-openapi/pkg/common",
22-
"k8s.io/apiextensions-apiserver",
26+
"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1",
27+
"k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset",
2328
"github.com/prometheus/client_golang/prometheus",
2429
]
2530

vendor/bitbucket.org/ww/goautoneg/Makefile

Lines changed: 0 additions & 13 deletions
This file was deleted.

vendor/bitbucket.org/ww/goautoneg/README.txt

Lines changed: 0 additions & 67 deletions
This file was deleted.

vendor/bitbucket.org/ww/goautoneg/autoneg.go

Lines changed: 0 additions & 162 deletions
This file was deleted.

vendor/github.com/Azure/go-ansiterm/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

vendor/github.com/Azure/go-ansiterm/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)