Skip to content

Commit

Permalink
vendor: vendor all dependencies
Browse files Browse the repository at this point in the history
Since #1 there is at least some subset of dependencies that will not
work with all clients; since this is a binary, it's not difficult to
vendor the correct set of dependencies, so do so.
  • Loading branch information
kevinburke1 committed Mar 29, 2020
1 parent 84b6f33 commit 1a77b8a
Show file tree
Hide file tree
Showing 402 changed files with 169,293 additions and 0 deletions.
86 changes: 86 additions & 0 deletions Gopkg.lock

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

46 changes: 46 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[[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"
version = "0.1.0"

[[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.

0 comments on commit 1a77b8a

Please sign in to comment.