chore: update go and dependency versions

This commit is contained in:
Yiyang Kang 2025-09-19 15:10:45 +09:00
parent 626266806e
commit 07d2042eb7
2 changed files with 46 additions and 47 deletions

31
go.mod
View file

@ -1,22 +1,20 @@
module git.gensokyo.cafe/kkyy/tgbot_misaka_5882f7
go 1.24
toolchain go1.24.5
go 1.25
require (
git.gensokyo.cafe/kkyy/mycurrencynet v0.0.0-20250111044858-90dd06676ce2
github.com/dgraph-io/ristretto v0.2.0
github.com/dgraph-io/ristretto/v2 v2.3.0
github.com/dustin/go-humanize v1.0.1
github.com/eko/gocache/lib/v4 v4.2.0
github.com/eko/gocache/store/ristretto/v4 v4.2.2
github.com/eko/gocache/lib/v4 v4.2.1
github.com/eko/gocache/store/ristretto/v4 v4.3.1
github.com/go-errors/errors v1.5.1
github.com/go-resty/resty/v2 v2.16.5
github.com/goccy/go-json v0.10.5
github.com/ilyakaznacheev/cleanenv v1.5.0
github.com/samber/lo v1.51.0
go.uber.org/zap v1.27.0
golang.org/x/net v0.43.0
golang.org/x/net v0.44.0
gopkg.in/telebot.v3 v3.3.8
)
@ -26,21 +24,20 @@ require (
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.23.0 // indirect
github.com/prometheus/client_golang v1.23.2 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.65.0 // indirect
github.com/prometheus/common v0.66.1 // indirect
github.com/prometheus/procfs v0.17.0 // indirect
go.uber.org/mock v0.5.2 // indirect
go.uber.org/mock v0.6.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/text v0.28.0 // indirect
google.golang.org/protobuf v1.36.7 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.29.0 // indirect
google.golang.org/protobuf v1.36.9 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)