17 lines
394 B
Modula-2
17 lines
394 B
Modula-2
module nsfwapp
|
|
|
|
go 1.25.3
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.11.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/grafov/m3u8 v0.12.1
|
|
)
|
|
|
|
require (
|
|
github.com/TheTitanrain/w32 v0.0.0-20180517000239-4f5cfb03fabf // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/sqweek/dialog v0.0.0-20240226140203-065105509627 // indirect
|
|
golang.org/x/net v0.47.0 // indirect
|
|
)
|