mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
31 lines
978 B
Modula-2
31 lines
978 B
Modula-2
module codeberg.org/vnpower/pixivfe/v2
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
github.com/CloudyKit/jet/v6 v6.2.0
|
|
github.com/PuerkitoBio/goquery v1.9.2
|
|
github.com/andybalholm/cascadia v1.3.2
|
|
github.com/go-faker/faker/v4 v4.5.0
|
|
github.com/goccy/go-json v0.10.3
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/goware/urlx v0.3.2
|
|
github.com/hashicorp/go-retryablehttp v0.7.7
|
|
github.com/oklog/ulid/v2 v2.1.0
|
|
github.com/sethvargo/go-envconfig v1.1.0
|
|
github.com/sethvargo/go-limiter v1.0.0
|
|
github.com/soluble-ai/go-jnode v0.1.11
|
|
github.com/tidwall/gjson v1.17.3
|
|
golang.org/x/net v0.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
golang.org/x/text v0.17.0 // indirect
|
|
)
|