Skip to content

Commit

Permalink
vendor: resolve issues with semver dependencies #60
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored Aug 8, 2016
1 parent 983ecd9 commit 1b35e25
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
node_modules/
*.iml
*.exe
.cover/
.cover/
vendor/
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- docker

env:
- DOCKER_BIND_LOCALHOST=true
- DOCKER_BIND_LOCALHOST=true GO15VENDOREXPERIMENT=1

go:
- 1.4
Expand All @@ -20,8 +20,8 @@ matrix:
- go: 1.4

install:
- go get github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover
- go get -t ./...
- go get github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover github.com/Masterminds/glide
- glide install

script:
- go vet -x .
Expand Down
114 changes: 114 additions & 0 deletions glide.lock

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

6 changes: 3 additions & 3 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package: github.com/ory-am/dockertest
import:
- package: github.com/go-errors/errors
- package: github.com/go-sql-driver/mysql
version: ~1.2.0
version: 0b58b37b664c21f3010e836f1b931e1d0b0b0685
- package: github.com/lib/pq
- package: github.com/ory-am/common
subpackages:
Expand All @@ -17,14 +17,14 @@ testImport:
subpackages:
- redis
- package: github.com/go-stomp/stomp
version: ~1.0.1
version: 364e36fe21291dd5aec3cba10ea15b0e654d9b40
- package: github.com/gocql/gocql
- package: github.com/hashicorp/consul
version: ~0.7.0-test2
subpackages:
- api
- package: github.com/mattbaird/elastigo
version: ~1.0.0
version: 34c4c4d8425cbdcbc8e257943a2044d5e9f7dab5
subpackages:
- lib
- package: github.com/samuel/go-zookeeper
Expand Down

0 comments on commit 1b35e25

Please sign in to comment.