1
0
mirror of synced 2025-12-19 09:50:33 -05:00

[skip ci] Remove dep from readme (#79)

This commit is contained in:
Rho
2022-08-15 15:14:33 -07:00
committed by GitHub
parent 922e6ca0a8
commit b08d79317e

View File

@@ -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
```
```