Skip to content

Commit d946aaf

Browse files
chore(deps): bump google.golang.org/grpc from 1.42.0 to 1.79.3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.42.0 to 1.79.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.42.0...v1.79.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c116acd commit d946aaf

File tree

2 files changed

+50
-60
lines changed

2 files changed

+50
-60
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/casbin/casbin-server
22

3-
go 1.19
3+
go 1.24.0
44

55
require (
66
github.com/alicebob/miniredis/v2 v2.35.0
@@ -9,8 +9,8 @@ require (
99
github.com/casbin/mongodb-adapter/v3 v3.7.0
1010
github.com/casbin/redis-adapter/v3 v3.6.0
1111
github.com/stretchr/testify v1.8.0
12-
google.golang.org/grpc v1.42.0
13-
google.golang.org/protobuf v1.27.1
12+
google.golang.org/grpc v1.79.3
13+
google.golang.org/protobuf v1.36.10
1414
)
1515

1616
require (
@@ -22,10 +22,10 @@ require (
2222
github.com/go-sql-driver/mysql v1.6.0 // indirect
2323
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
2424
github.com/golang-sql/sqlexp v0.1.0 // indirect
25-
github.com/golang/protobuf v1.5.0 // indirect
25+
github.com/golang/protobuf v1.5.4 // indirect
2626
github.com/golang/snappy v0.0.1 // indirect
2727
github.com/gomodule/redigo v1.8.9 // indirect
28-
github.com/google/uuid v1.3.0 // indirect
28+
github.com/google/uuid v1.6.0 // indirect
2929
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
3030
github.com/jackc/pgconn v1.13.0 // indirect
3131
github.com/jackc/pgio v1.0.0 // indirect
@@ -49,11 +49,11 @@ require (
4949
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
5050
github.com/yuin/gopher-lua v1.1.1 // indirect
5151
go.mongodb.org/mongo-driver v1.12.0 // indirect
52-
golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b // indirect
53-
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
54-
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
55-
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
56-
golang.org/x/text v0.7.0 // indirect
52+
golang.org/x/crypto v0.46.0 // indirect
53+
golang.org/x/net v0.48.0 // indirect
54+
golang.org/x/sync v0.19.0 // indirect
55+
golang.org/x/sys v0.39.0 // indirect
56+
golang.org/x/text v0.32.0 // indirect
5757
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
5858
gopkg.in/yaml.v3 v3.0.1 // indirect
5959
gorm.io/driver/mysql v1.4.1 // indirect

0 commit comments

Comments
 (0)