Skip to content

Commit

Permalink
vendor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jan 17, 2018
1 parent 074231d commit 4401d70
Show file tree
Hide file tree
Showing 407 changed files with 226,836 additions and 0 deletions.
87 changes: 87 additions & 0 deletions Gopkg.lock

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

26 changes: 26 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# 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"


[[constraint]]
name = "github.com/hashicorp/vault"
version = "0.9.1"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ Note: It's recommended that you now delete `secrets.json` if you don't need it.

This tool reads all the `VAULT_*` environment variables as the vault cli does. You likely need to specify those for the address, CA certs, etc.

## Dependencies

I use [golang/dep](https://github.com/golang/dep) for managing the `vendor/` directory. I like to run `dep ensure && dep prune` to keep the tree small.

## Releases

There are various makefile commands for building parts of the release `make release` builds and pushes everything.
Expand Down
23 changes: 23 additions & 0 deletions vendor/github.com/fatih/structs/.gitignore

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

11 changes: 11 additions & 0 deletions vendor/github.com/fatih/structs/.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/fatih/structs/LICENSE

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

163 changes: 163 additions & 0 deletions vendor/github.com/fatih/structs/README.md

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

Loading

0 comments on commit 4401d70

Please sign in to comment.