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

Commit

Permalink
Adding Go Vendored Packages
Browse files Browse the repository at this point in the history
**Why:**

* Although they are managed via `dep` easier to package up
  • Loading branch information
christopherhein committed Aug 2, 2018
1 parent f569ba1 commit 4a6e619
Show file tree
Hide file tree
Showing 20,328 changed files with 6,621,594 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
524 changes: 524 additions & 0 deletions Gopkg.lock

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions Gopkg.toml
@@ -0,0 +1,55 @@

# 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/aws/aws-sdk-go"
version = "1.14.13"

[[constraint]]
branch = "master"
name = "github.com/golang/glog"

[[constraint]]
branch = "master"
name = "github.com/christopherhein/operator-kit"

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.10.4"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.10.4"

[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.10.4"

[[constraint]]
name = "k8s.io/client-go"
version = "7.0.0"

[[constraint]]
name = "k8s.io/code-generator"
version = "kubernetes-1.10.4"
14 changes: 14 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/.github/ISSUE_TEMPLATE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/.godoc_config

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a6e619

Please sign in to comment.