Skip to content

Commit

Permalink
[deps] Use dep
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed Aug 22, 2017
1 parent bb64692 commit 32a50ce
Show file tree
Hide file tree
Showing 103 changed files with 22,744 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Gopkg.lock

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

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

# 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/cloudflare/cloudflare-go"
version = "0.8.0"

[[constraint]]
name = "github.com/cloudflare/logshare"
version = "1.2.0"

[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"

[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
30 changes: 30 additions & 0 deletions vendor/github.com/cloudflare/cloudflare-go/.travis.yml

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

26 changes: 26 additions & 0 deletions vendor/github.com/cloudflare/cloudflare-go/LICENSE

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

99 changes: 99 additions & 0 deletions vendor/github.com/cloudflare/cloudflare-go/README.md

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

Loading

0 comments on commit 32a50ce

Please sign in to comment.