Skip to content

Commit

Permalink
vendor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Apr 12, 2018
1 parent 09e0f47 commit 83ff6cd
Show file tree
Hide file tree
Showing 363 changed files with 180,298 additions and 0 deletions.
84 changes: 84 additions & 0 deletions Gopkg.lock

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

24 changes: 24 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[[constraint]]
name = "github.com/Sirupsen/logrus"
version = "1.0.5"

[[constraint]]
name = "github.com/kennygrant/sanitize"
version = "1.2.3"

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

[[constraint]]
branch = "master"
name = "golang.org/x/net"

[[constraint]]
name = "gopkg.in/alecthomas/kingpin.v2"
version = "2.2.6"

[prune]
go-tests = true
non-go = true
unused-packages = true
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ install:

release:
goreleaser --rm-dist

update-deps:
rm -rf vendor
dep ensure -update

test:
go test -v ./...

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

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

123 changes: 123 additions & 0 deletions vendor/github.com/Sirupsen/logrus/CHANGELOG.md

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/Sirupsen/logrus/LICENSE

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

Loading

0 comments on commit 83ff6cd

Please sign in to comment.