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
703 B
Modula-2
Raw Normal View History

module github.com/tribalwarshelp/cron
2020-06-01 19:05:33 +00:00
2021-02-23 17:09:54 +00:00
go 1.16
2020-06-01 19:05:33 +00:00
require (
github.com/Kichiyaki/go-pg-logrus-query-logger/v10 v10.0.0-20210428180109-fb97298564d9
2020-06-01 19:05:33 +00:00
github.com/Kichiyaki/go-php-serialize v0.0.0-20200601110855-47b6982acf83
github.com/go-pg/pg/v10 v10.9.1
2021-04-25 15:02:58 +00:00
github.com/go-redis/redis/v8 v8.8.2
github.com/go-redis/redis_rate/v9 v9.1.1 // indirect
2020-06-01 19:05:33 +00:00
github.com/joho/godotenv v1.3.0
github.com/klauspost/compress v1.12.1 // indirect
2020-06-01 19:05:33 +00:00
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.8.1
2021-05-02 15:54:06 +00:00
github.com/tribalwarshelp/shared v0.0.0-20210502140609-e137bd656c94
2021-04-25 15:02:58 +00:00
github.com/vmihailenco/taskq/v3 v3.2.3
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
2020-06-01 19:05:33 +00:00
)