E5BotForSQLite/go.mod

15 lines
370 B
Modula-2
Raw Normal View History

2020-03-25 21:32:04 +08:00
module main
go 1.13
require (
github.com/fsnotify/fsnotify v1.4.7
2020-03-29 12:07:15 +08:00
github.com/go-sql-driver/mysql v1.5.0
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
2020-03-27 09:04:46 +08:00
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
2020-03-28 17:04:46 +08:00
gopkg.in/tucnak/telebot.v2 v2.0.0-20200328014118-dd123e949ee1
2020-03-25 21:32:04 +08:00
)