mirror of
https://github.com/mcuadros/ascode
synced 2024-11-22 17:02:03 +01:00
38 lines
1.7 KiB
Modula-2
38 lines
1.7 KiB
Modula-2
module github.com/mcuadros/ascode
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.0.3
|
|
github.com/containers/image/v5 v5.2.1
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
|
github.com/go-git/go-git/v5 v5.0.0
|
|
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
|
|
github.com/hashicorp/go-hclog v0.11.0
|
|
github.com/hashicorp/go-plugin v1.0.1-0.20190610192547-a1bc61569a26
|
|
github.com/hashicorp/hcl2 v0.0.0-20190618163856-0b64543c968c
|
|
github.com/hashicorp/terraform v0.12.23
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mitchellh/cli v1.0.0
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/oklog/ulid/v2 v2.0.2
|
|
github.com/qri-io/starlib v0.4.2-0.20200326221746-d3997998591b
|
|
github.com/rogpeppe/go-internal v1.5.2
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
|
|
github.com/zclconf/go-cty v1.3.1
|
|
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
|
|
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 // indirect
|
|
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
|
|
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|
|
|
|
replace github.com/hashicorp/hcl2 => github.com/mcuadros/hcl2 v0.0.0-20190711172820-dd3dbf62a554
|