Skip to content

Commit

Permalink
Commit vendor directory
Browse files Browse the repository at this point in the history
We need particular versions of our dependencies to build tests and to
build protoc-gen-twirp. We should commit the vendor directory to the
repo to make this simple.
  • Loading branch information
spenczar committed Jan 26, 2018
1 parent dff337b commit 9915c83
Show file tree
Hide file tree
Showing 77 changed files with 30,553 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ clientcompat/pycompat/ENV
*.pyc

build

vendor
11 changes: 8 additions & 3 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# The importable parts of Twirp have no external dependencies. They just use the
# standard library. But Twirp's tests *do* have some dependencies, and this
# manifest lists them.
# standard library. But both protoc-gen-twirp and Twirp's tests *do* have some
# dependencies, and this manifest lists them.
#
# All dependencies are specified as overrides, not constraints, so that dep
# doesn't get confused if someone imports Twirp. We don't want to falsely
# require any particular versions of these libraries - they are *only* for
# tests.
# tests and building main packages.

[[override]]
name = "github.com/gogo/protobuf"
Expand All @@ -22,3 +22,8 @@
[[override]]
name = "github.com/stretchr/testify"
version = "1.2.0"

[prune]
unused-packages = true
go-tests = true
non-go = 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.

152 changes: 152 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 9915c83

Please sign in to comment.