This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
dataupdater/go.mod

20 lines
646 B
Modula-2

module github.com/tribalwarshelp/cron
go 1.14
require (
github.com/Kichiyaki/go-php-serialize v0.0.0-20200601110855-47b6982acf83
github.com/go-pg/pg/extra/pgdebug v0.2.0
github.com/go-pg/pg/v10 v10.7.3
github.com/go-redis/redis/v8 v8.5.0
github.com/go-redis/redis_rate/v9 v9.1.1 // indirect
github.com/joho/godotenv v1.3.0
github.com/klauspost/compress v1.11.7 // indirect
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.7.0
github.com/tribalwarshelp/shared v0.0.0-20210116195235-d8d19c3e6558
github.com/vmihailenco/msgpack/v5 v5.2.0 // indirect
github.com/vmihailenco/taskq/v3 v3.2.3
)