Skip to content

Commit 760958b

Browse files
fix(deps): update all non-major dependencies
1 parent fc6a7b3 commit 760958b

File tree

9 files changed

+181
-71
lines changed

9 files changed

+181
-71
lines changed

.github/workflows/generate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
name: run-generate
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2020
with:
2121
persist-credentials: false
22-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
22+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2323
with:
2424
go-version-file: 'go.mod'
2525
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5656
with:
5757
persist-credentials: false
5858
- name: Close issue

.github/workflows/licensing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
licensing:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: false

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ jobs:
1515

1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1919
with:
2020
# Allow goreleaser to access older tag information.
2121
fetch-depth: 0
2222
persist-credentials: false
23-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
23+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2424
with:
2525
go-version-file: 'go.mod'
2626
cache: false
2727
- name: Import GPG key
28-
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
28+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
2929
id: import_gpg
3030
with:
3131
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3232
passphrase: ${{ secrets.PASSPHRASE }}
3333
- name: Run GoReleaser
34-
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
34+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
3535
with:
3636
args: release --clean
3737
env:

.github/workflows/test-extensive.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
runs-on: ubuntu-latest
3838
timeout-minutes: 5
3939
steps:
40-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4141
with:
4242
persist-credentials: false
43-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
43+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4444
with:
4545
go-version-file: 'go.mod'
4646
- run: make build
4747
- name: Run linters
48-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7
48+
uses: golangci/golangci-lint-action@9fae48acfc02a90574d7c304a1758ef9895495fa # v7
4949

5050
test-terraform:
5151
name: integration-terraform
@@ -61,10 +61,10 @@ jobs:
6161
- '1.9.*'
6262
- latest
6363
steps:
64-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
6565
with:
6666
persist-credentials: false
67-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
67+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
6868
with:
6969
go-version-file: 'go.mod'
7070
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
@@ -92,13 +92,13 @@ jobs:
9292
- '1.8.*'
9393
- latest
9494
steps:
95-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
95+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
9696
with:
9797
persist-credentials: false
98-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
98+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
9999
with:
100100
go-version-file: 'go.mod'
101-
- uses: opentofu/setup-opentofu@592200bd4b9bbf4772ace78f887668b1aee8f716 # v1
101+
- uses: opentofu/setup-opentofu@000eeb8522f0572907c393e8151076c205fdba1b # v1
102102
with:
103103
tofu_version: ${{ matrix.tofu }}
104104
tofu_wrapper: false

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@ jobs:
2121
runs-on: ubuntu-latest
2222
timeout-minutes: 5
2323
steps:
24-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2525
with:
2626
persist-credentials: false
27-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
27+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2828
with:
2929
go-version-file: 'go.mod'
3030
- run: go build -v .
3131
- name: Run linters
32-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7
32+
uses: golangci/golangci-lint-action@9fae48acfc02a90574d7c304a1758ef9895495fa # v7
3333

3434
generate:
3535
name: generate diff test
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3939
with:
4040
persist-credentials: false
41-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
41+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4242
with:
4343
go-version-file: 'go.mod'
4444
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
@@ -57,10 +57,10 @@ jobs:
5757
runs-on: ubuntu-latest
5858
timeout-minutes: 10
5959
steps:
60-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
60+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
6161
with:
6262
persist-credentials: false
63-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
63+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
6464
with:
6565
go-version-file: 'go.mod'
6666
- run: make test

.github/workflows/validate-renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
timeout-minutes: 10
1313

1414
steps:
15-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1616
with:
1717
persist-credentials: false
1818

19-
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
19+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2020
with:
2121
node-version: 20
2222

.github/workflows/zizmor.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ jobs:
1717
actions: read
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121
with:
2222
persist-credentials: false
2323

2424
- name: Install the latest version of uv
25-
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5
25+
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5
2626

2727
- name: Run zizmor 🌈
2828
run: uvx zizmor --format sarif . > results.sarif
2929
env:
3030
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131

3232
- name: Upload SARIF file
33-
uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3
33+
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
3434
with:
3535
sarif_file: results.sarif
3636
category: zizmor

go.mod

Lines changed: 53 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
module github.com/planetscale/terraform-provider-planetscale
22

3-
go 1.23.0
3+
go 1.24.0
44

5-
toolchain go1.24.1
5+
toolchain go1.25.1
66

77
require (
88
github.com/dave/jennifer v1.7.1
9-
github.com/go-openapi/loads v0.22.0
10-
github.com/go-openapi/spec v0.21.0
9+
github.com/go-openapi/loads v0.23.1
10+
github.com/go-openapi/spec v0.22.0
1111
github.com/google/go-cmp v0.7.0
12-
github.com/hashicorp/terraform-plugin-framework v1.14.1
13-
github.com/hashicorp/terraform-plugin-framework-validators v0.17.0
14-
github.com/hashicorp/terraform-plugin-go v0.26.0
12+
github.com/hashicorp/terraform-plugin-framework v1.16.1
13+
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
14+
github.com/hashicorp/terraform-plugin-go v0.29.0
1515
github.com/hashicorp/terraform-plugin-log v0.9.0
16-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
17-
github.com/hashicorp/terraform-plugin-testing v1.12.0
16+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1
17+
github.com/hashicorp/terraform-plugin-testing v1.13.3
1818
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
1919
github.com/pkg/errors v0.9.1
20-
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
21-
github.com/stretchr/testify v1.9.0
22-
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
23-
golang.org/x/oauth2 v0.28.0
24-
golang.org/x/text v0.23.0
20+
github.com/sergi/go-diff v1.4.0
21+
github.com/stretchr/testify v1.11.1
22+
golang.org/x/exp v0.0.0-20250911091902-df9299821621
23+
golang.org/x/oauth2 v0.31.0
24+
golang.org/x/text v0.29.0
2525
)
2626

2727
require (
@@ -30,23 +30,32 @@ require (
3030
github.com/Masterminds/goutils v1.1.1 // indirect
3131
github.com/Masterminds/semver/v3 v3.2.0 // indirect
3232
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
33-
github.com/ProtonMail/go-crypto v1.1.3 // indirect
33+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
3434
github.com/agext/levenshtein v1.2.2 // indirect
3535
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
3636
github.com/armon/go-radix v1.0.0 // indirect
3737
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
3838
github.com/bgentry/speakeasy v0.1.0 // indirect
39-
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
39+
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
4040
github.com/cloudflare/circl v1.6.1 // indirect
41-
github.com/davecgh/go-spew v1.1.1 // indirect
41+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4242
github.com/fatih/color v1.17.0 // indirect
4343
github.com/frankban/quicktest v1.14.5 // indirect
44-
github.com/go-openapi/analysis v0.23.0 // indirect
45-
github.com/go-openapi/errors v0.22.0 // indirect
46-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
47-
github.com/go-openapi/jsonreference v0.21.0 // indirect
48-
github.com/go-openapi/strfmt v0.23.0 // indirect
44+
github.com/go-openapi/analysis v0.24.0 // indirect
45+
github.com/go-openapi/errors v0.22.3 // indirect
46+
github.com/go-openapi/jsonpointer v0.22.1 // indirect
47+
github.com/go-openapi/jsonreference v0.21.2 // indirect
48+
github.com/go-openapi/strfmt v0.24.0 // indirect
4949
github.com/go-openapi/swag v0.23.0 // indirect
50+
github.com/go-openapi/swag/conv v0.25.1 // indirect
51+
github.com/go-openapi/swag/jsonname v0.25.1 // indirect
52+
github.com/go-openapi/swag/jsonutils v0.25.1 // indirect
53+
github.com/go-openapi/swag/loading v0.25.1 // indirect
54+
github.com/go-openapi/swag/mangling v0.25.1 // indirect
55+
github.com/go-openapi/swag/stringutils v0.25.1 // indirect
56+
github.com/go-openapi/swag/typeutils v0.25.1 // indirect
57+
github.com/go-openapi/swag/yamlutils v0.25.1 // indirect
58+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
5059
github.com/golang/protobuf v1.5.4 // indirect
5160
github.com/google/uuid v1.6.0 // indirect
5261
github.com/hashicorp/cli v1.1.7 // indirect
@@ -56,19 +65,19 @@ require (
5665
github.com/hashicorp/go-cty v1.5.0 // indirect
5766
github.com/hashicorp/go-hclog v1.6.3 // indirect
5867
github.com/hashicorp/go-multierror v1.1.1 // indirect
59-
github.com/hashicorp/go-plugin v1.6.2 // indirect
68+
github.com/hashicorp/go-plugin v1.7.0 // indirect
6069
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
6170
github.com/hashicorp/go-uuid v1.0.3 // indirect
6271
github.com/hashicorp/go-version v1.7.0 // indirect
63-
github.com/hashicorp/hc-install v0.9.1 // indirect
64-
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
72+
github.com/hashicorp/hc-install v0.9.2 // indirect
73+
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
6574
github.com/hashicorp/logutils v1.0.0 // indirect
66-
github.com/hashicorp/terraform-exec v0.22.0 // indirect
67-
github.com/hashicorp/terraform-json v0.24.0 // indirect
68-
github.com/hashicorp/terraform-plugin-docs v0.21.0 // indirect
69-
github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
75+
github.com/hashicorp/terraform-exec v0.23.1 // indirect
76+
github.com/hashicorp/terraform-json v0.27.1 // indirect
77+
github.com/hashicorp/terraform-plugin-docs v0.23.0 // indirect
78+
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
7079
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
71-
github.com/hashicorp/yamux v0.1.1 // indirect
80+
github.com/hashicorp/yamux v0.1.2 // indirect
7281
github.com/huandu/xstrings v1.3.3 // indirect
7382
github.com/imdario/mergo v0.3.15 // indirect
7483
github.com/josharian/intern v1.0.0 // indirect
@@ -78,12 +87,12 @@ require (
7887
github.com/mattn/go-runewidth v0.0.9 // indirect
7988
github.com/mitchellh/copystructure v1.2.0 // indirect
8089
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
81-
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
90+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
8291
github.com/mitchellh/mapstructure v1.5.0 // indirect
8392
github.com/mitchellh/reflectwalk v1.0.2 // indirect
8493
github.com/oklog/run v1.1.0 // indirect
8594
github.com/oklog/ulid v1.3.1 // indirect
86-
github.com/pmezard/go-difflib v1.0.0 // indirect
95+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8796
github.com/posener/complete v1.2.3 // indirect
8897
github.com/shopspring/decimal v1.3.1 // indirect
8998
github.com/spf13/cast v1.5.0 // indirect
@@ -92,19 +101,20 @@ require (
92101
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
93102
github.com/yuin/goldmark v1.7.7 // indirect
94103
github.com/yuin/goldmark-meta v1.1.0 // indirect
95-
github.com/zclconf/go-cty v1.16.2 // indirect
104+
github.com/zclconf/go-cty v1.17.0 // indirect
96105
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
97-
go.mongodb.org/mongo-driver v1.14.0 // indirect
98-
golang.org/x/crypto v0.36.0 // indirect
99-
golang.org/x/mod v0.24.0 // indirect
100-
golang.org/x/net v0.38.0 // indirect
101-
golang.org/x/sync v0.12.0 // indirect
102-
golang.org/x/sys v0.31.0 // indirect
103-
golang.org/x/tools v0.31.0 // indirect
106+
go.mongodb.org/mongo-driver v1.17.4 // indirect
107+
go.yaml.in/yaml/v3 v3.0.4 // indirect
108+
golang.org/x/crypto v0.42.0 // indirect
109+
golang.org/x/mod v0.28.0 // indirect
110+
golang.org/x/net v0.44.0 // indirect
111+
golang.org/x/sync v0.17.0 // indirect
112+
golang.org/x/sys v0.36.0 // indirect
113+
golang.org/x/tools v0.37.0 // indirect
104114
google.golang.org/appengine v1.6.8 // indirect
105-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
106-
google.golang.org/grpc v1.69.4 // indirect
107-
google.golang.org/protobuf v1.36.3 // indirect
115+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
116+
google.golang.org/grpc v1.75.1 // indirect
117+
google.golang.org/protobuf v1.36.9 // indirect
108118
gopkg.in/yaml.v2 v2.4.0 // indirect
109119
gopkg.in/yaml.v3 v3.0.1 // indirect
110120
)

0 commit comments

Comments
 (0)