mirror of
https://github.com/fumiama/ReiBot.git
synced 2026-06-10 21:24:33 +08:00
add more
This commit is contained in:
11
go.mod
11
go.mod
@@ -2,4 +2,13 @@ module github.com/fumiama/ReiBot
|
||||
|
||||
go 1.18
|
||||
|
||||
require github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
||||
require (
|
||||
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
||||
github.com/stretchr/testify v1.7.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.0 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user