Skip to content

Commit c2555d7

Browse files
chore(deps): bump the go-mod group with 3 updates (#403)
Bumps the go-mod group with 3 updates: [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint), [github.com/magefile/mage](https://github.com/magefile/mage) and [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `github.com/golangci/golangci-lint/v2` from 2.11.2 to 2.11.3 - [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.11.2...v2.11.3) Updates `github.com/magefile/mage` from 1.16.0 to 1.16.1 - [Release notes](https://github.com/magefile/mage/releases) - [Commits](magefile/mage@v1.16.0...v1.16.1) Updates `google.golang.org/grpc` from 1.79.1 to 1.79.2 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.79.1...v1.79.2) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint/v2 dependency-version: 2.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-mod - dependency-name: github.com/magefile/mage dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-mod - dependency-name: google.golang.org/grpc dependency-version: 1.79.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-mod ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e637c95 commit c2555d7

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ require (
88
github.com/cenkalti/backoff/v4 v4.3.0
99
github.com/ecordell/optgen v0.2.3
1010
github.com/envoyproxy/protoc-gen-validate v1.3.3
11-
github.com/golangci/golangci-lint/v2 v2.11.2
11+
github.com/golangci/golangci-lint/v2 v2.11.3
1212
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0
1313
github.com/jzelinskie/stringz v0.0.3
14-
github.com/magefile/mage v1.16.0
14+
github.com/magefile/mage v1.16.1
1515
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
1616
github.com/stretchr/testify v1.11.1
1717
go.uber.org/goleak v1.3.0
1818
golang.org/x/sync v0.20.0
1919
golang.org/x/vuln v1.1.4
2020
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57
2121
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57
22-
google.golang.org/grpc v1.79.1
22+
google.golang.org/grpc v1.79.2
2323
google.golang.org/protobuf v1.36.11
2424
)
2525

@@ -184,7 +184,7 @@ require (
184184
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
185185
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
186186
github.com/sashamelentyev/usestdlibvars v1.29.0 // indirect
187-
github.com/securego/gosec/v2 v2.24.7 // indirect
187+
github.com/securego/gosec/v2 v2.24.8-0.20260309165252-619ce2117e08 // indirect
188188
github.com/sirupsen/logrus v1.9.4 // indirect
189189
github.com/sivchari/containedctx v1.0.3 // indirect
190190
github.com/sonatard/noctx v0.5.0 // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)