Skip to content

Commit a5b44ac

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 c774e2f commit a5b44ac

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

+7-429
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+6-1
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

-13
This file was deleted.

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

-67
This file was deleted.

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

-162
This file was deleted.

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

-21
This file was deleted.

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

-12
This file was deleted.

0 commit comments

Comments
 (0)