Skip to content

Commit

Permalink
Merge pull request #352 from ecordell/vendor-deps
Browse files Browse the repository at this point in the history
chore(deps): commit vendored dependencies
  • Loading branch information
ecordell authored May 16, 2018
2 parents ffdab71 + ed44dfd commit 68ffb88
Show file tree
Hide file tree
Showing 2,108 changed files with 752,689 additions and 104 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,8 @@ __pycache__/
*.btm.cs
*.odx.cs
*.xsd.cs
vendor

# project-specific
*.bak
**/resources/*
build
110 changes: 55 additions & 55 deletions Gopkg.lock

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

22 changes: 10 additions & 12 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
[prune]
unused-packages = true
go-tests = true
non-go = true

[[prune.project]]
name = "k8s.io/apimachinery"
# apimachinary needed for codegen
unused-packages = false

[[constraint]]
name = "github.com/coreos-inc/tectonic-operators"
version = "beryllium-m1"
Expand All @@ -10,18 +20,6 @@
name = "github.com/ghodss/yaml"
version = "1.0.0"

[[constraint]]
branch = "master"
name = "github.com/go-openapi/spec"

[[constraint]]
branch = "master"
name = "github.com/go-openapi/strfmt"

[[constraint]]
branch = "master"
name = "github.com/go-openapi/validate"

[[constraint]]
name = "github.com/golang/mock"
version = "1.0.0"
Expand Down
Loading

0 comments on commit 68ffb88

Please sign in to comment.