Skip to content

Commit 038b9a7

Browse files
authored
Update packer-plugin-sdk to use version 0.1
A recent update in the packer-plugin-sdk was a breaking change in Packer's internal marshalling for communicating with plugins : hashicorp/packer-plugin-sdk#31 It could be that this project is not impacted, but updating to v0.1 will make sure it's not the case. I didn't update the `go.sum` file, this will happen automatically next time you run `go ...` in the project folder.
1 parent 336df4e commit 038b9a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/exoscale/egoscale v0.43.1
1313
github.com/gofrs/uuid v4.0.0+incompatible // indirect
1414
github.com/hashicorp/hcl/v2 v2.8.0
15-
github.com/hashicorp/packer-plugin-sdk v0.0.12
15+
github.com/hashicorp/packer-plugin-sdk v0.1.0
1616
github.com/jarcoal/httpmock v1.0.8 // indirect
1717
github.com/rs/xid v1.2.1
1818
github.com/stretchr/testify v1.7.0

0 commit comments

Comments
 (0)