Skip to content

Commit 7b75083

Browse files
dennwcarekkas
authored andcommitted
Fixes imports in docs and use dep for pinning specific version (#125)
1 parent 9b544b3 commit 7b75083

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ them for your tests.
3232

3333
## Installing and using Dockertest
3434

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)
3636
for available releases.
3737

3838
To install dockertest, run
3939

4040
```
41-
go get gopkg.in/ory-am/dockertest.v3
41+
dep ensure -add github.com/ory/dockertest@v3.x.y
4242
```
4343

4444
### Using Dockertest
@@ -49,7 +49,7 @@ package dockertest_test
4949
import (
5050
"testing"
5151
"log"
52-
"gopkg.in/ory-am/dockertest.v3"
52+
"github.com/ory/dockertest"
5353
_ "github.com/go-sql-driver/mysql"
5454
"database/sql"
5555
"fmt"

0 commit comments

Comments
 (0)