1
0
mirror of https://github.com/fumiama/ReiBot.git synced 2026-06-16 00:15:37 +08:00

change logger to logrus

This commit is contained in:
源文雨
2022-06-02 15:26:54 +08:00
parent 82b09a664a
commit e2b9c60ffb
3 changed files with 24 additions and 4 deletions

6
go.mod
View File

@@ -4,11 +4,13 @@ go 1.18
require (
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
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)