Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 4a6e619

Browse files
Adding Go Vendored Packages
**Why:** * Although they are managed via `dep` easier to package up
1 parent f569ba1 commit 4a6e619

File tree

20,328 files changed

+6621594
-0
lines changed

Some content is hidden

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

20,328 files changed

+6621594
-0
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
2+
# Gopkg.toml example
3+
#
4+
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
5+
# for detailed Gopkg.toml documentation.
6+
#
7+
# required = ["github.com/user/thing/cmd/thing"]
8+
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
9+
#
10+
# [[constraint]]
11+
# name = "github.com/user/project"
12+
# version = "1.0.0"
13+
#
14+
# [[constraint]]
15+
# name = "github.com/user/project2"
16+
# branch = "dev"
17+
# source = "github.com/myfork/project2"
18+
#
19+
# [[override]]
20+
# name = "github.com/x/y"
21+
# version = "2.4.0"
22+
23+
required = ["k8s.io/code-generator/cmd/client-gen"]
24+
25+
[[constraint]]
26+
name = "github.com/aws/aws-sdk-go"
27+
version = "1.14.13"
28+
29+
[[constraint]]
30+
branch = "master"
31+
name = "github.com/golang/glog"
32+
33+
[[constraint]]
34+
branch = "master"
35+
name = "github.com/christopherhein/operator-kit"
36+
37+
[[constraint]]
38+
name = "k8s.io/api"
39+
version = "kubernetes-1.10.4"
40+
41+
[[constraint]]
42+
name = "k8s.io/apiextensions-apiserver"
43+
version = "kubernetes-1.10.4"
44+
45+
[[constraint]]
46+
name = "k8s.io/apimachinery"
47+
version = "kubernetes-1.10.4"
48+
49+
[[constraint]]
50+
name = "k8s.io/client-go"
51+
version = "7.0.0"
52+
53+
[[constraint]]
54+
name = "k8s.io/code-generator"
55+
version = "kubernetes-1.10.4"

vendor/github.com/aws/aws-sdk-go/.github/ISSUE_TEMPLATE.md

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

vendor/github.com/aws/aws-sdk-go/.github/PULL_REQUEST_TEMPLATE.md

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

vendor/github.com/aws/aws-sdk-go/.gitignore

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

vendor/github.com/aws/aws-sdk-go/.godoc_config

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

vendor/github.com/aws/aws-sdk-go/.travis.yml

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

0 commit comments

Comments
 (0)