mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
33 lines
1.0 KiB
Modula-2
33 lines
1.0 KiB
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/oklog/ulid/v2 v2.1.0
|
|
github.com/playwright-community/playwright-go v0.4501.1
|
|
github.com/sethvargo/go-envconfig v1.1.0
|
|
github.com/soluble-ai/go-jnode v0.1.11
|
|
github.com/tidwall/gjson v1.17.3
|
|
golang.org/x/net v0.28.0
|
|
golang.org/x/time v0.6.0
|
|
)
|
|
|
|
require (
|
|
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
|
|
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
|
|
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
|
|
golang.org/x/text v0.17.0 // indirect
|
|
)
|