hashicorp / packer-plugin-sdk

Packer Plugin SDK enables building Packer plugins (builders, provisioners, or post-processors) to manage any service providers or custom in-house solutions
Mozilla Public License 2.0
34 stars 48 forks source link

Bump vault api dependancy to mitigate go-jose concerns, removes support for go1.20 #247

Closed JenGoldstrich closed 5 months ago

JenGoldstrich commented 5 months ago

I ran go get github.com/hashicorp/vault/api to mitigate concerns from Azure Plugin consumers with go-jose vulns, I understand these are not impacting the SDK directly but its worth an easy fix

go-jose v4 supports go 1.21 as the minimum version.