Skip to content

Commit

Permalink
vendor: update glide dependencies (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored Apr 27, 2017
1 parent 0eb2fe9 commit 9d0647a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 26 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
sudo: required

go_import_path: github.com/ory-am/dockertest

language: go

services:
Expand All @@ -15,8 +17,8 @@ matrix:
- go: tip

install:
- go get github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover github.com/go-sql-driver/mysql github.com/lib/pq github.com/stretchr/testify/require github.com/stretchr/testify/assert
- go get ./...
- 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
43 changes: 25 additions & 18 deletions glide.lock

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

13 changes: 7 additions & 6 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
package: github.com/ory-am/dockertest
import:
- package: github.com/cenk/backoff
version: v1.0.0
version: ~1.0.0
- package: github.com/fsouza/go-dockerclient
- package: github.com/docker/docker
version: ~v1.13.0-rc2
version: v17.04.0-ce
- package: github.com/pkg/errors
version: v0.8.0
- package: github.com/opencontainers/runc
version: ~0.8.0
- package: github.com/moby/moby
version: v17.04.0-ce
testImport:
- package: github.com/go-sql-driver/mysql
version: v1.3
version: ~1.3.0
- package: github.com/lib/pq
- package: github.com/stretchr/testify
version: v1.1.4
version: ~1.1.4
subpackages:
- assert
- require

0 comments on commit 9d0647a

Please sign in to comment.