forked from kubernetes-sigs/cluster-api-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
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.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.