Skip to content

Commit bb5077a

Browse files
build(deps): bump the gomod group across 1 directory with 3 updates
Bumps the gomod group with 3 updates in the / directory: [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint), [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `github.com/golangci/golangci-lint/v2` from 2.6.2 to 2.7.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.2...v2.7.2) Updates `golang.org/x/crypto` from 0.45.0 to 0.46.0 - [Commits](golang/crypto@v0.45.0...v0.46.0) Updates `golang.org/x/oauth2` from 0.33.0 to 0.34.0 - [Commits](golang/oauth2@v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint/v2 dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/crypto dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/oauth2 dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3b39ed commit bb5077a

File tree

227 files changed

+16197
-2431
lines changed

Some content is hidden

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

227 files changed

+16197
-2431
lines changed

go.mod

Lines changed: 19 additions & 18 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.2
8+
github.com/golangci/golangci-lint/v2 v2.7.2
99
github.com/google/go-github/v67 v67.0.0
1010
github.com/google/uuid v1.6.0
1111
github.com/hashicorp/go-cty v1.5.0
1212
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.45.0
16-
golang.org/x/oauth2 v0.33.0
15+
golang.org/x/crypto v0.46.0
16+
golang.org/x/oauth2 v0.34.0
1717
)
1818

1919
require (
@@ -32,7 +32,7 @@ require (
3232
github.com/BurntSushi/toml v1.5.0 // indirect
3333
github.com/Djarvur/go-err113 v0.1.1 // indirect
3434
github.com/Masterminds/semver/v3 v3.4.0 // indirect
35-
github.com/MirrexOne/unqueryvet v1.2.1 // indirect
35+
github.com/MirrexOne/unqueryvet v1.3.0 // indirect
3636
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
3737
github.com/ProtonMail/go-crypto v1.1.6 // indirect
3838
github.com/agext/levenshtein v1.2.2 // indirect
@@ -56,7 +56,7 @@ require (
5656
github.com/breml/errchkjson v0.4.1 // indirect
5757
github.com/butuzov/ireturn v0.4.0 // indirect
5858
github.com/butuzov/mirror v1.3.0 // indirect
59-
github.com/catenacyber/perfsprint v0.10.0 // indirect
59+
github.com/catenacyber/perfsprint v0.10.1 // indirect
6060
github.com/ccojocar/zxcvbn-go v1.0.4 // indirect
6161
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6262
github.com/charithe/durationcheck v0.0.11 // indirect
@@ -91,7 +91,7 @@ require (
9191
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
9292
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
9393
github.com/gobwas/glob v0.2.3 // indirect
94-
github.com/godoc-lint/godoc-lint v0.10.1 // indirect
94+
github.com/godoc-lint/godoc-lint v0.10.2 // indirect
9595
github.com/gofrs/flock v0.13.0 // indirect
9696
github.com/golang/protobuf v1.5.4 // indirect
9797
github.com/golangci/asciicheck v0.5.0 // indirect
@@ -120,7 +120,7 @@ require (
120120
github.com/hashicorp/go-plugin v1.7.0 // indirect
121121
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
122122
github.com/hashicorp/go-uuid v1.0.3 // indirect
123-
github.com/hashicorp/go-version v1.7.0 // indirect
123+
github.com/hashicorp/go-version v1.8.0 // indirect
124124
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
125125
github.com/hashicorp/hc-install v0.9.2 // indirect
126126
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -163,7 +163,7 @@ require (
163163
github.com/mattn/go-isatty v0.0.20 // indirect
164164
github.com/mattn/go-runewidth v0.0.16 // indirect
165165
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
166-
github.com/mgechev/revive v1.12.0 // indirect
166+
github.com/mgechev/revive v1.13.0 // indirect
167167
github.com/mitchellh/copystructure v1.2.0 // indirect
168168
github.com/mitchellh/go-homedir v1.1.0 // indirect
169169
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -199,26 +199,26 @@ require (
199199
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
200200
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
201201
github.com/sashamelentyev/usestdlibvars v1.29.0 // indirect
202-
github.com/securego/gosec/v2 v2.22.10 // indirect
202+
github.com/securego/gosec/v2 v2.22.11-0.20251204091113-daccba6b93d7 // indirect
203203
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
204204
github.com/sirupsen/logrus v1.9.3 // indirect
205205
github.com/sivchari/containedctx v1.0.3 // indirect
206206
github.com/sonatard/noctx v0.4.0 // indirect
207207
github.com/sourcegraph/go-diff v0.7.0 // indirect
208-
github.com/spf13/afero v1.14.0 // indirect
208+
github.com/spf13/afero v1.15.0 // indirect
209209
github.com/spf13/cast v1.5.0 // indirect
210-
github.com/spf13/cobra v1.10.1 // indirect
210+
github.com/spf13/cobra v1.10.2 // indirect
211211
github.com/spf13/jwalterweatherman v1.1.0 // indirect
212212
github.com/spf13/pflag v1.0.10 // indirect
213213
github.com/spf13/viper v1.12.0 // indirect
214214
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
215-
github.com/stbenjam/no-sprintf-host-port v0.2.0 // indirect
215+
github.com/stbenjam/no-sprintf-host-port v0.3.1 // indirect
216216
github.com/stretchr/objx v0.5.2 // indirect
217217
github.com/subosito/gotenv v1.4.1 // indirect
218218
github.com/tetafro/godot v1.5.4 // indirect
219219
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 // indirect
220220
github.com/timonwong/loggercheck v0.11.0 // indirect
221-
github.com/tomarrell/wrapcheck/v2 v2.11.0 // indirect
221+
github.com/tomarrell/wrapcheck/v2 v2.12.0 // indirect
222222
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect
223223
github.com/ultraware/funlen v0.2.0 // indirect
224224
github.com/ultraware/whitespace v0.2.0 // indirect
@@ -241,13 +241,14 @@ require (
241241
go.uber.org/automaxprocs v1.6.0 // indirect
242242
go.uber.org/multierr v1.10.0 // indirect
243243
go.uber.org/zap v1.27.0 // indirect
244+
go.yaml.in/yaml/v3 v3.0.4 // indirect
244245
golang.org/x/exp/typeparams v0.0.0-20251023183803-a4bb9ffd2546 // indirect
245-
golang.org/x/mod v0.29.0 // indirect
246+
golang.org/x/mod v0.30.0 // indirect
246247
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
250-
golang.org/x/tools v0.38.0 // indirect
248+
golang.org/x/sync v0.19.0 // indirect
249+
golang.org/x/sys v0.39.0 // indirect
250+
golang.org/x/text v0.32.0 // indirect
251+
golang.org/x/tools v0.39.0 // indirect
251252
google.golang.org/appengine v1.6.8 // indirect
252253
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
253254
google.golang.org/grpc v1.75.1 // indirect

0 commit comments

Comments
 (0)