2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-08-24 20:34:46 +08:00

remove deprecated protobuf ptypes (#942)

* remove deprecated protobuf ptypes

* tidy compiled proto and go mod

* bump protobuf
This commit is contained in:
Ahmed Radwan
2024-10-29 09:21:27 +03:00
committed by GitHub
parent 6c06ad7e45
commit e70de721b8
4 changed files with 36 additions and 79 deletions

3
go.mod
View File

@@ -3,7 +3,6 @@ module github.com/hibiken/asynq
go 1.22
require (
github.com/golang/protobuf v1.5.3
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/redis/go-redis/v9 v9.4.0
@@ -12,7 +11,7 @@ require (
go.uber.org/goleak v1.3.0
golang.org/x/sys v0.16.0
golang.org/x/time v0.3.0
google.golang.org/protobuf v1.31.0
google.golang.org/protobuf v1.35.1
)
require (