25 lines
710 B
Modula-2
25 lines
710 B
Modula-2
module git.gensokyo.cafe/kkyy/tgbot_misaka_5882f7
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
git.gensokyo.cafe/kkyy/mycurrencynet v0.0.0-20221206125603-704d2e03300e
|
|
github.com/dustin/go-humanize v1.0.0
|
|
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 (
|
|
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
github.com/go-resty/resty/v2 v2.7.0 // indirect
|
|
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
|
|
)
|