mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
40 lines
1.1 KiB
Modula-2
40 lines
1.1 KiB
Modula-2
module codeberg.org/vnpower/pixivfe/v2
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.1
|
|
|
|
// for go-jnode
|
|
replace encoding/json => github.com/goccy/go-json v0.10.3
|
|
|
|
require (
|
|
github.com/CloudyKit/jet/v6 v6.2.0
|
|
github.com/PuerkitoBio/goquery v1.10.0
|
|
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/hashicorp/golang-lru v1.0.2
|
|
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.18.0
|
|
github.com/timandy/routine v1.1.4
|
|
github.com/yargevad/filepathx v1.0.0
|
|
github.com/zeebo/xxh3 v1.0.2
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/net v0.30.0
|
|
golang.org/x/sync v0.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.8 // 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/sys v0.26.0 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
)
|