41 lines
1.4 KiB
Modula-2
41 lines
1.4 KiB
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
|
|
github.com/jackc/pgx/v5 v5.8.0
|
|
github.com/pquerna/otp v1.5.0
|
|
github.com/r3labs/sse/v2 v2.10.0
|
|
golang.org/x/crypto v0.47.0
|
|
)
|
|
|
|
require (
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/text v0.33.0 // indirect
|
|
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/TheTitanrain/w32 v0.0.0-20180517000239-4f5cfb03fabf // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/shirou/gopsutil/v3 v3.24.5
|
|
github.com/sqweek/dialog v0.0.0-20240226140203-065105509627
|
|
golang.org/x/image v0.35.0
|
|
golang.org/x/net v0.48.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
)
|