Skip to content

Commit 847cf02

Browse files
author
Néstor Salceda
committed
Update README with the dep removal
1 parent 5029ec0 commit 847cf02

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,17 @@ Terraform Provider for Sysdig
1111
Requirements
1212
------------
1313

14-
- [Terraform](https://www.terraform.io/downloads.html) 0.10.x
15-
- [Go](https://golang.org/doc/install) 1.9 (to build the provider plugin)
14+
- [Terraform](https://www.terraform.io/downloads.html) 0.12.x
15+
- [Go](https://golang.org/doc/install) 1.12 (to build the provider plugin)
1616

1717
Building The Provider
1818
---------------------
1919

2020
Clone repository to: `$GOPATH/src/github.com/draios/terraform-provider-sysdig`
2121

2222
```sh
23-
$ mkdir -p $GOPATH/src/github.com/draios; cd $GOPATH/src/github.com/draios
2423
$ git clone [email protected]:draios/terraform-provider-sysdig
25-
```
26-
27-
Ensure you have [dep](https://golang.github.io/dep/) installed and enter the
28-
provider directory and build the provider
29-
30-
```sh
31-
$ cd $GOPATH/src/github.com/draios/terraform-provider-sysdig
32-
$ dep ensure
24+
$ cd terraform-provider-sysdig
3325
$ make build
3426
```
3527

0 commit comments

Comments
 (0)