build: update dependencies
This commit is contained in:
parent
730bda35fe
commit
7df9c44910
2 changed files with 16 additions and 12 deletions
5
go.mod
5
go.mod
|
|
@ -3,6 +3,8 @@ module git.gensokyo.cafe/kkyy/tgbot_misaka_5882f7
|
|||
go 1.19
|
||||
|
||||
require (
|
||||
git.gensokyo.cafe/kkyy/mycurrencynet v0.0.0-20221206125603-704d2e03300e
|
||||
github.com/dustin/go-humanize v1.0.0
|
||||
github.com/go-errors/errors v1.4.2
|
||||
github.com/goccy/go-json v0.10.0
|
||||
github.com/samber/lo v1.36.0
|
||||
|
|
@ -12,6 +14,9 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
||||
github.com/andybalholm/cascadia v1.3.1 // indirect
|
||||
github.com/go-resty/resty/v2 v2.7.0 // 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue