packer-builder-iocage/go.mod

16 lines
433 B
Modula-2
Raw Normal View History

2019-12-20 15:27:33 +00:00
module gitea.lyrion.ch/zilti/packer-builder-iocage
2019-12-19 22:21:34 +00:00
go 1.12
require (
2019-12-20 14:19:20 +00:00
github.com/fatih/camelcase v1.0.0
github.com/fatih/structtag v1.0.0
2019-12-19 22:21:34 +00:00
github.com/google/btree v1.0.0 // indirect
2019-12-20 14:19:20 +00:00
github.com/hashicorp/go-version v1.2.0
github.com/hashicorp/hcl/v2 v2.2.0
2019-12-19 22:21:34 +00:00
github.com/hashicorp/packer v1.4.4
2019-12-20 14:19:20 +00:00
github.com/zclconf/go-cty v1.1.1
golang.org/x/tools v0.0.0-20191206201009-952e2c076240
2019-12-19 22:21:34 +00:00
golang.org/x/tools/gopls v0.2.2 // indirect
)