Skip to content

Commit cbe2448

Browse files
committed
Move to go modules altogether
1 parent 21cda27 commit cbe2448

File tree

4 files changed

+383
-12
lines changed

4 files changed

+383
-12
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,8 @@ Pull requests are always welcome! Please be sure the following things are taken
109109
* Ensure new attributes can also be set by environment variables
110110

111111
#### Development environment requirements
112-
* [Golang](https://golang.org/dl/) is installed and `go` is in your path
112+
* [Golang](https://golang.org/dl/) v1.11 or newer is installed and `go` is in your path
113113
* [Terraform](https://www.terraform.io/downloads.html) is installed and `terraform` is in your path
114-
* Optional for packaging dependencies: [govendor](https://github.com/kardianos/govendor) is installed and `govendor` is in your path by running `govendor update github.com/hashicorp/terraform`
115114

116115
To make development easy, you can use the Docker image [druggeri/tdk](https://hub.docker.com/r/druggeri/tdk) as a development environment:
117116
```

0 commit comments

Comments
 (0)