Skip to content

Commit

Permalink
Merge pull request #64 from twitchtv/commit_vendor
Browse files Browse the repository at this point in the history
Commit vendor
  • Loading branch information
spenczar committed Jan 31, 2018
2 parents 2067a95 + 2d3dbaa commit 2642ca8
Show file tree
Hide file tree
Showing 79 changed files with 30,619 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -5,5 +5,3 @@ clientcompat/pycompat/ENV
*.pyc

build

vendor
7 changes: 0 additions & 7 deletions .travis.yml
Expand Up @@ -3,13 +3,6 @@ language: go
go:
- 1.9
- tip
env:
- DEP_VERSION="0.3.2"
before_install:
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
install:
- dep ensure -vendor-only
script:
- go install ./...
- go test -race ./...
11 changes: 8 additions & 3 deletions Gopkg.toml
@@ -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.

0 comments on commit 2642ca8

Please sign in to comment.