mirror of
https://github.com/purofle/remake_bot.git
synced 2025-06-17 23:03:30 +08:00
22 lines
476 B
Modula-2
22 lines
476 B
Modula-2
module github.com/purofle/remake_bot
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.22.1
|
|
|
|
require (
|
|
github.com/lib/pq v1.10.9
|
|
github.com/mattn/go-colorable v0.1.12
|
|
go.uber.org/fx v1.23.0
|
|
go.uber.org/zap v1.26.0
|
|
gopkg.in/telebot.v3 v3.3.8
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
go.uber.org/dig v1.18.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
|
|
)
|