Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 4c946b3

Browse files
authored
Merge pull request #246 from packethost/jmarhee/readme-url-update
Updates documentation and imports to reflect new repo URL
2 parents b16a210 + 4610a28 commit 4c946b3

File tree

6 files changed

+111
-146
lines changed

6 files changed

+111
-146
lines changed

CHANGELOG.md

Lines changed: 102 additions & 97 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ Requirements
1616
Building 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

2626
Enter 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

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
module github.com/terraform-providers/terraform-provider-packet
1+
module github.com/packethost/terraform-provider-packet
22

33
require (
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

0 commit comments

Comments
 (0)