Skip to content

Commit 9d0647a

Browse files
authored
vendor: update glide dependencies (#89)
1 parent 0eb2fe9 commit 9d0647a

File tree

3 files changed

+36
-26
lines changed

3 files changed

+36
-26
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
sudo: required
22

3+
go_import_path: github.com/ory-am/dockertest
4+
35
language: go
46

57
services:
@@ -15,8 +17,8 @@ matrix:
1517
- go: tip
1618

1719
install:
18-
- 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
19-
- go get ./...
20+
- go get github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover github.com/Masterminds/glide
21+
- glide install
2022

2123
script:
2224
- go vet -x .

glide.lock

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

glide.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
package: github.com/ory-am/dockertest
22
import:
33
- package: github.com/cenk/backoff
4-
version: v1.0.0
4+
version: ~1.0.0
55
- package: github.com/fsouza/go-dockerclient
66
- package: github.com/docker/docker
7-
version: ~v1.13.0-rc2
7+
version: v17.04.0-ce
88
- package: github.com/pkg/errors
9-
version: v0.8.0
10-
- package: github.com/opencontainers/runc
9+
version: ~0.8.0
10+
- package: github.com/moby/moby
11+
version: v17.04.0-ce
1112
testImport:
1213
- package: github.com/go-sql-driver/mysql
13-
version: v1.3
14+
version: ~1.3.0
1415
- package: github.com/lib/pq
1516
- package: github.com/stretchr/testify
16-
version: v1.1.4
17+
version: ~1.1.4
1718
subpackages:
1819
- assert
1920
- require

0 commit comments

Comments
 (0)