packer-builder-iocage/go.mod

12 lines
293 B
Modula-2

module gitea.lyrion.ch/zilti/packer-builder-iocage
go 1.12
require (
github.com/google/btree v1.0.0 // indirect
github.com/hashicorp/go-version v1.2.0
github.com/hashicorp/hcl/v2 v2.0.0
github.com/hashicorp/packer v1.5.1
github.com/zclconf/go-cty v1.1.2-0.20191126233707-f0f7fd24c4af
)