mirror of
https://github.com/rainerosion/E5SubBotForSQLite.git
synced 2026-06-02 16:43:43 +08:00
15 lines
368 B
Modula-2
15 lines
368 B
Modula-2
module main
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
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
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
|
gopkg.in/tucnak/telebot.v2 v2.0.0-20200328014118-dd123e949ee1
|
|
github.com/mattn/go-sqlite3 v1.14.5
|
|
)
|