2021-06-14 13:07:08 +08:00
|
|
|
module github.com/iyear/E5SubBot
|
2020-03-25 21:32:04 +08:00
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
|
|
require (
|
2021-08-18 12:51:11 +08:00
|
|
|
github.com/cloudquery/sqlite v1.0.1 // indirect
|
2020-04-01 15:49:17 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
2021-06-19 13:21:11 +08:00
|
|
|
github.com/guonaihong/gout v0.1.12
|
|
|
|
|
github.com/pkg/errors v0.9.1
|
2020-03-28 14:58:39 +08:00
|
|
|
github.com/robfig/cron/v3 v3.0.0
|
2020-03-26 16:44:06 +08:00
|
|
|
github.com/spf13/viper v1.6.2
|
|
|
|
|
github.com/tidwall/gjson v1.6.0
|
|
|
|
|
github.com/tidwall/pretty v1.0.1 // indirect
|
2021-03-11 12:57:30 +08:00
|
|
|
go.uber.org/zap v1.10.0
|
2021-08-18 12:51:11 +08:00
|
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974
|
2021-03-11 12:57:30 +08:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-03-28 17:04:46 +08:00
|
|
|
gopkg.in/tucnak/telebot.v2 v2.0.0-20200328014118-dd123e949ee1
|
2021-07-06 21:21:49 +08:00
|
|
|
gorm.io/gorm v1.21.9
|
2021-08-18 12:51:11 +08:00
|
|
|
modernc.org/sqlite v1.12.0
|
2020-03-25 21:32:04 +08:00
|
|
|
)
|