2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-02-23 04:10:17 +08:00
asynq/go.mod
dependabot[bot] bf076e7e6a
build(deps): bump golang.org/x/time from 0.8.0 to 0.10.0
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.8.0 to 0.10.0.
- [Commits](https://github.com/golang/time/compare/v0.8.0...v0.10.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>
2025-02-10 23:45:18 +00:00

21 lines
478 B
Modula-2

module github.com/hibiken/asynq
go 1.22
require (
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/redis/go-redis/v9 v9.7.0
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/cast v1.7.0
go.uber.org/goleak v1.3.0
golang.org/x/sys v0.27.0
golang.org/x/time v0.10.0
google.golang.org/protobuf v1.35.2
)
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
)