tgbot_misaka_5882f7/go.mod

47 lines
1.6 KiB
Modula-2
Raw Normal View History

2022-11-21 04:39:21 +09:00
module git.gensokyo.cafe/kkyy/tgbot_misaka_5882f7
2025-01-11 00:35:50 +09:00
go 1.23
2024-05-07 22:04:21 +09:00
2025-01-11 00:35:50 +09:00
toolchain go1.23.4
2022-11-21 04:39:21 +09:00
require (
2025-01-11 13:58:35 +09:00
git.gensokyo.cafe/kkyy/mycurrencynet v0.0.0-20250111044858-90dd06676ce2
2025-01-11 00:35:50 +09:00
github.com/dgraph-io/ristretto v0.2.0
2023-03-07 17:09:55 +09:00
github.com/dustin/go-humanize v1.0.1
2025-01-11 00:35:50 +09:00
github.com/eko/gocache/lib/v4 v4.2.0
github.com/eko/gocache/store/ristretto/v4 v4.2.2
2024-05-07 22:04:21 +09:00
github.com/go-errors/errors v1.5.1
2025-01-11 00:35:50 +09:00
github.com/go-resty/resty/v2 v2.16.3
github.com/goccy/go-json v0.10.4
2024-05-07 22:04:21 +09:00
github.com/ilyakaznacheev/cleanenv v1.5.0
2025-01-11 00:35:50 +09:00
github.com/samber/lo v1.47.0
2024-05-07 22:04:21 +09:00
go.uber.org/zap v1.27.0
2025-01-11 00:35:50 +09:00
golang.org/x/net v0.34.0
gopkg.in/telebot.v3 v3.3.8
2022-11-21 04:39:21 +09:00
)
require (
2025-01-11 00:35:50 +09:00
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/PuerkitoBio/goquery v1.10.1 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
2023-03-20 16:08:17 +09:00
github.com/beorn7/perks v1.0.1 // indirect
2024-05-07 22:04:21 +09:00
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2023-03-20 16:08:17 +09:00
github.com/golang/mock v1.6.0 // indirect
2023-03-07 17:09:55 +09:00
github.com/joho/godotenv v1.5.1 // indirect
2025-01-11 00:35:50 +09:00
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2023-03-20 16:08:17 +09:00
github.com/pkg/errors v0.9.1 // indirect
2025-01-11 00:35:50 +09:00
github.com/prometheus/client_golang v1.20.5 // indirect
2024-05-07 22:04:21 +09:00
github.com/prometheus/client_model v0.6.1 // indirect
2025-01-11 00:35:50 +09:00
github.com/prometheus/common v0.61.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
go.uber.org/mock v0.5.0 // indirect
2024-05-07 22:04:21 +09:00
go.uber.org/multierr v1.11.0 // indirect
2025-01-11 00:35:50 +09:00
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/protobuf v1.36.2 // indirect
2023-03-07 17:09:55 +09:00
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
)