Skip to content

Commit 4f3bc75

Browse files
chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.67.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.65.0 to 1.67.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.65.0...v1.67.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e636dc commit 4f3bc75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/vmihailenco/msgpack/v5 v5.4.1
2323
golang.org/x/crypto v0.28.0
2424
golang.org/x/net v0.30.0
25-
google.golang.org/grpc v1.65.0
25+
google.golang.org/grpc v1.67.1
2626
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
2727
gopkg.in/ldap.v3 v3.0.3
2828
gorm.io/driver/mysql v1.5.7
@@ -57,8 +57,8 @@ require (
5757
golang.org/x/sys v0.26.0 // indirect
5858
golang.org/x/term v0.25.0 // indirect
5959
golang.org/x/text v0.19.0 // indirect
60-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
61-
google.golang.org/protobuf v1.34.1 // indirect
60+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
61+
google.golang.org/protobuf v1.34.2 // indirect
6262
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
6363
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
6464
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)