module github.com/hashicorp/packer-plugin-triton go 1.16 require ( github.com/hashicorp/errwrap v1.1.0 // indirect github.com/hashicorp/go-multierror v1.1.1 github.com/hashicorp/hcl/v2 v2.10.0 github.com/hashicorp/packer-plugin-sdk v0.2.3 github.com/joyent/triton-go v1.8.5 github.com/zclconf/go-cty v1.8.3 )