Skip to content

Commit

Permalink
docs: remove outdated dep install instruction (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Jun 13, 2024
1 parent 5bc2dc2 commit d09b097
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ To install dockertest, run
go get -u github.com/ory/dockertest/v3
```

or

```
dep ensure -add github.com/ory/dockertest@v3.x.y
```

### Using Dockertest

```go
Expand Down
9 changes: 0 additions & 9 deletions docker/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,6 @@ Running `make test` will check all of these. If your editor does not
automatically call `gofmt -s`, `make fmt` will format all go files in this
repository.

## Vendoring

go-dockerclient uses [dep](https://github.com/golang/dep/) for vendoring. If
you're using dep, you should be able to pick go-dockerclient releases and get
the proper dependencies.

With other vendoring tools, users might need to specify go-dockerclient's
dependencies manually.

## Using with Docker 1.9 and Go 1.4

There's a tag for using go-dockerclient with Docker 1.9 (which requires
Expand Down

0 comments on commit d09b097

Please sign in to comment.