build: update dependencies

This commit is contained in:
Yiyang Kang 2023-03-20 15:08:17 +08:00
parent fbe9c3d004
commit 658a041ff8
2 changed files with 57 additions and 22 deletions

18
go.mod
View file

@ -4,8 +4,12 @@ go 1.19
require (
git.gensokyo.cafe/kkyy/mycurrencynet v0.0.0-20221206125603-704d2e03300e
github.com/dgraph-io/ristretto v0.1.1
github.com/dustin/go-humanize v1.0.1
github.com/eko/gocache/lib/v4 v4.1.3
github.com/eko/gocache/store/ristretto/v4 v4.1.2
github.com/go-errors/errors v1.4.2
github.com/go-resty/resty/v2 v2.7.0
github.com/goccy/go-json v0.10.0
github.com/ilyakaznacheev/cleanenv v1.4.2
github.com/samber/lo v1.37.0
@ -18,12 +22,24 @@ require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/go-resty/resty/v2 v2.7.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/exp v0.0.0-20230306221820-f0f767cdffd6 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)