Skip to content

Commit 44c68b3

Browse files
committed
go modules: update non-terraform dependencies
1 parent be812d7 commit 44c68b3

File tree

3 files changed

+237
-183
lines changed

3 files changed

+237
-183
lines changed

go.mod

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,42 @@
11
module github.com/mcuadros/ascode
22

3-
go 1.14
3+
go 1.16
44

55
require (
6-
github.com/Masterminds/semver/v3 v3.0.3
7-
github.com/containers/image/v5 v5.2.1
8-
github.com/docker/distribution v2.7.1+incompatible // indirect
9-
github.com/docker/go-metrics v0.0.1 // indirect
10-
github.com/gobs/args v0.0.0-20180315064131-86002b4df18c
6+
github.com/Masterminds/goutils v1.1.1 // indirect
7+
github.com/Masterminds/semver/v3 v3.1.1
8+
github.com/containers/image/v5 v5.10.5
9+
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
10+
github.com/fatih/color v1.10.0 // indirect
11+
github.com/gobs/args v0.0.0-20210311043657-b8c0b223be93
12+
github.com/google/uuid v1.2.0 // indirect
1113
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
14+
github.com/hashicorp/errwrap v1.1.0 // indirect
1215
github.com/hashicorp/go-hclog v0.11.0
16+
github.com/hashicorp/go-multierror v1.1.1 // indirect
1317
github.com/hashicorp/go-plugin v1.0.1-0.20190610192547-a1bc61569a26
1418
github.com/hashicorp/hcl/v2 v2.3.0
15-
github.com/hashicorp/hcl2 v0.0.0-00010101000000-000000000000
1619
github.com/hashicorp/terraform v0.12.23
20+
github.com/imdario/mergo v0.3.12 // indirect
1721
github.com/jessevdk/go-flags v1.4.0
1822
github.com/kr/text v0.2.0 // indirect
19-
github.com/mitchellh/cli v1.0.0
20-
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
23+
github.com/mitchellh/cli v1.1.2
24+
github.com/mitchellh/copystructure v1.1.1 // indirect
2125
github.com/oklog/ulid/v2 v2.0.2
22-
github.com/qri-io/starlib v0.4.2-0.20200326221746-d3997998591b
26+
github.com/posener/complete v1.2.3 // indirect
27+
github.com/prometheus/procfs v0.0.5 // indirect
28+
github.com/qri-io/starlib v0.4.2
2329
github.com/sergi/go-diff v1.1.0 // indirect
2430
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
2531
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
26-
github.com/stretchr/testify v1.5.1
27-
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
28-
github.com/zclconf/go-cty v1.3.1
29-
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
30-
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 // indirect
31-
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
32-
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
33-
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
34-
gopkg.in/yaml.v2 v2.2.8 // indirect
32+
github.com/stretchr/testify v1.7.0
33+
github.com/zclconf/go-cty v1.8.1
34+
go.starlark.net v0.0.0-20210406145628-7a1108eaa012
35+
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
36+
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
37+
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
38+
gopkg.in/yaml.v2 v2.4.0 // indirect
39+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
3540
)
3641

3742
replace github.com/hashicorp/hcl2 => github.com/mcuadros/hcl2 v0.0.0-20190711172820-dd3dbf62a554

0 commit comments

Comments
 (0)