Skip to content

Commit

Permalink
revendor for CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Oct 17, 2018
1 parent c92ffa3 commit be2001a
Show file tree
Hide file tree
Showing 8,049 changed files with 403,285 additions and 1,621,244 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
985 changes: 383 additions & 602 deletions Gopkg.lock

Large diffs are not rendered by default.

85 changes: 29 additions & 56 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,70 +1,43 @@
# 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"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true

required = [
"k8s.io/code-generator/cmd/deepcopy-gen",
]
"github.com/emicklei/go-restful",
"github.com/onsi/ginkgo", # for test framework
"github.com/onsi/gomega", # for test matchers
"k8s.io/client-go/plugin/pkg/client/auth/gcp", # for development against gcp
"k8s.io/code-generator/cmd/deepcopy-gen", # for go generate
"sigs.k8s.io/controller-tools/cmd/controller-gen", # for crd/rbac generation
"sigs.k8s.io/controller-runtime/pkg/client/config",
"sigs.k8s.io/controller-runtime/pkg/controller",
"sigs.k8s.io/controller-runtime/pkg/handler",
"sigs.k8s.io/controller-runtime/pkg/manager",
"sigs.k8s.io/controller-runtime/pkg/runtime/signals",
"sigs.k8s.io/controller-runtime/pkg/source",
"sigs.k8s.io/testing_frameworks/integration", # for integration testing
"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1",
]

[prune]
go-tests = true

[[constraint]]
name = "sigs.k8s.io/cluster-api"
revision = "f31486484d5b33c785540eeaffd47fe57832aef5"

[[constraint]]
name = "k8s.io/code-generator"
branch = "release-1.9"
branch = "master"

[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "v1.15.5"

# We need to specify fsnotify source to avoid dep panic
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"

[[constraint]]
name = "k8s.io/kube-aggregator"
branch = "release-1.9"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
branch = "release-1.9"

[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.9"
# STANZAS BELOW ARE GENERATED AND MAY BE WRITTEN - DO NOT MODIFY BELOW THIS LINE.

[[constraint]]
name = "k8s.io/apiserver"
branch = "release-1.9"
name="sigs.k8s.io/controller-runtime"
version="v0.1.1"

[[constraint]]
name = "k8s.io/client-go"
branch = "release-6.0"
name="sigs.k8s.io/controller-tools"
version="v0.1.1"

[[constraint]]
name = "k8s.io/api"
branch = "release-1.9"
# For dependency below: Refer to issue https://github.com/golang/dep/issues/1799
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"
version="v1.4.7"
13 changes: 0 additions & 13 deletions vendor/bitbucket.org/ww/goautoneg/Makefile

This file was deleted.

67 changes: 0 additions & 67 deletions vendor/bitbucket.org/ww/goautoneg/README.txt

This file was deleted.

162 changes: 0 additions & 162 deletions vendor/bitbucket.org/ww/goautoneg/autoneg.go

This file was deleted.

33 changes: 0 additions & 33 deletions vendor/bitbucket.org/ww/goautoneg/autoneg_test.go

This file was deleted.

Loading

0 comments on commit be2001a

Please sign in to comment.