Skip to content

Commit 8dffccf

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 ba548c3 commit 8dffccf

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
@@ -4,6 +4,6 @@ go 1.15
44

55
require (
66
github.com/hashicorp/hcl/v2 v2.8.0
7-
github.com/hashicorp/packer-plugin-sdk v0.0.11
7+
github.com/hashicorp/packer-plugin-sdk v0.1.0
88
github.com/zclconf/go-cty v1.7.0
99
)

0 commit comments

Comments
 (0)