This repository was archived by the owner on Feb 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +111
-146
lines changed
Expand file tree Collapse file tree 6 files changed +111
-146
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ Requirements
1616Building the provider
1717---------------------
1818
19- Clone repository to: ` $GOPATH/src/github.com/terraform-providers /terraform-provider-packet `
19+ Clone repository to: ` $GOPATH/src/github.com/packethost /terraform-provider-packet `
2020
2121``` sh
22- $ mkdir -p $GOPATH /src/github.com/terraform-providers ; cd $GOPATH /src/github.com/terraform-providers
23- $ git clone git@github.com:terraform-providers /terraform-provider-packet
22+ $ mkdir -p $GOPATH /src/github.com/packethost ; cd $GOPATH /src/github.com/packethost
23+ $ git clone git@github.com:packethost /terraform-provider-packet
2424```
2525
2626Enter the provider directory and build the provider
2727
2828``` sh
29- $ cd $GOPATH /src/github.com/terraform-providers /terraform-provider-packet
29+ $ cd $GOPATH /src/github.com/packethost /terraform-provider-packet
3030$ make build
3131```
3232
Original file line number Diff line number Diff line change 1- module github.com/terraform-providers /terraform-provider-packet
1+ module github.com/packethost /terraform-provider-packet
22
33require (
44 github.com/apparentlymart/go-dump v0.0.0-20190214190832-042adf3cf4a0 // indirect
55 github.com/aws/aws-sdk-go v1.22.0 // indirect
66 github.com/hashicorp/errwrap v1.0.0
77 github.com/hashicorp/go-retryablehttp v0.6.6
8- github.com/hashicorp/hcl v1.0.0 // indirect
9- github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
108 github.com/hashicorp/terraform-plugin-sdk v1.0.0
119 github.com/mattn/go-colorable v0.1.1 // indirect
1210 github.com/packethost/packngo v0.2.1-0.20200424110205-36917dbc292f
You can’t perform that action at this time.
0 commit comments