Skip to content

Commit

Permalink
added go dep into the mix
Browse files Browse the repository at this point in the history
  • Loading branch information
ror6ax committed Mar 21, 2018
1 parent f92dd14 commit f9ecece
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 0 deletions.
261 changes: 261 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://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/fatih/structs"
version = "1.0.0"

[[constraint]]
branch = "master"
name = "github.com/google/gofuzz"

[[constraint]]
name = "github.com/hashicorp/vault"
version = "0.9.6"

[[constraint]]
branch = "master"
name = "github.com/nokia/vault_keystone_plugin"

[[constraint]]
name = "github.com/parnurzeal/gorequest"
version = "0.2.15"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"

0 comments on commit f9ecece

Please sign in to comment.