packer-builder-iocage/go.mod

16 lines
438 B
Modula-2

module gitea.lyrion.ch/zilti/packer-builder-iocage-jail
go 1.12
require (
github.com/fatih/camelcase v1.0.0
github.com/fatih/structtag v1.0.0
github.com/google/btree v1.0.0 // indirect
github.com/hashicorp/go-version v1.2.0
github.com/hashicorp/hcl/v2 v2.2.0
github.com/hashicorp/packer v1.4.4
github.com/zclconf/go-cty v1.1.1
golang.org/x/tools v0.0.0-20191206201009-952e2c076240
golang.org/x/tools/gopls v0.2.2 // indirect
)