-
- Downloads
feat: integrate admin ui
... | @@ -4,8 +4,9 @@ go 1.15 | ... | @@ -4,8 +4,9 @@ go 1.15 |
require ( | require ( | ||
github.com/hibiken/asynq v0.23.0 | github.com/hibiken/asynq v0.23.0 | ||
github.com/hibiken/asynqmon v0.7.1 | |||
github.com/lib/pq v1.10.4 | github.com/lib/pq v1.10.4 | ||
github.com/prometheus/client_golang v1.11.1 | github.com/prometheus/client_golang v1.11.1 | ||
gopkg.in/gographics/imagick.v2 v2.4.0 | gopkg.in/gographics/imagick.v2 v2.4.0 | ||
gopkg.in/yaml.v2 v2.3.0 | gopkg.in/yaml.v2 v2.4.0 | ||
) | ) |
Please register or sign in to comment