2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-04-23 14:25:52 +08:00

build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0 (#964)

Bumps [golang.org/x/time](https://github.com/golang/time) from 0.7.0 to 0.8.0.
- [Commits](https://github.com/golang/time/compare/v0.7.0...v0.8.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-11-12 08:13:01 +03:00
committed by GitHub
parent 8b32b38fd5
commit ad1f587403
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/spf13/cast v1.7.0
go.uber.org/goleak v1.3.0
golang.org/x/sys v0.26.0
golang.org/x/time v0.7.0
golang.org/x/time v0.8.0
google.golang.org/protobuf v1.35.1
)