Skip to content

Commit d684034

Browse files
fix(deps): update all non-major dependencies
1 parent e1f6cec commit d684034

File tree

4 files changed

+83
-83
lines changed

4 files changed

+83
-83
lines changed

.github/workflows/action-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2222
with:
2323
persist-credentials: false
24-
- uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.69.1
24+
- uses: reviewdog/action-actionlint@0d952c597ef8459f634d7145b0b044a9699e5e43 # v1.71.0
2525
with:
2626
fail_level: warning
2727
filter_mode: nofilter

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
issues: write
1616
pull-requests: write
1717
steps:
18-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
persist-credentials: true # tagpr require this credential
2121
- id: tagpr
@@ -30,11 +30,11 @@ jobs:
3030
permissions:
3131
contents: write
3232
steps:
33-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
33+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
with:
3535
fetch-depth: 0
3636
persist-credentials: false
37-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
37+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3838
with:
3939
go-version-file: 'go.mod'
4040
cache: true

go.mod

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
module 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

77
require (
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

2626
require (
@@ -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

Comments
 (0)