18 lines
421 B
Modula-2
18 lines
421 B
Modula-2
module DRMDTool
|
|
|
|
go 1.23.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 (
|
|
github.com/asticode/go-astikit v0.20.0 // indirect
|
|
github.com/asticode/go-astits v1.8.0 // indirect
|
|
github.com/pkg/exec v0.0.0-20150614095509-0bd164ad2a5a
|
|
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|