Skip to content

Commit 83ff6cd

Browse files
committed
vendor dependencies
1 parent 09e0f47 commit 83ff6cd

File tree

363 files changed

+180298
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

363 files changed

+180298
-0
lines changed

Gopkg.lock

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[[constraint]]
2+
name = "github.com/Sirupsen/logrus"
3+
version = "1.0.5"
4+
5+
[[constraint]]
6+
name = "github.com/kennygrant/sanitize"
7+
version = "1.2.3"
8+
9+
[[constraint]]
10+
name = "github.com/stretchr/testify"
11+
version = "1.2.1"
12+
13+
[[constraint]]
14+
branch = "master"
15+
name = "golang.org/x/net"
16+
17+
[[constraint]]
18+
name = "gopkg.in/alecthomas/kingpin.v2"
19+
version = "2.2.6"
20+
21+
[prune]
22+
go-tests = true
23+
non-go = true
24+
unused-packages = true

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ install:
33

44
release:
55
goreleaser --rm-dist
6+
7+
update-deps:
8+
rm -rf vendor
9+
dep ensure -update
10+
11+
test:
12+
go test -v ./...

vendor/github.com/Sirupsen/logrus/.gitignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Sirupsen/logrus/.travis.yml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Sirupsen/logrus/CHANGELOG.md

Lines changed: 123 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Sirupsen/logrus/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)