From d09b0971e1a2e5cbd9299b828ccc19c4bda1b7a4 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Fri, 14 Jun 2024 02:14:03 +0300 Subject: [PATCH] docs: remove outdated dep install instruction (#505) --- README.md | 6 ------ docker/README.markdown | 9 --------- 2 files changed, 15 deletions(-) diff --git a/README.md b/README.md index b06d0bcd..b2c610fd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker/README.markdown b/docker/README.markdown index ff530c5a..70c8256b 100644 --- a/docker/README.markdown +++ b/docker/README.markdown @@ -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