build: update go mod
This commit is contained in:
parent
03702a0eac
commit
eecbaf18b3
2 changed files with 55 additions and 7 deletions
19
go.mod
19
go.mod
|
|
@ -4,21 +4,26 @@ go 1.19
|
|||
|
||||
require (
|
||||
git.gensokyo.cafe/kkyy/mycurrencynet v0.0.0-20221206125603-704d2e03300e
|
||||
github.com/dustin/go-humanize v1.0.0
|
||||
github.com/dustin/go-humanize v1.0.1
|
||||
github.com/go-errors/errors v1.4.2
|
||||
github.com/goccy/go-json v0.10.0
|
||||
github.com/samber/lo v1.36.0
|
||||
github.com/ilyakaznacheev/cleanenv v1.4.2
|
||||
github.com/samber/lo v1.37.0
|
||||
go.uber.org/zap v1.24.0
|
||||
golang.org/x/net v0.3.0
|
||||
golang.org/x/net v0.8.0
|
||||
gopkg.in/telebot.v3 v3.1.2
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
||||
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/joho/godotenv v1.5.1 // 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
|
||||
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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue