mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
58 lines
2.2 KiB
Modula-2
58 lines
2.2 KiB
Modula-2
module codeberg.org/vnpower/pixivfe/v2
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
codeberg.org/vnpower/pixivision v0.1.1
|
|
github.com/CloudyKit/jet/v6 v6.2.0
|
|
github.com/andybalholm/cascadia v1.3.2
|
|
github.com/go-chi/httprate v0.14.0
|
|
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/playwright-community/playwright-go v0.4501.1
|
|
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/PuerkitoBio/goquery v1.9.2 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/creack/pty v1.1.23 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // 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/google/go-cmp v0.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/h2non/filetype v1.1.3 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/kr/pty v1.1.8 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mitchellh/go-ps v1.0.0 // indirect
|
|
github.com/orisano/pixelmatch v0.0.0-20230914042517-fa304d1dc785 // indirect
|
|
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/stretchr/objx v0.5.2 // 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
|
|
github.com/yuin/goldmark v1.7.4 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/crypto v0.26.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
|
|
golang.org/x/mod v0.20.0 // indirect
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
golang.org/x/telemetry v0.0.0-20240828005417-e553cd4b65f1 // indirect
|
|
golang.org/x/term v0.23.0 // indirect
|
|
golang.org/x/text v0.17.0 // indirect
|
|
golang.org/x/tools v0.24.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|