-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go modules: update non-terraform dependencies
- Loading branch information
Showing
3 changed files
with
237 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,42 @@ | ||
module github.com/mcuadros/ascode | ||
|
||
go 1.14 | ||
go 1.16 | ||
|
||
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/gobs/args v0.0.0-20180315064131-86002b4df18c | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver/v3 v3.1.1 | ||
github.com/containers/image/v5 v5.10.5 | ||
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect | ||
github.com/fatih/color v1.10.0 // indirect | ||
github.com/gobs/args v0.0.0-20210311043657-b8c0b223be93 | ||
github.com/google/uuid v1.2.0 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-hclog v0.11.0 | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-plugin v1.0.1-0.20190610192547-a1bc61569a26 | ||
github.com/hashicorp/hcl/v2 v2.3.0 | ||
github.com/hashicorp/hcl2 v0.0.0-00010101000000-000000000000 | ||
github.com/hashicorp/terraform v0.12.23 | ||
github.com/imdario/mergo v0.3.12 // indirect | ||
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/mitchellh/cli v1.1.2 | ||
github.com/mitchellh/copystructure v1.1.1 // indirect | ||
github.com/oklog/ulid/v2 v2.0.2 | ||
github.com/qri-io/starlib v0.4.2-0.20200326221746-d3997998591b | ||
github.com/posener/complete v1.2.3 // indirect | ||
github.com/prometheus/procfs v0.0.5 // indirect | ||
github.com/qri-io/starlib v0.4.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 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/zclconf/go-cty v1.8.1 | ||
go.starlark.net v0.0.0-20210406145628-7a1108eaa012 | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect | ||
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect | ||
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
) | ||
|
||
replace github.com/hashicorp/hcl2 => github.com/mcuadros/hcl2 v0.0.0-20190711172820-dd3dbf62a554 |
Oops, something went wrong.