refactor
This commit is contained in:
18
tg_bot/go.mod
Normal file
18
tg_bot/go.mod
Normal file
@@ -0,0 +1,18 @@
|
||||
module github.com/TelegramExchange/tgex-backend/tg_bot
|
||||
|
||||
go 1.24.4
|
||||
|
||||
require (
|
||||
github.com/rs/zerolog v1.34.0
|
||||
github.com/TelegramExchange/pkg v0.0.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/NicoNex/echotron/v3 v3.43.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
golang.org/x/sys v0.39.0 // indirect
|
||||
golang.org/x/time v0.5.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/TelegramExchange/pkg => ../pkg
|
||||
Reference in New Issue
Block a user