@@ -7,43 +7,42 @@ require (
7
7
buf.build/gen/go/redpandadata/cloud/protocolbuffers/go v1.34.2-20240820164511-1d38ab631312.2
8
8
buf.build/gen/go/redpandadata/dataplane/grpc/go v1.5.1-20240823133854-b83c57715214.1
9
9
buf.build/gen/go/redpandadata/dataplane/protocolbuffers/go v1.34.2-20240823133854-b83c57715214.2
10
- github.com/davecgh/go-spew v1.1.1
10
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
11
11
github.com/golang/mock v1.6.0
12
12
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
13
13
github.com/hashicorp/terraform-plugin-docs v0.19.4
14
- github.com/hashicorp/terraform-plugin-framework v1.10 .0
14
+ github.com/hashicorp/terraform-plugin-framework v1.13 .0
15
15
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
16
- github.com/hashicorp/terraform-plugin-go v0.23 .0
16
+ github.com/hashicorp/terraform-plugin-go v0.25 .0
17
17
github.com/hashicorp/terraform-plugin-log v0.9.0
18
18
github.com/hashicorp/terraform-plugin-testing v1.10.0
19
+ github.com/redpanda-data/redpanda/src/go/rpk v0.0.0-20241106160509-40939242cb42
19
20
github.com/stretchr/testify v1.9.0
20
21
golang.org/x/time v0.6.0
21
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d
22
- google.golang.org/grpc v1.65.0
23
- google.golang.org/protobuf v1.34.2
22
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1
23
+ google.golang.org/grpc v1.67.1
24
+ google.golang.org/protobuf v1.35.1
24
25
)
25
26
26
27
require (
27
- buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240508200655-46a4cf4ba109 .2 // indirect
28
+ buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f .2 // indirect
28
29
buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go v1.34.2-20240617172850-a48fcebcf8f1.2 // indirect
29
- buf.build/gen/go/redpandadata/cloud/connectrpc/go v1.16.1-20240429184619-354e1dfbafca .1 // indirect
30
- buf.build/gen/go/redpandadata/common/protocolbuffers/go v1.34.2-20240715174743-9c0afe867874 .2 // indirect
31
- buf.build/gen/go/redpandadata/dataplane/connectrpc/go v1.16.1-20240425184920-eafa37a581c1 .1 // indirect
32
- connectrpc.com/connect v1.16.1 // indirect
30
+ buf.build/gen/go/redpandadata/cloud/connectrpc/go v1.16.2-20240820164511-1d38ab631312 .1 // indirect
31
+ buf.build/gen/go/redpandadata/common/protocolbuffers/go v1.34.2-20240905175347-86054fc9276a .2 // indirect
32
+ buf.build/gen/go/redpandadata/dataplane/connectrpc/go v1.16.2-20240823133854-b83c57715214 .1 // indirect
33
+ connectrpc.com/connect v1.16.2 // indirect
33
34
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
34
- github.com/BurntSushi/toml v1.3.2 // indirect
35
+ github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
35
36
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
36
37
github.com/Masterminds/goutils v1.1.1 // indirect
37
38
github.com/Masterminds/semver/v3 v3.2.0 // indirect
38
39
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
39
- github.com/Microsoft/go-winio v0.6.2 // indirect
40
40
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
41
41
github.com/agext/levenshtein v1.2.2 // indirect
42
42
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
43
43
github.com/armon/go-radix v1.0.0 // indirect
44
44
github.com/bgentry/speakeasy v0.1.0 // indirect
45
45
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
46
- github.com/bufbuild/protocompile v0.13.0 // indirect
47
46
github.com/cloudflare/circl v1.3.7 // indirect
48
47
github.com/fatih/color v1.17.0 // indirect
49
48
github.com/golang/protobuf v1.5.4 // indirect
@@ -56,7 +55,7 @@ require (
56
55
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
57
56
github.com/hashicorp/go-hclog v1.6.3 // indirect
58
57
github.com/hashicorp/go-multierror v1.1.1 // indirect
59
- github.com/hashicorp/go-plugin v1.6.1 // indirect
58
+ github.com/hashicorp/go-plugin v1.6.2 // indirect
60
59
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
61
60
github.com/hashicorp/go-uuid v1.0.3 // indirect
62
61
github.com/hashicorp/go-version v1.7.0 // indirect
@@ -73,7 +72,7 @@ require (
73
72
github.com/imdario/mergo v0.3.15 // indirect
74
73
github.com/inconshreveable/mousetrap v1.1.0 // indirect
75
74
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
76
- github.com/klauspost/compress v1.17.8 // indirect
75
+ github.com/klauspost/compress v1.17.9 // indirect
77
76
github.com/kr/pretty v0.3.1 // indirect
78
77
github.com/mattn/go-colorable v0.1.13 // indirect
79
78
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -86,15 +85,16 @@ require (
86
85
github.com/mitchellh/reflectwalk v1.0.2 // indirect
87
86
github.com/oklog/run v1.1.0 // indirect
88
87
github.com/pierrec/lz4/v4 v4.1.21 // indirect
89
- github.com/pmezard/go-difflib v1.0.0 // indirect
88
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
90
89
github.com/posener/complete v1.2.3 // indirect
91
90
github.com/rivo/uniseg v0.4.7 // indirect
92
91
github.com/shopspring/decimal v1.3.1 // indirect
92
+ github.com/spf13/afero v1.11.0 // indirect
93
93
github.com/spf13/cast v1.5.0 // indirect
94
- github.com/spf13/cobra v1.8.0 // indirect
94
+ github.com/spf13/cobra v1.8.1 // indirect
95
95
github.com/spf13/pflag v1.0.5 // indirect
96
- github.com/twmb/franz-go v1.17.0 // indirect
97
- github.com/twmb/franz-go/pkg/kadm v1.12 .0 // indirect
96
+ github.com/twmb/franz-go v1.17.1 // indirect
97
+ github.com/twmb/franz-go/pkg/kadm v1.13 .0 // indirect
98
98
github.com/twmb/franz-go/pkg/kmsg v1.8.0 // indirect
99
99
github.com/twmb/tlscfg v1.2.1 // indirect
100
100
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
@@ -104,18 +104,20 @@ require (
104
104
github.com/yuin/goldmark-meta v1.1.0 // indirect
105
105
github.com/zclconf/go-cty v1.15.0 // indirect
106
106
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
107
- golang.org/x/crypto v0.26.0 // indirect
108
- golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
109
- golang.org/x/mod v0.19.0 // indirect
110
- golang.org/x/net v0.27.0 // indirect
107
+ go.uber.org/multierr v1.11.0 // indirect
108
+ go.uber.org/zap v1.27.0 // indirect
109
+ golang.org/x/crypto v0.27.0 // indirect
110
+ golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
111
+ golang.org/x/mod v0.21.0 // indirect
112
+ golang.org/x/net v0.29.0 // indirect
111
113
golang.org/x/sync v0.8.0 // indirect
112
- golang.org/x/sys v0.23 .0 // indirect
113
- golang.org/x/term v0.23 .0 // indirect
114
- golang.org/x/text v0.17 .0 // indirect
115
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
114
+ golang.org/x/sys v0.25 .0 // indirect
115
+ golang.org/x/term v0.24 .0 // indirect
116
+ golang.org/x/text v0.18 .0 // indirect
117
+ golang.org/x/tools v0.25.0 // indirect
116
118
google.golang.org/appengine v1.6.8 // indirect
117
- google.golang.org/genproto v0.0.0-20240711142825-46eb208f015d // indirect
118
- google.golang.org/genproto/googleapis/api v0.0.0-20240711142825-46eb208f015d // indirect
119
+ google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
120
+ google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
119
121
gopkg.in/yaml.v2 v2.4.0 // indirect
120
122
gopkg.in/yaml.v3 v3.0.1 // indirect
121
123
)
0 commit comments