mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 11:31:58 +08:00
284b1f918e
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.1 to 1.17.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.11.1...v1.17.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
204 B
Modula-2
11 lines
204 B
Modula-2
module github.com/hibiken/asynq/x
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-redis/redis/v8 v8.11.4
|
|
github.com/google/uuid v1.3.1
|
|
github.com/hibiken/asynq v0.21.0
|
|
github.com/prometheus/client_golang v1.17.0
|
|
)
|