tgbot_misaka_5882f7/go.mod

30 lines
954 B
Modula-2
Raw Normal View History

2022-11-21 04:39:21 +09:00
module git.gensokyo.cafe/kkyy/tgbot_misaka_5882f7
go 1.19
require (
2022-12-07 12:01:55 +09:00
git.gensokyo.cafe/kkyy/mycurrencynet v0.0.0-20221206125603-704d2e03300e
2023-03-07 17:09:55 +09:00
github.com/dustin/go-humanize v1.0.1
2022-11-21 04:39:21 +09:00
github.com/go-errors/errors v1.4.2
2022-12-06 22:03:05 +09:00
github.com/goccy/go-json v0.10.0
2023-03-07 17:09:55 +09:00
github.com/ilyakaznacheev/cleanenv v1.4.2
github.com/samber/lo v1.37.0
2022-12-06 22:03:05 +09:00
go.uber.org/zap v1.24.0
2023-03-07 17:09:55 +09:00
golang.org/x/net v0.8.0
2022-11-21 04:39:21 +09:00
gopkg.in/telebot.v3 v3.1.2
)
require (
2023-03-07 17:09:55 +09:00
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/PuerkitoBio/goquery v1.8.1 // indirect
2022-12-07 12:01:55 +09:00
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/go-resty/resty/v2 v2.7.0 // indirect
2023-03-07 17:09:55 +09:00
github.com/joho/godotenv v1.5.1 // indirect
2022-11-21 04:39:21 +09:00
go.uber.org/atomic v1.10.0 // indirect
2023-03-07 17:09:55 +09:00
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/exp v0.0.0-20230306221820-f0f767cdffd6 // indirect
golang.org/x/text v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
2022-11-21 04:39:21 +09:00
)