module github.com/hashicorp/packer-plugin-hyperone go 1.16 require ( github.com/hashicorp/hcl/v2 v2.10.0 github.com/hashicorp/packer-plugin-sdk v0.2.3 github.com/hyperonecom/h1-client-go v0.0.0-20191203060043-b46280e4c4a4 github.com/mitchellh/go-homedir v1.1.0 github.com/mitchellh/mapstructure v1.4.1 github.com/stretchr/testify v1.7.0 github.com/zclconf/go-cty v1.8.3 golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc )