go mod
This commit is contained in:
parent
6375fe5af1
commit
cd14452f31
2 changed files with 3 additions and 4 deletions
3
go.mod
3
go.mod
|
@ -7,9 +7,8 @@ require (
|
|||
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
||||
github.com/rs/zerolog v1.31.0
|
||||
modernc.org/sqlite v1.28.0
|
||||
)
|
||||
|
||||
require github.com/mattn/go-sqlite3 v1.14.19 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue