[skip ci] Remove dep from readme (#79)
This commit is contained in:
@@ -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
|
||||||
@@ -56,4 +45,4 @@ To run a specific test called `TestFoo`:
|
|||||||
```bash
|
```bash
|
||||||
cd test
|
cd test
|
||||||
go test -v -timeout 60m -run TestFoo
|
go test -v -timeout 60m -run TestFoo
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user