20 lines
447 B
Modula-2
20 lines
447 B
Modula-2
module git.gensokyo.cafe/kkyy/tgbot_misaka_5882f7
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/go-errors/errors v1.4.2
|
|
github.com/goccy/go-json v0.10.0
|
|
github.com/samber/lo v1.36.0
|
|
go.uber.org/zap v1.24.0
|
|
golang.org/x/net v0.3.0
|
|
gopkg.in/telebot.v3 v3.1.2
|
|
)
|
|
|
|
require (
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
|
|
golang.org/x/text v0.5.0 // indirect
|
|
)
|