You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
308 B
15 lines
308 B
module ehentai-go
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/refraction-networking/utls v1.8.2
|
|
golang.org/x/sync v0.22.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.6 // indirect
|
|
github.com/klauspost/compress v1.17.4 // indirect
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
)
|
|
|