Skip to content

Commit

Permalink
add required pkgs for dep and update vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengqi Yu committed Oct 11, 2018
1 parent 2c1cb3b commit 22f1006
Show file tree
Hide file tree
Showing 1,606 changed files with 251,212 additions and 13,597 deletions.
487 changes: 457 additions & 30 deletions Gopkg.lock

Large diffs are not rendered by default.

16 changes: 13 additions & 3 deletions Gopkg.toml
@@ -1,8 +1,14 @@
# Uncomment to update deps with dep tool

[prune]
non-go = true
go-tests = true
required = [
"github.com/emicklei/go-restful",
"github.com/go-openapi/spec",
"github.com/onsi/ginkgo", # for integration testing
"github.com/spf13/pflag",
"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/testing_frameworks/integration", # for integration testing
]

[[constraint]]
name = "sigs.k8s.io/controller-tools"
Expand All @@ -13,3 +19,7 @@
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"
version="v1.4.7"

[prune]
non-go = true
go-tests = true
15 changes: 15 additions & 0 deletions vendor/cloud.google.com/go/AUTHORS

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

40 changes: 40 additions & 0 deletions vendor/cloud.google.com/go/CONTRIBUTORS

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

202 changes: 202 additions & 0 deletions vendor/cloud.google.com/go/LICENSE

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

0 comments on commit 22f1006

Please sign in to comment.