diff --git a/utils/gojobs/go.mod b/utils/gojobs/go.mod index 012d53e1..438b5252 100644 --- a/utils/gojobs/go.mod +++ b/utils/gojobs/go.mod @@ -9,7 +9,7 @@ replace go.dtapp.net/library/utils/gorequest => ../../utils/gorequest require ( entgo.io/ent v0.14.6 github.com/google/uuid v1.6.0 - github.com/redis/go-redis/v9 v9.20.1 + github.com/redis/go-redis/v9 v9.22.0 go.dtapp.net/library/utils/gorequest v1.1.3 go.dtapp.net/library/utils/gotime v1.0.19 golang.org/x/sync v0.21.0 @@ -21,5 +21,6 @@ require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect go.uber.org/atomic v1.11.0 // indirect golang.org/x/net v0.56.0 // indirect + golang.org/x/sys v0.46.0 // indirect golang.org/x/text v0.38.0 // indirect ) diff --git a/utils/gojobs/go.sum b/utils/gojobs/go.sum index 1710c146..c3ba9d69 100644 --- a/utils/gojobs/go.sum +++ b/utils/gojobs/go.sum @@ -22,8 +22,8 @@ github.com/klauspost/cpuid/v2 v2.2.10 h1:tBs3QSyvjDyFTq3uoc/9xFpCuOsJQFNPiAhYdw2 github.com/klauspost/cpuid/v2 v2.2.10/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/redis/go-redis/v9 v9.20.1 h1:sfCU6A8P3dXbKyWes02uxA2baehGux9dZHfEKtsTB1w= -github.com/redis/go-redis/v9 v9.20.1/go.mod h1:v/M13XI1PVCDcm01VtPFOADfZtHf8YW3baQf57KlIkA= +github.com/redis/go-redis/v9 v9.22.0 h1:laDvpYXTJtZLloinw1fA5Kqd6HAEH2XKxOkG/PDq2F0= +github.com/redis/go-redis/v9 v9.22.0/go.mod h1:y2g0Wj8rQvuK0ELM+oxSudcLtC09JScs98I/X9gRWY4= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/zeebo/xxh3 v1.1.0 h1:s7DLGDK45Dyfg7++yxI0khrfwq9661w9EN78eP/UZVs=