2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-04-16 11:45:51 +08:00

Revert "Bump golang.org/x/time from 0.3.0 to 0.7.0" (#947)

This commit is contained in:
Mohamed Sohail
2024-10-29 09:20:45 +03:00
committed by GitHub
parent a676d3d2fa
commit 6c06ad7e45
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -11,7 +11,7 @@ require (
github.com/spf13/cast v1.5.1
go.uber.org/goleak v1.3.0
golang.org/x/sys v0.16.0
golang.org/x/time v0.7.0
golang.org/x/time v0.3.0
google.golang.org/protobuf v1.31.0
)