This repository was archived by the owner on Feb 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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+
36FEATURES:
47- [ #249 ] ( https://github.com/packethost/terraform-provider-packet/pull/249 ) New datasource ` packet_project_ssh_key `
58
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -163,6 +163,8 @@ github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W
163163github.com/onsi/gomega v1.4.3 /go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY =
164164github.com/packethost/packngo v0.3.0 h1:mE5UHyhr5sKN1Qa0GtExRG9ECUX/muazI0f53gSrt5E =
165165github.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 =
166168github.com/pierrec/lz4 v2.0.5+incompatible /go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY =
167169github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
168170github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
You can’t perform that action at this time.
0 commit comments