Skip to content

Commit 55a192c

Browse files
committed
Gopkg.toml,vendor: vendor all dependencies
1 parent 8df3379 commit 55a192c

404 files changed

Lines changed: 169510 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gopkg.lock

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Gopkg.toml example
2+
#
3+
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
4+
# for detailed Gopkg.toml documentation.
5+
6+
[[constraint]]
7+
name = "github.com/dustin/go-humanize"
8+
version = "1.0.0"
9+
10+
[[constraint]]
11+
name = "github.com/kevinburke/rest"
12+
version = "2.2.0"
13+
14+
[[constraint]]
15+
name = "github.com/tomnomnom/linkheader"
16+
branch = "master"
17+
18+
[[constraint]]
19+
name = "github.com/voxelbrain/goptions"
20+
version = "2.5.11"
21+
22+
[prune]
23+
go-tests = true
24+
unused-packages = true

vendor/github.com/dustin/go-humanize/.travis.yml

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/dustin/go-humanize/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/dustin/go-humanize/README.markdown

Lines changed: 124 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/dustin/go-humanize/big.go

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)