Skip to content

Commit 3854058

Browse files
Bump the gomodupdates group across 1 directory with 7 updates (#250)
Bumps the gomodupdates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/hashicorp/copywrite](https://github.com/hashicorp/copywrite) | `0.20.0` | `0.22.0` | | [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) | `0.20.1` | `0.21.0` | | [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) | `1.13.0` | `1.15.0` | | [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) | `0.16.0` | `0.18.0` | | [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) | `1.11.0` | `1.13.0` | | [go.mondoo.com/cnquery/v11](https://github.com/mondoohq/cnquery) | `11.40.0` | `11.54.0` | Updates `github.com/hashicorp/copywrite` from 0.20.0 to 0.22.0 - [Release notes](https://github.com/hashicorp/copywrite/releases) - [Changelog](https://github.com/hashicorp/copywrite/blob/main/.goreleaser.yaml) - [Commits](hashicorp/copywrite@v0.20.0...v0.22.0) Updates `github.com/hashicorp/terraform-plugin-docs` from 0.20.1 to 0.21.0 - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-docs@v0.20.1...v0.21.0) Updates `github.com/hashicorp/terraform-plugin-framework` from 1.13.0 to 1.15.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.13.0...v1.15.0) Updates `github.com/hashicorp/terraform-plugin-framework-validators` from 0.16.0 to 0.18.0 - [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-framework-validators@v0.16.0...v0.18.0) Updates `github.com/hashicorp/terraform-plugin-go` from 0.26.0 to 0.27.0 - [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-go@v0.26.0...v0.27.0) Updates `github.com/hashicorp/terraform-plugin-testing` from 1.11.0 to 1.13.0 - [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-testing@v1.11.0...v1.13.0) Updates `go.mondoo.com/cnquery/v11` from 11.40.0 to 11.54.0 - [Release notes](https://github.com/mondoohq/cnquery/releases) - [Changelog](https://github.com/mondoohq/cnquery/blob/main/.goreleaser.yml) - [Commits](mondoohq/cnquery@v11.40.0...v11.54.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/copywrite dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomodupdates - dependency-name: github.com/hashicorp/terraform-plugin-docs dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomodupdates - dependency-name: github.com/hashicorp/terraform-plugin-framework dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomodupdates - dependency-name: github.com/hashicorp/terraform-plugin-framework-validators dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomodupdates - dependency-name: github.com/hashicorp/terraform-plugin-go dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomodupdates - dependency-name: github.com/hashicorp/terraform-plugin-testing dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomodupdates - dependency-name: go.mondoo.com/cnquery/v11 dependency-version: 11.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomodupdates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7a9d18 commit 3854058

File tree

2 files changed

+188
-196
lines changed

2 files changed

+188
-196
lines changed

go.mod

Lines changed: 60 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,95 @@
11
module go.mondoo.com/terraform-provider-mondoo
22

3-
go 1.23.0
4-
5-
toolchain go1.23.2
3+
go 1.24.0
64

75
require (
86
github.com/go-viper/mapstructure/v2 v2.2.1
9-
github.com/hashicorp/copywrite v0.20.0
10-
github.com/hashicorp/terraform-plugin-docs v0.20.1
11-
github.com/hashicorp/terraform-plugin-framework v1.13.0
12-
github.com/hashicorp/terraform-plugin-framework-validators v0.16.0
13-
github.com/hashicorp/terraform-plugin-go v0.26.0
7+
github.com/hashicorp/copywrite v0.22.0
8+
github.com/hashicorp/terraform-plugin-docs v0.21.0
9+
github.com/hashicorp/terraform-plugin-framework v1.15.0
10+
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
11+
github.com/hashicorp/terraform-plugin-go v0.27.0
1412
github.com/hashicorp/terraform-plugin-log v0.9.0
15-
github.com/hashicorp/terraform-plugin-testing v1.11.0
13+
github.com/hashicorp/terraform-plugin-testing v1.13.1
1614
github.com/stretchr/testify v1.10.0
17-
go.mondoo.com/cnquery/v11 v11.40.0
15+
go.mondoo.com/cnquery/v11 v11.56.0
1816
go.mondoo.com/mondoo-go v0.0.0-20250522185717-94d957f2e271
1917
gopkg.in/yaml.v2 v2.4.0
2018
)
2119

2220
require (
2321
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
24-
github.com/BurntSushi/toml v1.4.0 // indirect
22+
github.com/BurntSushi/toml v1.5.0 // indirect
2523
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
2624
github.com/Masterminds/goutils v1.1.1 // indirect
2725
github.com/Masterminds/semver/v3 v3.2.0 // indirect
2826
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
29-
github.com/ProtonMail/go-crypto v1.1.5 // indirect
27+
github.com/ProtonMail/go-crypto v1.3.0 // indirect
3028
github.com/agext/levenshtein v1.2.3 // indirect
3129
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
3230
github.com/armon/go-radix v1.0.0 // indirect
3331
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
34-
github.com/aws/aws-sdk-go-v2 v1.36.0 // indirect
35-
github.com/aws/aws-sdk-go-v2/config v1.29.4 // indirect
36-
github.com/aws/aws-sdk-go-v2/credentials v1.17.57 // indirect
37-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.27 // indirect
38-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.31 // indirect
39-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.31 // indirect
40-
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect
41-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
42-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.12 // indirect
43-
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.10 // indirect
44-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.14 // indirect
45-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.13 // indirect
46-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.12 // indirect
47-
github.com/aws/smithy-go v1.22.2 // indirect
32+
github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
33+
github.com/aws/aws-sdk-go-v2/config v1.29.14 // indirect
34+
github.com/aws/aws-sdk-go-v2/credentials v1.17.67 // indirect
35+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
36+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
37+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
38+
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
39+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
40+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
41+
github.com/aws/aws-sdk-go-v2/service/ssm v1.59.0 // indirect
42+
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect
43+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1 // indirect
44+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.19 // indirect
45+
github.com/aws/smithy-go v1.22.3 // indirect
4846
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
4947
github.com/bgentry/speakeasy v0.1.0 // indirect
50-
github.com/bmatcuk/doublestar/v4 v4.7.1 // indirect
48+
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
5149
github.com/bradleyfalzon/ghinstallation/v2 v2.5.0 // indirect
5250
github.com/cli/go-gh/v2 v2.11.2 // indirect
5351
github.com/cli/safeexec v1.0.0 // indirect
54-
github.com/cloudflare/circl v1.5.0 // indirect
55-
github.com/cockroachdb/errors v1.11.3 // indirect
52+
github.com/cloudflare/circl v1.6.1 // indirect
53+
github.com/cockroachdb/errors v1.12.0 // indirect
5654
github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect
5755
github.com/cockroachdb/redact v1.1.6 // indirect
5856
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5957
github.com/fatih/color v1.18.0 // indirect
60-
github.com/fsnotify/fsnotify v1.8.0 // indirect
61-
github.com/getsentry/sentry-go v0.31.1 // indirect
58+
github.com/fsnotify/fsnotify v1.9.0 // indirect
59+
github.com/getsentry/sentry-go v0.33.0 // indirect
6260
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
6361
github.com/go-logr/logr v1.4.2 // indirect
6462
github.com/go-logr/stdr v1.2.2 // indirect
6563
github.com/go-openapi/errors v0.20.2 // indirect
6664
github.com/go-openapi/strfmt v0.21.3 // indirect
6765
github.com/gogo/protobuf v1.3.2 // indirect
6866
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
69-
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
67+
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
7068
github.com/golang/protobuf v1.5.4 // indirect
71-
github.com/google/go-cmp v0.6.0 // indirect
69+
github.com/google/go-cmp v0.7.0 // indirect
7270
github.com/google/go-github/v45 v45.2.0 // indirect
7371
github.com/google/go-github/v53 v53.0.0 // indirect
7472
github.com/google/go-querystring v1.1.0 // indirect
7573
github.com/google/uuid v1.6.0 // indirect
76-
github.com/hashicorp/cli v1.1.6 // indirect
74+
github.com/hashicorp/cli v1.1.7 // indirect
7775
github.com/hashicorp/errwrap v1.1.0 // indirect
7876
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
7977
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
80-
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
78+
github.com/hashicorp/go-cty v1.5.0 // indirect
8179
github.com/hashicorp/go-hclog v1.6.3 // indirect
8280
github.com/hashicorp/go-multierror v1.1.1 // indirect
8381
github.com/hashicorp/go-plugin v1.6.3 // indirect
8482
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
8583
github.com/hashicorp/go-uuid v1.0.3 // indirect
8684
github.com/hashicorp/go-version v1.7.0 // indirect
87-
github.com/hashicorp/hc-install v0.9.0 // indirect
85+
github.com/hashicorp/hc-install v0.9.2 // indirect
8886
github.com/hashicorp/hcl v1.0.0 // indirect
8987
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
9088
github.com/hashicorp/logutils v1.0.0 // indirect
91-
github.com/hashicorp/terraform-exec v0.21.0 // indirect
92-
github.com/hashicorp/terraform-json v0.23.0 // indirect
93-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0 // indirect
94-
github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
89+
github.com/hashicorp/terraform-exec v0.23.0 // indirect
90+
github.com/hashicorp/terraform-json v0.25.0 // indirect
91+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0 // indirect
92+
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
9593
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
9694
github.com/hashicorp/yamux v0.1.2 // indirect
9795
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f // indirect
@@ -106,7 +104,6 @@ require (
106104
github.com/kr/pretty v0.3.1 // indirect
107105
github.com/kr/text v0.2.0 // indirect
108106
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
109-
github.com/magiconair/properties v1.8.9 // indirect
110107
github.com/mattn/go-colorable v0.1.14 // indirect
111108
github.com/mattn/go-isatty v0.0.20 // indirect
112109
github.com/mattn/go-runewidth v0.0.16 // indirect
@@ -116,61 +113,60 @@ require (
116113
github.com/mitchellh/go-homedir v1.1.0 // indirect
117114
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
118115
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
116+
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
119117
github.com/mitchellh/mapstructure v1.5.0 // indirect
120118
github.com/mitchellh/reflectwalk v1.0.2 // indirect
121-
github.com/muesli/termenv v0.15.2 // indirect
119+
github.com/muesli/termenv v0.16.0 // indirect
122120
github.com/oklog/run v1.1.0 // indirect
123121
github.com/oklog/ulid v1.3.1 // indirect
124-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
122+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
125123
github.com/pkg/errors v0.9.1 // indirect
126124
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
127125
github.com/posener/complete v1.2.3 // indirect
128126
github.com/rivo/uniseg v0.4.7 // indirect
129-
github.com/rogpeppe/go-internal v1.13.1 // indirect
130-
github.com/rs/zerolog v1.33.0 // indirect
131-
github.com/sagikazarmark/locafero v0.7.0 // indirect
132-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
127+
github.com/rogpeppe/go-internal v1.14.1 // indirect
128+
github.com/rs/zerolog v1.34.0 // indirect
129+
github.com/sagikazarmark/locafero v0.9.0 // indirect
133130
github.com/samber/lo v1.37.0 // indirect
134131
github.com/shopspring/decimal v1.3.1 // indirect
135132
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
136133
github.com/sourcegraph/conc v0.3.0 // indirect
137-
github.com/spf13/afero v1.12.0 // indirect
138-
github.com/spf13/cast v1.7.1 // indirect
139-
github.com/spf13/cobra v1.8.1 // indirect
134+
github.com/spf13/afero v1.14.0 // indirect
135+
github.com/spf13/cast v1.8.0 // indirect
136+
github.com/spf13/cobra v1.9.1 // indirect
140137
github.com/spf13/pflag v1.0.6 // indirect
141-
github.com/spf13/viper v1.19.0 // indirect
138+
github.com/spf13/viper v1.20.1 // indirect
142139
github.com/subosito/gotenv v1.6.0 // indirect
143140
github.com/thanhpk/randstr v1.0.4 // indirect
144141
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
145142
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
146143
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
147144
github.com/yuin/goldmark v1.7.7 // indirect
148145
github.com/yuin/goldmark-meta v1.1.0 // indirect
149-
github.com/zclconf/go-cty v1.15.0 // indirect
146+
github.com/zclconf/go-cty v1.16.2 // indirect
150147
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
151148
go.mondoo.com/ranger-rpc v0.6.5 // indirect
152149
go.mongodb.org/mongo-driver v1.10.0 // indirect
153150
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
154-
go.opentelemetry.io/otel v1.34.0 // indirect
155-
go.opentelemetry.io/otel/metric v1.34.0 // indirect
156-
go.opentelemetry.io/otel/trace v1.34.0 // indirect
157-
go.uber.org/mock v0.5.0 // indirect
151+
go.opentelemetry.io/otel v1.36.0 // indirect
152+
go.opentelemetry.io/otel/metric v1.36.0 // indirect
153+
go.opentelemetry.io/otel/trace v1.36.0 // indirect
154+
go.uber.org/mock v0.5.2 // indirect
158155
go.uber.org/multierr v1.11.0 // indirect
159156
golang.org/x/crypto v0.38.0 // indirect
160-
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
161-
golang.org/x/mod v0.22.0 // indirect
162-
golang.org/x/net v0.34.0 // indirect
157+
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
158+
golang.org/x/mod v0.24.0 // indirect
159+
golang.org/x/net v0.40.0 // indirect
163160
golang.org/x/oauth2 v0.30.0 // indirect
164161
golang.org/x/sync v0.14.0 // indirect
165162
golang.org/x/sys v0.33.0 // indirect
166163
golang.org/x/term v0.32.0 // indirect
167164
golang.org/x/text v0.25.0 // indirect
168-
golang.org/x/tools v0.29.0 // indirect
165+
golang.org/x/tools v0.33.0 // indirect
169166
google.golang.org/appengine v1.6.8 // indirect
170-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect
171-
google.golang.org/grpc v1.70.0 // indirect
172-
google.golang.org/protobuf v1.36.4 // indirect
173-
gopkg.in/ini.v1 v1.67.0 // indirect
167+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
168+
google.golang.org/grpc v1.72.1 // indirect
169+
google.golang.org/protobuf v1.36.6 // indirect
174170
gopkg.in/yaml.v3 v3.0.1 // indirect
175171
moul.io/http2curl v1.0.0 // indirect
176172
sigs.k8s.io/yaml v1.4.0 // indirect

0 commit comments

Comments
 (0)