1
0
mirror of synced 2025-12-19 18:05:44 -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 ### Prerequisites
- Install the latest version of [Go](https://golang.org/). - 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). - 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). - 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 ### Run all the tests
```bash ```bash