Skip to content

Commit

Permalink
add initial vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmhl committed Jan 3, 2019
1 parent eb1e1b4 commit 79b18a8
Show file tree
Hide file tree
Showing 1,630 changed files with 735,011 additions and 0 deletions.
551 changes: 551 additions & 0 deletions Gopkg.lock

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# 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

# TODO: Change to a concrete v1.14 tag after klog is included.
[[constraint]]
branch = "master"
name = "k8s.io/api"

# TODO: Change to a concrete v1.14 tag after klog is included.
[[constraint]]
branch = "master"
name = "k8s.io/apimachinery"

# TODO: Change to a concrete v1.14 tag after klog is included.
[[constraint]]
branch = "master"
name = "k8s.io/client-go"

[[constraint]]
name = "k8s.io/klog"
version = "0.1.0"

[prune]
non-go = true
go-tests = true
unused-packages = true
15 changes: 15 additions & 0 deletions vendor/github.com/davecgh/go-spew/LICENSE

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

145 changes: 145 additions & 0 deletions vendor/github.com/davecgh/go-spew/spew/bypass.go

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

38 changes: 38 additions & 0 deletions vendor/github.com/davecgh/go-spew/spew/bypasssafe.go

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

Loading

0 comments on commit 79b18a8

Please sign in to comment.