11module github.com/folio-sec/terraform-provider-zoom
22
3- go 1.24 .0
3+ go 1.25 .0
44
5- toolchain go1.25.5
5+ toolchain go1.26.1
66
77require (
88 github.com/go-faster/errors v0.7.1
99 github.com/go-faster/jx v1.2.0
1010 github.com/hashicorp/go-retryablehttp v0.7.8
1111 github.com/hashicorp/terraform-plugin-docs v0.24.0
12- github.com/hashicorp/terraform-plugin-framework v1.17 .0
12+ github.com/hashicorp/terraform-plugin-framework v1.19 .0
1313 github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0
1414 github.com/hashicorp/terraform-plugin-framework-validators v0.19.0
15- github.com/hashicorp/terraform-plugin-go v0.29 .0
15+ github.com/hashicorp/terraform-plugin-go v0.31 .0
1616 github.com/hashicorp/terraform-plugin-log v0.10.0
17- github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1
18- github.com/hashicorp/terraform-plugin-testing v1.14 .0
19- github.com/ogen-go/ogen v1.18.0
20- github.com/samber/lo v1.52 .0
21- go.opentelemetry.io/otel v1.39 .0
22- go.opentelemetry.io/otel/metric v1.39 .0
23- go.opentelemetry.io/otel/trace v1.39 .0
17+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.0
18+ github.com/hashicorp/terraform-plugin-testing v1.15 .0
19+ github.com/ogen-go/ogen v1.20.1
20+ github.com/samber/lo v1.53 .0
21+ go.opentelemetry.io/otel v1.42 .0
22+ go.opentelemetry.io/otel/metric v1.42 .0
23+ go.opentelemetry.io/otel/trace v1.42 .0
2424)
2525
2626require (
@@ -29,7 +29,7 @@ require (
2929 github.com/Masterminds/goutils v1.1.1 // indirect
3030 github.com/Masterminds/semver/v3 v3.2.0 // indirect
3131 github.com/Masterminds/sprig/v3 v3.2.3 // indirect
32- github.com/ProtonMail/go-crypto v1.1.6 // indirect
32+ github.com/ProtonMail/go-crypto v1.3.0 // indirect
3333 github.com/agext/levenshtein v1.2.2 // indirect
3434 github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
3535 github.com/armon/go-radix v1.0.0 // indirect
@@ -55,11 +55,11 @@ require (
5555 github.com/hashicorp/go-multierror v1.1.1 // indirect
5656 github.com/hashicorp/go-plugin v1.7.0 // indirect
5757 github.com/hashicorp/go-uuid v1.0.3 // indirect
58- github.com/hashicorp/go-version v1.7 .0 // indirect
59- github.com/hashicorp/hc-install v0.9.2 // indirect
58+ github.com/hashicorp/go-version v1.8 .0 // indirect
59+ github.com/hashicorp/hc-install v0.9.3 // indirect
6060 github.com/hashicorp/hcl/v2 v2.24.0 // indirect
6161 github.com/hashicorp/logutils v1.0.0 // indirect
62- github.com/hashicorp/terraform-exec v0.24 .0 // indirect
62+ github.com/hashicorp/terraform-exec v0.25 .0 // indirect
6363 github.com/hashicorp/terraform-json v0.27.2 // indirect
6464 github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
6565 github.com/hashicorp/terraform-svchost v0.1.1 // indirect
@@ -89,18 +89,18 @@ require (
8989 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
9090 go.uber.org/multierr v1.11.0 // indirect
9191 go.uber.org/zap v1.27.1 // indirect
92- golang.org/x/crypto v0.45 .0 // indirect
92+ golang.org/x/crypto v0.48 .0 // indirect
9393 golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 // indirect
94- golang.org/x/mod v0.30 .0 // indirect
95- golang.org/x/net v0.47 .0 // indirect
96- golang.org/x/sync v0.18 .0 // indirect
97- golang.org/x/sys v0.38 .0 // indirect
98- golang.org/x/text v0.31 .0 // indirect
99- golang.org/x/tools v0.39 .0 // indirect
94+ golang.org/x/mod v0.33 .0 // indirect
95+ golang.org/x/net v0.51 .0 // indirect
96+ golang.org/x/sync v0.19 .0 // indirect
97+ golang.org/x/sys v0.41 .0 // indirect
98+ golang.org/x/text v0.34 .0 // indirect
99+ golang.org/x/tools v0.42 .0 // indirect
100100 google.golang.org/appengine v1.6.8 // indirect
101- google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
102- google.golang.org/grpc v1.75.1 // indirect
103- google.golang.org/protobuf v1.36.9 // indirect
101+ google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
102+ google.golang.org/grpc v1.79.2 // indirect
103+ google.golang.org/protobuf v1.36.11 // indirect
104104 gopkg.in/yaml.v2 v2.4.0 // indirect
105105 gopkg.in/yaml.v3 v3.0.1 // indirect
106106)
0 commit comments