Replace shell-based downloader execution with validated arguments, enforce request hardening and safer defaults, and refactor handlers/router/state so job control is safer and easier to maintain.
21 lines
459 B
Modula-2
21 lines
459 B
Modula-2
module DRMDTool
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.4.0
|
|
github.com/asticode/go-astisub v0.26.2
|
|
github.com/beevik/etree v1.4.1
|
|
)
|
|
|
|
require golang.org/x/sys v0.43.0 // indirect
|
|
|
|
require (
|
|
github.com/asticode/go-astikit v0.20.0 // indirect
|
|
github.com/asticode/go-astits v1.8.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
golang.org/x/net v0.53.0 // indirect
|
|
golang.org/x/text v0.36.0 // indirect
|
|
)
|