2019-07-11 19:33:31 +02:00
|
|
|
module github.com/ascode-dev/ascode
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/b5/outline v0.0.0-20190307020728-8cdd78996e40
|
|
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
|
|
github.com/hashicorp/go-hclog v0.9.2
|
|
|
|
github.com/hashicorp/go-plugin v1.0.1
|
|
|
|
github.com/hashicorp/hcl2 v0.0.0-20190702185634-5b39d9ff3a9a
|
|
|
|
github.com/hashicorp/terraform v0.12.3
|
2019-07-11 23:59:04 +02:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2019-07-11 19:33:31 +02:00
|
|
|
github.com/kr/pty v1.1.8 // indirect
|
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
|
|
github.com/mitchellh/cli v1.0.0
|
|
|
|
github.com/oklog/ulid v2.0.0+incompatible
|
|
|
|
github.com/qri-io/starlib v0.4.2-0.20190710173850-cb41fc97dda5
|
|
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
|
|
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
|
|
|
|
github.com/zclconf/go-cty v1.0.0
|
2019-07-11 23:59:04 +02:00
|
|
|
go.starlark.net v0.0.0-20190711213017-77c1099ca038
|
2019-07-11 19:33:31 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20190710143415-6ec70d6a5542 // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20190711172614-9c57229d8a1b // indirect
|
|
|
|
google.golang.org/appengine v1.6.1 // indirect
|
|
|
|
gopkg.in/src-d/go-git.v4 v4.12.0
|
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/hashicorp/hcl2 => github.com/mcuadros/hcl2 v0.0.0-20190711172820-dd3dbf62a554
|