From b08d79317e58c7e4b3633f9b2cc3d2f3d45bbf40 Mon Sep 17 00:00:00 2001 From: Rho <13165182+rhoboat@users.noreply.github.com> Date: Mon, 15 Aug 2022 15:14:33 -0700 Subject: [PATCH] [skip ci] Remove dep from readme (#79) --- test/README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/test/README.md b/test/README.md index b428e57..3804fb4 100644 --- a/test/README.md +++ b/test/README.md @@ -26,21 +26,10 @@ clean up. ### Prerequisites - Install the latest version of [Go](https://golang.org/). -- Install [dep](https://github.com/golang/dep) for Go dependency management. - Install [Terraform](https://www.terraform.io/downloads.html). - Configure your Google credentials using one of the [options supported by GCP](https://cloud.google.com/docs/authentication/getting-started). -### One-time setup - -Download Go dependencies using dep: - -``` -cd test -dep ensure -``` - - ### Run all the tests ```bash @@ -56,4 +45,4 @@ To run a specific test called `TestFoo`: ```bash cd test go test -v -timeout 60m -run TestFoo -``` \ No newline at end of file +```