|
1 | 1 | module github.com/cloudflare/cf-terraforming |
2 | 2 |
|
3 | | -go 1.23.0 |
4 | | - |
5 | | -toolchain go1.24.0 |
| 3 | +go 1.24.0 |
6 | 4 |
|
7 | 5 | require ( |
8 | 6 | github.com/MakeNowJust/heredoc/v2 v2.0.1 |
9 | | - github.com/cloudflare/cloudflare-go v0.115.0 |
10 | | - github.com/cloudflare/cloudflare-go/v4 v4.4.0 |
| 7 | + github.com/cloudflare/cloudflare-go v0.116.0 |
| 8 | + github.com/cloudflare/cloudflare-go/v4 v4.6.0 |
11 | 9 | github.com/dnaeon/go-vcr v1.2.0 |
12 | 10 | github.com/hashicorp/go-version v1.7.0 |
13 | 11 | github.com/hashicorp/hc-install v0.9.2 |
14 | | - github.com/hashicorp/hcl/v2 v2.23.0 |
15 | | - github.com/hashicorp/terraform-exec v0.23.0 |
16 | | - github.com/hashicorp/terraform-json v0.25.0 |
| 12 | + github.com/hashicorp/hcl/v2 v2.24.0 |
| 13 | + github.com/hashicorp/terraform-exec v0.24.0 |
| 14 | + github.com/hashicorp/terraform-json v0.27.2 |
17 | 15 | github.com/mitchellh/go-homedir v1.1.0 |
18 | 16 | github.com/sirupsen/logrus v1.9.3 |
19 | | - github.com/spf13/cobra v1.9.1 |
20 | | - github.com/spf13/viper v1.20.1 |
21 | | - github.com/stretchr/testify v1.10.0 |
| 17 | + github.com/spf13/cobra v1.10.1 |
| 18 | + github.com/spf13/viper v1.21.0 |
| 19 | + github.com/stretchr/testify v1.11.1 |
22 | 20 | github.com/tidwall/gjson v1.18.0 |
23 | | - github.com/zclconf/go-cty v1.16.3 |
| 21 | + github.com/zclconf/go-cty v1.17.0 |
24 | 22 | ) |
25 | 23 |
|
26 | 24 | require ( |
27 | | - github.com/ProtonMail/go-crypto v1.1.6 // indirect |
28 | | - github.com/agext/levenshtein v1.2.1 // indirect |
| 25 | + github.com/ProtonMail/go-crypto v1.3.0 // indirect |
| 26 | + github.com/agext/levenshtein v1.2.3 // indirect |
29 | 27 | github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect |
30 | | - github.com/cloudflare/circl v1.6.0 // indirect |
| 28 | + github.com/cloudflare/circl v1.6.1 // indirect |
31 | 29 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
32 | | - github.com/fsnotify/fsnotify v1.8.0 // indirect |
33 | | - github.com/go-viper/mapstructure/v2 v2.2.1 // indirect |
| 30 | + github.com/fsnotify/fsnotify v1.9.0 // indirect |
| 31 | + github.com/go-viper/mapstructure/v2 v2.4.0 // indirect |
34 | 32 | github.com/goccy/go-json v0.10.5 // indirect |
35 | 33 | github.com/google/go-cmp v0.7.0 // indirect |
36 | 34 | github.com/google/go-querystring v1.1.0 // indirect |
37 | 35 | github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
38 | | - github.com/hashicorp/go-retryablehttp v0.7.7 // indirect |
| 36 | + github.com/hashicorp/go-retryablehttp v0.7.8 // indirect |
39 | 37 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
40 | | - github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect |
41 | | - github.com/pelletier/go-toml/v2 v2.2.3 // indirect |
| 38 | + github.com/mitchellh/go-wordwrap v1.0.1 // indirect |
| 39 | + github.com/pelletier/go-toml/v2 v2.2.4 // indirect |
42 | 40 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
43 | | - github.com/sagikazarmark/locafero v0.7.0 // indirect |
44 | | - github.com/sourcegraph/conc v0.3.0 // indirect |
45 | | - github.com/spf13/afero v1.12.0 // indirect |
46 | | - github.com/spf13/cast v1.7.1 // indirect |
47 | | - github.com/spf13/pflag v1.0.6 // indirect |
| 41 | + github.com/sagikazarmark/locafero v0.12.0 // indirect |
| 42 | + github.com/spf13/afero v1.15.0 // indirect |
| 43 | + github.com/spf13/cast v1.10.0 // indirect |
| 44 | + github.com/spf13/pflag v1.0.10 // indirect |
48 | 45 | github.com/subosito/gotenv v1.6.0 // indirect |
49 | | - github.com/tidwall/match v1.1.1 // indirect |
| 46 | + github.com/tidwall/match v1.2.0 // indirect |
50 | 47 | github.com/tidwall/pretty v1.2.1 // indirect |
51 | 48 | github.com/tidwall/sjson v1.2.5 // indirect |
52 | | - go.uber.org/atomic v1.9.0 // indirect |
53 | | - go.uber.org/multierr v1.9.0 // indirect |
54 | | - golang.org/x/crypto v0.36.0 // indirect |
55 | | - golang.org/x/mod v0.24.0 // indirect |
56 | | - golang.org/x/net v0.38.0 // indirect |
57 | | - golang.org/x/sync v0.12.0 // indirect |
58 | | - golang.org/x/sys v0.31.0 // indirect |
59 | | - golang.org/x/text v0.23.0 // indirect |
60 | | - golang.org/x/time v0.9.0 // indirect |
61 | | - golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect |
| 49 | + go.yaml.in/yaml/v3 v3.0.4 // indirect |
| 50 | + golang.org/x/crypto v0.43.0 // indirect |
| 51 | + golang.org/x/mod v0.29.0 // indirect |
| 52 | + golang.org/x/net v0.46.0 // indirect |
| 53 | + golang.org/x/sync v0.17.0 // indirect |
| 54 | + golang.org/x/sys v0.37.0 // indirect |
| 55 | + golang.org/x/text v0.30.0 // indirect |
| 56 | + golang.org/x/time v0.14.0 // indirect |
| 57 | + golang.org/x/tools v0.38.0 // indirect |
62 | 58 | gopkg.in/yaml.v2 v2.4.0 // indirect |
63 | 59 | gopkg.in/yaml.v3 v3.0.1 // indirect |
64 | 60 | ) |
0 commit comments