Skip to content

Commit

Permalink
Update packer-plugin-sdk to use version 0.1 (#50)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
azr committed May 24, 2021
1 parent ba548c3 commit ae4926c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.15

require (
github.com/hashicorp/hcl/v2 v2.8.0
github.com/hashicorp/packer-plugin-sdk v0.0.11
github.com/hashicorp/packer-plugin-sdk v0.1.0
github.com/zclconf/go-cty v1.7.0
)

0 comments on commit ae4926c

Please sign in to comment.