Skip to content

Commit

Permalink
dep init
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogg committed Oct 2, 2017
1 parent c42e305 commit b56629a
Show file tree
Hide file tree
Showing 2,414 changed files with 733,067 additions and 1 deletion.
51 changes: 51 additions & 0 deletions Gopkg.lock

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

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

# 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/Sirupsen/logrus"

[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.1.10"

[[constraint]]
name = "github.com/hashicorp/consul"
77 changes: 77 additions & 0 deletions vendor/github.com/Sirupsen/logrus/entry_test.go

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

50 changes: 50 additions & 0 deletions vendor/github.com/Sirupsen/logrus/examples/basic/basic.go

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

30 changes: 30 additions & 0 deletions vendor/github.com/Sirupsen/logrus/examples/hook/hook.go

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

98 changes: 98 additions & 0 deletions vendor/github.com/Sirupsen/logrus/formatter_bench_test.go

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

Loading

0 comments on commit b56629a

Please sign in to comment.