@@ -4,28 +4,29 @@ go 1.23
4
4
5
5
require (
6
6
github.com/BurntSushi/toml v1.4.0
7
- github.com/Masterminds/sprig/v3 v3.2.3
7
+ github.com/Masterminds/sprig/v3 v3.3.0
8
8
github.com/hashicorp/go-hclog v1.6.3
9
9
github.com/hashicorp/go-plugin v1.6.1
10
10
github.com/hashicorp/go-version v1.7.0
11
- github.com/hashicorp/hcl/v2 v2.20.1
11
+ github.com/hashicorp/hcl/v2 v2.22.0
12
12
github.com/iancoleman/orderedmap v0.3.0
13
13
github.com/imdario/mergo v0.3.16
14
14
github.com/mitchellh/go-homedir v1.1.0
15
- github.com/spf13/cobra v1.8.0
15
+ github.com/spf13/cobra v1.8.1
16
16
github.com/spf13/pflag v1.0.5
17
- github.com/spf13/viper v1.18.2
17
+ github.com/spf13/viper v1.19.0
18
18
github.com/stretchr/testify v1.9.0
19
19
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210728164355-9c1f178932fa
20
- golang.org/x/exp v0.0.0-20240525044651-4c93da0ed11d
20
+ golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
21
21
gopkg.in/yaml.v3 v3.0.1
22
22
honnef.co/go/tools v0.3.2
23
23
mvdan.cc/xurls/v2 v2.5.0
24
24
)
25
25
26
26
require (
27
+ dario.cat/mergo v1.0.1 // indirect
27
28
github.com/Masterminds/goutils v1.1.1 // indirect
28
- github.com/Masterminds/semver/v3 v3.2.1 // indirect
29
+ github.com/Masterminds/semver/v3 v3.3.0 // indirect
29
30
github.com/agext/levenshtein v1.2.3 // indirect
30
31
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
31
32
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -36,7 +37,7 @@ require (
36
37
github.com/google/uuid v1.6.0 // indirect
37
38
github.com/hashicorp/hcl v1.0.0 // indirect
38
39
github.com/hashicorp/yamux v0.1.1 // indirect
39
- github.com/huandu/xstrings v1.4 .0 // indirect
40
+ github.com/huandu/xstrings v1.5 .0 // indirect
40
41
github.com/inconshreveable/mousetrap v1.1.0 // indirect
41
42
github.com/magiconair/properties v1.8.7 // indirect
42
43
github.com/mattn/go-colorable v0.1.13 // indirect
@@ -47,27 +48,27 @@ require (
47
48
github.com/mitchellh/mapstructure v1.5.0 // indirect
48
49
github.com/mitchellh/reflectwalk v1.0.2 // indirect
49
50
github.com/oklog/run v1.1.0 // indirect
50
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
51
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
51
52
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
52
- github.com/sagikazarmark/locafero v0.4 .0 // indirect
53
+ github.com/sagikazarmark/locafero v0.6 .0 // indirect
53
54
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
54
55
github.com/shopspring/decimal v1.4.0 // indirect
55
56
github.com/sourcegraph/conc v0.3.0 // indirect
56
57
github.com/spf13/afero v1.11.0 // indirect
57
- github.com/spf13/cast v1.6 .0 // indirect
58
+ github.com/spf13/cast v1.7 .0 // indirect
58
59
github.com/subosito/gotenv v1.6.0 // indirect
59
- github.com/zclconf/go-cty v1.14.4 // indirect
60
+ github.com/zclconf/go-cty v1.15.0 // indirect
60
61
go.uber.org/multierr v1.11.0 // indirect
61
- golang.org/x/crypto v0.24 .0 // indirect
62
+ golang.org/x/crypto v0.27 .0 // indirect
62
63
golang.org/x/exp/typeparams v0.0.0-20220722155223-a9213eeb770e // indirect
63
- golang.org/x/mod v0.17 .0 // indirect
64
- golang.org/x/net v0.26 .0 // indirect
65
- golang.org/x/sync v0.7 .0 // indirect
66
- golang.org/x/sys v0.21 .0 // indirect
67
- golang.org/x/text v0.16 .0 // indirect
68
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
69
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240521202816-d264139d666e // indirect
70
- google.golang.org/grpc v1.64.1 // indirect
71
- google.golang.org/protobuf v1.34.1 // indirect
64
+ golang.org/x/mod v0.21 .0 // indirect
65
+ golang.org/x/net v0.29 .0 // indirect
66
+ golang.org/x/sync v0.8 .0 // indirect
67
+ golang.org/x/sys v0.25 .0 // indirect
68
+ golang.org/x/text v0.18 .0 // indirect
69
+ golang.org/x/tools v0.25.0 // indirect
70
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
71
+ google.golang.org/grpc v1.66.2 // indirect
72
+ google.golang.org/protobuf v1.34.2 // indirect
72
73
gopkg.in/ini.v1 v1.67.0 // indirect
73
74
)
0 commit comments