mirror of
https://github.com/fumiama/ReiBot.git
synced 2026-06-06 01:20:24 +08:00
19 lines
497 B
Modula-2
19 lines
497 B
Modula-2
module github.com/fumiama/ReiBot
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/RomiChan/syncx v0.0.0-20220404072119-d7ea0ae15a4c
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.1
|
|
github.com/wdvxdr1123/ZeroBot v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|