From 3167ad6bc269e0cec0f50cd687ba9018d4e8cd69 Mon Sep 17 00:00:00 2001 From: Tom Flynn Date: Sat, 10 Apr 2021 23:09:17 -0700 Subject: [PATCH] Remove dep artifacts Signed-off-by: Tom Flynn --- Gopkg.toml | 153 ----------------------------------------------------- 1 file changed, 153 deletions(-) delete mode 100644 Gopkg.toml diff --git a/Gopkg.toml b/Gopkg.toml deleted file mode 100644 index 266f1ef687..0000000000 --- a/Gopkg.toml +++ /dev/null @@ -1,153 +0,0 @@ - -# Gopkg.toml example -# -# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md -# for detailed Gopkg.toml documentation. -# -# required = ["github.com/user/thing/cmd/thing"] -# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"] -# -# [[constraint]] -# name = "github.com/user/project" -# version = "1.0.0" -# -# [[constraint]] -# name = "github.com/user/project2" -# branch = "dev" -# source = "github.com/myfork/project2" -# -# [[override]] -# name = "github.com/x/y" -# version = "2.4.0" - -required = ["k8s.io/code-generator/cmd/client-gen"] - -[[constraint]] - name = "github.com/Sirupsen/logrus" - version = "1.0.0" - -[[constraint]] - name = "github.com/containernetworking/cni" - version = "0.6.0" - -[[constraint]] - branch = "master" - name = "github.com/openshift/api" - - -[[constraint]] - branch = "master" - name = "golang.org/x/xerrors" - - -[[constraint]] - name = "github.com/go-logr/logr" - version = "0.1.0" - -[[constraint]] - name = "github.com/containernetworking/plugins" - version = "0.6.0" - -[[constraint]] - name = "github.com/gorilla/websocket" - version = "1.2.0" - -[[constraint]] - name = "github.com/juju/ratelimit" - branch = "master" - -[[constraint]] - name = "github.com/natefinch/pie" - version = "1.0.0" - -[[constraint]] - name = "sigs.k8s.io/controller-runtime" - branch = "release-0.4" - -[[constraint]] - name = "github.com/socketplane/libovsdb" - branch = "master" - -[[constraint]] - name = "github.com/spf13/cobra" - branch = "master" - -[[constraint]] - name = "github.com/spf13/viper" - branch = "master" - -[[constraint]] - name = "github.com/stretchr/testify" - version = "1.2.1" - -[[constraint]] - name = "github.com/tatsushid/go-fastping" - branch = "master" - -[[constraint]] - name = "github.com/vishvananda/netlink" - branch = "master" - -[[constraint]] - name = "k8s.io/client-go" - branch = "release-12.0" - -# keep same version for k8s api components -[[constraint]] - name = "k8s.io/api" - branch = "release-1.15" - -[[constraint]] - name = "k8s.io/apimachinery" - branch = "release-1.15" - -[[constraint]] - name = "k8s.io/kubernetes" - branch = "release-1.15" - -[[constraint]] - name = "k8s.io/apiextensions-apiserver" - branch = "release-1.15" - -[[constraint]] - name = "k8s.io/apiserver" - branch = "release-1.15" - -[[constraint]] - name = "github.com/coreos/go-iptables" - version = "0.3.0" - -[[constraint]] - name = "github.com/go-sql-driver/mysql" - version = "1.3.0" - -[[constraint]] - name = "github.com/mattn/go-sqlite3" - version = "1.6.0" - -[[constraint]] - name = "github.com/yl2chen/cidranger" - branch = "master" - -[[override]] - name = "github.com/cenkalti/hub" - branch = "master" - -[[override]] - name = "github.com/docker/distribution" - branch = "master" - -[[override]] - name = "github.com/coreos/bbolt" - source = "https://github.com/coreos/bbolt" - revision = "48ea1b39c25fc1bab3506fbc712ecbaa842c4d2d" - -# Need these overrides because dep does not obey constraints for these, picking -# up from master instead. -[[override]] - name = "k8s.io/apiserver" - revision = "fc7f2569c418bacb9fa276b2ffe4696bd53484a9" - -[[override]] - name = "k8s.io/apiextensions-apiserver" - revision = "3652de39ca8ccf74d9126c1f0b5cb3679449c18b"