File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ them for your tests.
32
32
33
33
## Installing and using Dockertest
34
34
35
- Using Dockertest is straightforward and simple. Check the [ releases tab] ( https://github.com/ory-am /dockertest/releases )
35
+ Using Dockertest is straightforward and simple. Check the [ releases tab] ( https://github.com/ory/dockertest/releases )
36
36
for available releases.
37
37
38
38
To install dockertest, run
39
39
40
40
```
41
- go get gopkg.in /ory-am /dockertest.v3
41
+ dep ensure -add github.com /ory/dockertest@v3.x.y
42
42
```
43
43
44
44
### Using Dockertest
@@ -49,7 +49,7 @@ package dockertest_test
49
49
import (
50
50
" testing"
51
51
" log"
52
- " gopkg.in /ory-am /dockertest.v3 "
52
+ " github.com /ory/dockertest"
53
53
_ " github.com/go-sql-driver/mysql"
54
54
" database/sql"
55
55
" fmt"
You can’t perform that action at this time.
0 commit comments