Skip to content

Commit 3d84e45

Browse files
build(deps): bump the gomod group with 5 updates
Bumps the gomod group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) | `2.6.0` | `2.6.2` | | [github.com/hashicorp/go-cty](https://github.com/hashicorp/go-cty) | `1.4.1-0.20200414143053-d3edf31b6320` | `1.5.0` | | [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) | `2.34.0` | `2.38.1` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.43.0` | `0.45.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.30.0` | `0.33.0` | Updates `github.com/golangci/golangci-lint/v2` from 2.6.0 to 2.6.2 - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md) - [Commits](golangci/golangci-lint@v2.6.0...v2.6.2) Updates `github.com/hashicorp/go-cty` from 1.4.1-0.20200414143053-d3edf31b6320 to 1.5.0 - [Changelog](https://github.com/hashicorp/go-cty/blob/master/CHANGELOG.md) - [Commits](https://github.com/hashicorp/go-cty/commits/v1.5.0) Updates `github.com/hashicorp/terraform-plugin-sdk/v2` from 2.34.0 to 2.38.1 - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-sdk@v2.34.0...v2.38.1) Updates `golang.org/x/crypto` from 0.43.0 to 0.45.0 - [Commits](golang/crypto@v0.43.0...v0.45.0) Updates `golang.org/x/oauth2` from 0.30.0 to 0.33.0 - [Commits](golang/oauth2@v0.30.0...v0.33.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint/v2 dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/hashicorp/go-cty dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2 dependency-version: 2.38.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/oauth2 dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78196d6 commit 3d84e45

File tree

359 files changed

+25997
-15263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

359 files changed

+25997
-15263
lines changed

go.mod

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ go 1.24.0
55
require (
66
github.com/client9/misspell v0.3.4
77
github.com/go-jose/go-jose/v3 v3.0.4
8-
github.com/golangci/golangci-lint/v2 v2.6.0
8+
github.com/golangci/golangci-lint/v2 v2.6.2
99
github.com/google/go-github/v67 v67.0.0
1010
github.com/google/uuid v1.6.0
11-
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
12-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
11+
github.com/hashicorp/go-cty v1.5.0
12+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1
1313
github.com/shurcooL/githubv4 v0.0.0-20221126192849-0b5c4c7994eb
1414
github.com/stretchr/testify v1.11.1
15-
golang.org/x/crypto v0.43.0
16-
golang.org/x/oauth2 v0.30.0
15+
golang.org/x/crypto v0.45.0
16+
golang.org/x/oauth2 v0.33.0
1717
)
1818

1919
require (
@@ -34,7 +34,7 @@ require (
3434
github.com/Masterminds/semver/v3 v3.4.0 // indirect
3535
github.com/MirrexOne/unqueryvet v1.2.1 // indirect
3636
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
37-
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
37+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
3838
github.com/agext/levenshtein v1.2.2 // indirect
3939
github.com/alecthomas/chroma/v2 v2.20.0 // indirect
4040
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
@@ -66,11 +66,11 @@ require (
6666
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
6767
github.com/charmbracelet/x/term v0.2.1 // indirect
6868
github.com/ckaznocha/intrange v0.3.1 // indirect
69-
github.com/cloudflare/circl v1.3.7 // indirect
69+
github.com/cloudflare/circl v1.6.1 // indirect
7070
github.com/curioswitch/go-reassign v0.3.0 // indirect
7171
github.com/daixiang0/gci v0.13.7 // indirect
7272
github.com/dave/dst v0.27.3 // indirect
73-
github.com/davecgh/go-spew v1.1.1 // indirect
73+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7474
github.com/denis-tingaikin/go-header v0.5.0 // indirect
7575
github.com/dlclark/regexp2 v1.11.5 // indirect
7676
github.com/ettle/strcase v0.2.0 // indirect
@@ -80,7 +80,7 @@ require (
8080
github.com/fsnotify/fsnotify v1.5.4 // indirect
8181
github.com/fzipp/gocyclo v0.6.0 // indirect
8282
github.com/ghostiam/protogetter v0.3.17 // indirect
83-
github.com/go-critic/go-critic v0.14.0 // indirect
83+
github.com/go-critic/go-critic v0.14.2 // indirect
8484
github.com/go-toolsmith/astcast v1.1.0 // indirect
8585
github.com/go-toolsmith/astcopy v1.1.0 // indirect
8686
github.com/go-toolsmith/astequal v1.2.0 // indirect
@@ -114,31 +114,32 @@ require (
114114
github.com/hashicorp/errwrap v1.0.0 // indirect
115115
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
116116
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
117-
github.com/hashicorp/go-hclog v1.5.0 // indirect
117+
github.com/hashicorp/go-hclog v1.6.3 // indirect
118118
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
119119
github.com/hashicorp/go-multierror v1.1.1 // indirect
120-
github.com/hashicorp/go-plugin v1.6.0 // indirect
120+
github.com/hashicorp/go-plugin v1.7.0 // indirect
121+
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
121122
github.com/hashicorp/go-uuid v1.0.3 // indirect
122123
github.com/hashicorp/go-version v1.7.0 // indirect
123124
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
124-
github.com/hashicorp/hc-install v0.6.4 // indirect
125+
github.com/hashicorp/hc-install v0.9.2 // indirect
125126
github.com/hashicorp/hcl v1.0.0 // indirect
126-
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
127+
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
127128
github.com/hashicorp/logutils v1.0.0 // indirect
128-
github.com/hashicorp/terraform-exec v0.21.0 // indirect
129-
github.com/hashicorp/terraform-json v0.22.1 // indirect
130-
github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
129+
github.com/hashicorp/terraform-exec v0.23.1 // indirect
130+
github.com/hashicorp/terraform-json v0.27.1 // indirect
131+
github.com/hashicorp/terraform-plugin-go v0.29.0 // indirect
131132
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
132-
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
133+
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
133134
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
134-
github.com/hashicorp/yamux v0.1.1 // indirect
135+
github.com/hashicorp/yamux v0.1.2 // indirect
135136
github.com/hexops/gotextdiff v1.0.3 // indirect
136137
github.com/inconshreveable/mousetrap v1.1.0 // indirect
137138
github.com/jgautheron/goconst v1.8.2 // indirect
138139
github.com/jingyugao/rowserrcheck v1.1.1 // indirect
139140
github.com/jjti/go-spancheck v0.6.5 // indirect
140141
github.com/julz/importas v0.2.0 // indirect
141-
github.com/karamaru-alpha/copyloopvar v1.2.1 // indirect
142+
github.com/karamaru-alpha/copyloopvar v1.2.2 // indirect
142143
github.com/kisielk/errcheck v1.9.0 // indirect
143144
github.com/kkHAIKE/contextcheck v1.1.6 // indirect
144145
github.com/kulti/thelper v0.7.1 // indirect
@@ -155,8 +156,8 @@ require (
155156
github.com/magiconair/properties v1.8.6 // indirect
156157
github.com/manuelarte/embeddedstructfieldcheck v0.4.0 // indirect
157158
github.com/manuelarte/funcorder v0.5.0 // indirect
158-
github.com/maratori/testableexamples v1.0.0 // indirect
159-
github.com/maratori/testpackage v1.1.1 // indirect
159+
github.com/maratori/testableexamples v1.0.1 // indirect
160+
github.com/maratori/testpackage v1.1.2 // indirect
160161
github.com/matoous/godox v1.1.0 // indirect
161162
github.com/mattn/go-colorable v0.1.14 // indirect
162163
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -166,7 +167,7 @@ require (
166167
github.com/mitchellh/copystructure v1.2.0 // indirect
167168
github.com/mitchellh/go-homedir v1.1.0 // indirect
168169
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
169-
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
170+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
170171
github.com/mitchellh/mapstructure v1.5.0 // indirect
171172
github.com/mitchellh/reflectwalk v1.0.2 // indirect
172173
github.com/moricho/tparallel v0.3.2 // indirect
@@ -175,16 +176,16 @@ require (
175176
github.com/nishanths/exhaustive v0.12.0 // indirect
176177
github.com/nishanths/predeclared v0.2.2 // indirect
177178
github.com/nunnatsa/ginkgolinter v0.21.2 // indirect
178-
github.com/oklog/run v1.0.0 // indirect
179+
github.com/oklog/run v1.1.0 // indirect
179180
github.com/pelletier/go-toml v1.9.5 // indirect
180181
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
181-
github.com/pmezard/go-difflib v1.0.0 // indirect
182+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
182183
github.com/polyfloyd/go-errorlint v1.8.0 // indirect
183184
github.com/prometheus/client_golang v1.12.1 // indirect
184185
github.com/prometheus/client_model v0.3.0 // indirect
185186
github.com/prometheus/common v0.32.1 // indirect
186187
github.com/prometheus/procfs v0.7.3 // indirect
187-
github.com/quasilyte/go-ruleguard v0.4.4 // indirect
188+
github.com/quasilyte/go-ruleguard v0.4.5 // indirect
188189
github.com/quasilyte/go-ruleguard/dsl v0.3.23 // indirect
189190
github.com/quasilyte/gogrep v0.5.0 // indirect
190191
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
@@ -231,7 +232,7 @@ require (
231232
github.com/yagipy/maintidx v1.0.0 // indirect
232233
github.com/yeya24/promlinter v0.3.0 // indirect
233234
github.com/ykadowak/zerologlint v0.1.5 // indirect
234-
github.com/zclconf/go-cty v1.14.4 // indirect
235+
github.com/zclconf/go-cty v1.17.0 // indirect
235236
gitlab.com/bosi/decorder v0.4.2 // indirect
236237
go-simpler.org/musttag v0.14.0 // indirect
237238
go-simpler.org/sloglint v0.11.1 // indirect
@@ -240,17 +241,17 @@ require (
240241
go.uber.org/automaxprocs v1.6.0 // indirect
241242
go.uber.org/multierr v1.10.0 // indirect
242243
go.uber.org/zap v1.27.0 // indirect
243-
golang.org/x/exp/typeparams v0.0.0-20251002181428-27f1f14c8bb9 // indirect
244+
golang.org/x/exp/typeparams v0.0.0-20251023183803-a4bb9ffd2546 // indirect
244245
golang.org/x/mod v0.29.0 // indirect
245-
golang.org/x/net v0.46.0 // indirect
246-
golang.org/x/sync v0.17.0 // indirect
247-
golang.org/x/sys v0.37.0 // indirect
248-
golang.org/x/text v0.30.0 // indirect
246+
golang.org/x/net v0.47.0 // indirect
247+
golang.org/x/sync v0.18.0 // indirect
248+
golang.org/x/sys v0.38.0 // indirect
249+
golang.org/x/text v0.31.0 // indirect
249250
golang.org/x/tools v0.38.0 // indirect
250251
google.golang.org/appengine v1.6.8 // indirect
251252
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
252-
google.golang.org/grpc v1.75.0 // indirect
253-
google.golang.org/protobuf v1.36.8 // indirect
253+
google.golang.org/grpc v1.75.1 // indirect
254+
google.golang.org/protobuf v1.36.9 // indirect
254255
gopkg.in/ini.v1 v1.67.0 // indirect
255256
gopkg.in/yaml.v2 v2.4.0 // indirect
256257
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)