1
1
module github.com/sl1pm4t/k2tf
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/hashicorp/go-multierror v1.1.1
7
7
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f
8
- github.com/hashicorp/hcl/v2 v2.17.0
9
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
8
+ github.com/hashicorp/hcl/v2 v2.20.1
9
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
10
10
github.com/hashicorp/terraform-provider-kubernetes v1.13.4-0.20230417041302-5de2ce8af29e
11
11
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
12
12
github.com/jinzhu/inflection v1.0.0
@@ -15,15 +15,15 @@ require (
15
15
github.com/sirupsen/logrus v1.8.1
16
16
github.com/spf13/pflag v1.0.5
17
17
github.com/stretchr/testify v1.8.2
18
- github.com/zclconf/go-cty v1.13.0
18
+ github.com/zclconf/go-cty v1.14.4
19
19
k8s.io/api v0.25.5
20
20
k8s.io/apimachinery v0.25.5
21
21
k8s.io/client-go v11.0.0+incompatible
22
22
k8s.io/kube-aggregator v0.25.5
23
23
)
24
24
25
25
require (
26
- cloud.google.com/go/compute v1.14 .0 // indirect
26
+ cloud.google.com/go/compute v1.24 .0 // indirect
27
27
cloud.google.com/go/compute/metadata v0.2.3 // indirect
28
28
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
29
29
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -33,56 +33,58 @@ require (
33
33
github.com/Azure/go-autorest/logger v0.2.1 // indirect
34
34
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
35
35
github.com/MakeNowJust/heredoc v1.0.0 // indirect
36
+ github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
36
37
github.com/agext/levenshtein v1.2.3 // indirect
37
- github.com/apparentlymart/go-textseg/v13 v13 .0.0 // indirect
38
+ github.com/apparentlymart/go-textseg/v15 v15 .0.0 // indirect
38
39
github.com/chai2010/gettext-go v1.0.2 // indirect
40
+ github.com/cloudflare/circl v1.3.7 // indirect
39
41
github.com/davecgh/go-spew v1.1.1 // indirect
40
42
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
41
43
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
42
44
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
43
45
github.com/fatih/camelcase v1.0.0 // indirect
44
- github.com/fatih/color v1.13 .0 // indirect
46
+ github.com/fatih/color v1.16 .0 // indirect
45
47
github.com/go-errors/errors v1.4.2 // indirect
46
- github.com/go-logr/logr v1.2.3 // indirect
48
+ github.com/go-logr/logr v1.4.1 // indirect
47
49
github.com/go-openapi/jsonpointer v0.19.6 // indirect
48
50
github.com/go-openapi/jsonreference v0.20.1 // indirect
49
51
github.com/go-openapi/swag v0.22.3 // indirect
50
52
github.com/gogo/protobuf v1.3.2 // indirect
51
53
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
52
- github.com/golang/protobuf v1.5.3 // indirect
54
+ github.com/golang/protobuf v1.5.4 // indirect
53
55
github.com/google/btree v1.1.2 // indirect
54
56
github.com/google/gnostic v0.6.9 // indirect
55
- github.com/google/go-cmp v0.5.9 // indirect
57
+ github.com/google/go-cmp v0.6.0 // indirect
56
58
github.com/google/gofuzz v1.2.0 // indirect
57
59
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
58
- github.com/google/uuid v1.3 .0 // indirect
60
+ github.com/google/uuid v1.6 .0 // indirect
59
61
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
60
62
github.com/hashicorp/errwrap v1.1.0 // indirect
61
63
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
62
64
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
63
65
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
64
- github.com/hashicorp/go-hclog v1.4 .0 // indirect
65
- github.com/hashicorp/go-plugin v1.4.8 // indirect
66
+ github.com/hashicorp/go-hclog v1.5 .0 // indirect
67
+ github.com/hashicorp/go-plugin v1.6.0 // indirect
66
68
github.com/hashicorp/go-uuid v1.0.3 // indirect
67
69
github.com/hashicorp/go-version v1.6.0 // indirect
68
- github.com/hashicorp/hc-install v0.5.0 // indirect
70
+ github.com/hashicorp/hc-install v0.6.4 // indirect
69
71
github.com/hashicorp/logutils v1.0.0 // indirect
70
- github.com/hashicorp/terraform-exec v0.18.1 // indirect
71
- github.com/hashicorp/terraform-json v0.15.0 // indirect
72
- github.com/hashicorp/terraform-plugin-go v0.14.2 // indirect
73
- github.com/hashicorp/terraform-plugin-log v0.7 .0 // indirect
74
- github.com/hashicorp/terraform-registry-address v0.1.0 // indirect
75
- github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
72
+ github.com/hashicorp/terraform-exec v0.21.0 // indirect
73
+ github.com/hashicorp/terraform-json v0.22.1 // indirect
74
+ github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
75
+ github.com/hashicorp/terraform-plugin-log v0.9 .0 // indirect
76
+ github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
77
+ github.com/hashicorp/terraform-svchost v0.1.1 // indirect
76
78
github.com/hashicorp/yamux v0.1.1 // indirect
77
- github.com/imdario/mergo v0.3.13 // indirect
79
+ github.com/imdario/mergo v0.3.15 // indirect
78
80
github.com/inconshreveable/mousetrap v1.1.0 // indirect
79
81
github.com/jinzhu/copier v0.3.5 // indirect
80
82
github.com/josharian/intern v1.0.0 // indirect
81
83
github.com/json-iterator/go v1.1.12 // indirect
82
84
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
83
85
github.com/mailru/easyjson v0.7.7 // indirect
84
86
github.com/mattn/go-colorable v0.1.13 // indirect
85
- github.com/mattn/go-isatty v0.0.16 // indirect
87
+ github.com/mattn/go-isatty v0.0.20 // indirect
86
88
github.com/mitchellh/copystructure v1.2.0 // indirect
87
89
github.com/mitchellh/go-homedir v1.1.0 // indirect
88
90
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -102,22 +104,22 @@ require (
102
104
github.com/russross/blackfriday v1.6.0 // indirect
103
105
github.com/spf13/cobra v1.6.1 // indirect
104
106
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
105
- github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
106
- github.com/vmihailenco/tagparser v0.1.2 // indirect
107
+ github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
108
+ github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
107
109
github.com/xlab/treeprint v1.1.0 // indirect
108
110
go.starlark.net v0.0.0-20221205180719-3fd0dac74452 // indirect
109
- golang.org/x/crypto v0.5 .0 // indirect
110
- golang.org/x/mod v0.8 .0 // indirect
111
- golang.org/x/net v0.8 .0 // indirect
112
- golang.org/x/oauth2 v0.3 .0 // indirect
113
- golang.org/x/sys v0.6 .0 // indirect
114
- golang.org/x/term v0.6 .0 // indirect
115
- golang.org/x/text v0.8 .0 // indirect
111
+ golang.org/x/crypto v0.23 .0 // indirect
112
+ golang.org/x/mod v0.16 .0 // indirect
113
+ golang.org/x/net v0.23 .0 // indirect
114
+ golang.org/x/oauth2 v0.17 .0 // indirect
115
+ golang.org/x/sys v0.20 .0 // indirect
116
+ golang.org/x/term v0.20 .0 // indirect
117
+ golang.org/x/text v0.15 .0 // indirect
116
118
golang.org/x/time v0.3.0 // indirect
117
- google.golang.org/appengine v1.6.7 // indirect
118
- google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
119
- google.golang.org/grpc v1.51.0 // indirect
120
- google.golang.org/protobuf v1.28.1 // indirect
119
+ google.golang.org/appengine v1.6.8 // indirect
120
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
121
+ google.golang.org/grpc v1.63.2 // indirect
122
+ google.golang.org/protobuf v1.34.0 // indirect
121
123
gopkg.in/inf.v0 v0.9.1 // indirect
122
124
gopkg.in/yaml.v2 v2.4.0 // indirect
123
125
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments