Skip to content

Commit

Permalink
switch from govendor to dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zupzup committed Sep 4, 2017
1 parent 70b7a26 commit c707a76
Show file tree
Hide file tree
Showing 339 changed files with 69,060 additions and 26,375 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -5,11 +5,12 @@
email: true
go:
- 1.8
- 1.9
- tip
install:
- go get github.com/golang/lint/golint
- go get github.com/kardianos/govendor
- govendor sync
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
script:
- go build -v
- go vet $(go list ./... | grep -v vendor)
Expand Down
57 changes: 57 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
@@ -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/asdine/storm"
version = "1.0.1"

[[constraint]]
name = "github.com/fatih/color"
version = "1.5.0"

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

[[constraint]]
branch = "master"
name = "github.com/mitchellh/go-homedir"
29 changes: 29 additions & 0 deletions vendor/github.com/asdine/storm/.gitignore

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

14 changes: 14 additions & 0 deletions vendor/github.com/asdine/storm/.travis.yml

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

2 changes: 1 addition & 1 deletion vendor/github.com/asdine/storm/LICENSE

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

12 changes: 7 additions & 5 deletions vendor/github.com/asdine/storm/README.md

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

156 changes: 156 additions & 0 deletions vendor/github.com/asdine/storm/bench_test.go

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

0 comments on commit c707a76

Please sign in to comment.