mirror of
https://github.com/fumiama/ReiBot.git
synced 2026-06-05 00:50:25 +08:00
35 lines
1.3 KiB
Modula-2
35 lines
1.3 KiB
Modula-2
module github.com/fumiama/ReiBot
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/FloatTech/floatbox v0.0.0-20221010154018-16998fe73c7b
|
|
github.com/FloatTech/zbpctrl v1.5.2-0.20221010032757-ed784af72c91
|
|
github.com/RomiChan/syncx v0.0.0-20220404072119-d7ea0ae15a4c
|
|
github.com/fumiama/go-base16384 v1.5.4
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/wdvxdr1123/ZeroBot v1.5.2-0.20221010153647-ef3e42aff1ff
|
|
)
|
|
|
|
require (
|
|
github.com/FloatTech/sqlite v0.5.0 // indirect
|
|
github.com/FloatTech/ttl v0.0.0-20220715042055-15612be72f5b // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fumiama/cron v1.3.0 // indirect
|
|
github.com/fumiama/go-registry v0.1.6 // indirect
|
|
github.com/fumiama/gofastTEA v0.0.10 // indirect
|
|
github.com/fumiama/sqlite3 v1.14.6 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
|
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
modernc.org/libc v1.19.0 // indirect
|
|
modernc.org/mathutil v1.5.0 // indirect
|
|
modernc.org/memory v1.4.0 // indirect
|
|
)
|