2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-08-24 02:05:59 +08:00

Bump golang.org/x/time from 0.3.0 to 0.7.0

Bumps [golang.org/x/time](https://github.com/golang/time) from 0.3.0 to 0.7.0.
- [Commits](https://github.com/golang/time/compare/v0.3.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-26 05:49:43 +00:00
committed by GitHub
parent c8c8adfaa6
commit e1a8a366a6
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.3.0
golang.org/x/time v0.7.0
google.golang.org/protobuf v1.31.0
)