Skip to content

Commit

Permalink
Merge pull request #242 from lalinsky/gopkg
Browse files Browse the repository at this point in the history
Add missing Gopkg files
  • Loading branch information
barnybug authored Sep 16, 2017
2 parents 5894a2f + 005a982 commit 2112bad
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 0 deletions.
69 changes: 69 additions & 0 deletions Gopkg.lock

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

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

# 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/aws/aws-sdk-go"
version = "1.10.45"

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

[[constraint]]
branch = "master"
name = "github.com/miekg/dns"

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

[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"

0 comments on commit 2112bad

Please sign in to comment.