Skip to content

Commit a96a4f5

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 dcc863e commit a96a4f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ require (
1717
github.com/gookit/gcli/v3 v3.2.3
1818
github.com/pkg/errors v0.9.1
1919
github.com/robfig/cron/v3 v3.0.1
20-
github.com/stretchr/testify v1.9.0
2120
github.com/sashabaranov/go-openai v1.32.3
21+
github.com/stretchr/testify v1.9.0
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)