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

19 lines
651 B
Modula-2
Raw Normal View History

module github.com/tribalwarshelp/dataupdater
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 (
2021-05-03 14:33:12 +00:00
github.com/Kichiyaki/appmode v0.0.0-20210502105643-0a26207c548d
github.com/Kichiyaki/go-pg-logrus-query-logger/v10 v10.0.0-20210502060056-ad595ba7b858
github.com/Kichiyaki/goutil v0.0.0-20210727060523-b40a549d5a72
github.com/go-pg/pg/v10 v10.10.3
github.com/go-redis/redis/v8 v8.11.3
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/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.8.1
github.com/tribalwarshelp/shared v0.0.0-20210723104616-9fe0aafafeb6
github.com/vmihailenco/taskq/v3 v3.2.4
2020-06-01 19:05:33 +00:00
)