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

Commit 9be710a

Browse files
authored
Merge pull request #273 from displague/packngo-0.4.1
update packngo to 0.4.1 (new API endpoint api.equinix.com/metal/v1)
2 parents 1da9983 + aa0102f commit 9be710a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## 3.1.0 (Unreleased)
22

3+
BREAKING CHANGES:
4+
- packngo updated to v0.4.1, changing the API endpoint from api.packet.net to api.equinix.com/metal/v1
5+
36
FEATURES:
47
- [#249](https://github.com/packethost/terraform-provider-packet/pull/249) New datasource `packet_project_ssh_key`
58

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/hashicorp/go-retryablehttp v0.6.6
99
github.com/hashicorp/terraform-plugin-sdk v1.0.0
1010
github.com/mattn/go-colorable v0.1.1 // indirect
11-
github.com/packethost/packngo v0.3.0
11+
github.com/packethost/packngo v0.4.1
1212
github.com/vmihailenco/msgpack v4.0.1+incompatible // indirect
1313
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
1414
gopkg.in/yaml.v2 v2.2.8 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W
163163
github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
164164
github.com/packethost/packngo v0.3.0 h1:mE5UHyhr5sKN1Qa0GtExRG9ECUX/muazI0f53gSrt5E=
165165
github.com/packethost/packngo v0.3.0/go.mod h1:aRxUEV1TprXVcWr35v8tNYgZMjv7FHaInXx224vF2fc=
166+
github.com/packethost/packngo v0.4.1 h1:HWeO3y3xvGIhdaW15VLz7uswKE27YRvXtONDjcMqvqk=
167+
github.com/packethost/packngo v0.4.1/go.mod h1:aRxUEV1TprXVcWr35v8tNYgZMjv7FHaInXx224vF2fc=
166168
github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
167169
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
168170
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)