Skip to content

Commit 9b11010

Browse files
chore(deps): bump github.com/hashicorp/terraform-plugin-framework
Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.10.0 to 1.13.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework@v1.10.0...v1.13.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 492d69c commit 9b11010

File tree

2 files changed

+101
-87
lines changed

2 files changed

+101
-87
lines changed

go.mod

+32-30
Original file line numberDiff line numberDiff line change
@@ -7,43 +7,42 @@ require (
77
buf.build/gen/go/redpandadata/cloud/protocolbuffers/go v1.34.2-20240820164511-1d38ab631312.2
88
buf.build/gen/go/redpandadata/dataplane/grpc/go v1.5.1-20240823133854-b83c57715214.1
99
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
1111
github.com/golang/mock v1.6.0
1212
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
1313
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
1515
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
1717
github.com/hashicorp/terraform-plugin-log v0.9.0
1818
github.com/hashicorp/terraform-plugin-testing v1.10.0
19+
github.com/redpanda-data/redpanda/src/go/rpk v0.0.0-20241106160509-40939242cb42
1920
github.com/stretchr/testify v1.9.0
2021
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
2425
)
2526

2627
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
2829
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
3334
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
3536
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
3637
github.com/Masterminds/goutils v1.1.1 // indirect
3738
github.com/Masterminds/semver/v3 v3.2.0 // indirect
3839
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
39-
github.com/Microsoft/go-winio v0.6.2 // indirect
4040
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
4141
github.com/agext/levenshtein v1.2.2 // indirect
4242
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
4343
github.com/armon/go-radix v1.0.0 // indirect
4444
github.com/bgentry/speakeasy v0.1.0 // indirect
4545
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
46-
github.com/bufbuild/protocompile v0.13.0 // indirect
4746
github.com/cloudflare/circl v1.3.7 // indirect
4847
github.com/fatih/color v1.17.0 // indirect
4948
github.com/golang/protobuf v1.5.4 // indirect
@@ -56,7 +55,7 @@ require (
5655
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
5756
github.com/hashicorp/go-hclog v1.6.3 // indirect
5857
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
6059
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
6160
github.com/hashicorp/go-uuid v1.0.3 // indirect
6261
github.com/hashicorp/go-version v1.7.0 // indirect
@@ -73,7 +72,7 @@ require (
7372
github.com/imdario/mergo v0.3.15 // indirect
7473
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7574
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
7776
github.com/kr/pretty v0.3.1 // indirect
7877
github.com/mattn/go-colorable v0.1.13 // indirect
7978
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -86,15 +85,16 @@ require (
8685
github.com/mitchellh/reflectwalk v1.0.2 // indirect
8786
github.com/oklog/run v1.1.0 // indirect
8887
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
9089
github.com/posener/complete v1.2.3 // indirect
9190
github.com/rivo/uniseg v0.4.7 // indirect
9291
github.com/shopspring/decimal v1.3.1 // indirect
92+
github.com/spf13/afero v1.11.0 // indirect
9393
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
9595
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
9898
github.com/twmb/franz-go/pkg/kmsg v1.8.0 // indirect
9999
github.com/twmb/tlscfg v1.2.1 // indirect
100100
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
@@ -104,18 +104,20 @@ require (
104104
github.com/yuin/goldmark-meta v1.1.0 // indirect
105105
github.com/zclconf/go-cty v1.15.0 // indirect
106106
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
111113
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
116118
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
119121
gopkg.in/yaml.v2 v2.4.0 // indirect
120122
gopkg.in/yaml.v3 v3.0.1 // indirect
121123
)

0 commit comments

Comments
 (0)