Skip to content

Commit

Permalink
Gopkg.toml,vendor: vendor all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed May 2, 2020
1 parent 8df3379 commit 55a192c
Show file tree
Hide file tree
Showing 404 changed files with 169,510 additions and 0 deletions.
89 changes: 89 additions & 0 deletions Gopkg.lock

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

24 changes: 24 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.

[[constraint]]
name = "github.com/dustin/go-humanize"
version = "1.0.0"

[[constraint]]
name = "github.com/kevinburke/rest"
version = "2.2.0"

[[constraint]]
name = "github.com/tomnomnom/linkheader"
branch = "master"

[[constraint]]
name = "github.com/voxelbrain/goptions"
version = "2.5.11"

[prune]
go-tests = true
unused-packages = true
21 changes: 21 additions & 0 deletions vendor/github.com/dustin/go-humanize/.travis.yml

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

21 changes: 21 additions & 0 deletions vendor/github.com/dustin/go-humanize/LICENSE

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

124 changes: 124 additions & 0 deletions vendor/github.com/dustin/go-humanize/README.markdown

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

31 changes: 31 additions & 0 deletions vendor/github.com/dustin/go-humanize/big.go

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

Loading

0 comments on commit 55a192c

Please sign in to comment.