21 lines
569 B
Modula-2
21 lines
569 B
Modula-2
module github.com/iyear/E5SubBot
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/guonaihong/gout v0.1.12
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/robfig/cron/v3 v3.0.0
|
|
github.com/spf13/viper v1.6.2
|
|
github.com/tidwall/gjson v1.6.0
|
|
github.com/tidwall/pretty v1.0.1 // indirect
|
|
go.uber.org/automaxprocs v1.4.0
|
|
go.uber.org/zap v1.10.0
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/tucnak/telebot.v2 v2.0.0-20200328014118-dd123e949ee1
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.21.3
|
|
)
|