2024-09-03 23:06:15 +02:00
|
|
|
module DRMDTool
|
|
|
|
|
|
|
|
go 1.23.0
|
|
|
|
|
2024-09-06 14:27:09 +02:00
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v1.4.0
|
|
|
|
github.com/asticode/go-astisub v0.26.2
|
|
|
|
github.com/beevik/etree v1.4.1
|
|
|
|
)
|
2024-09-06 11:29:19 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/asticode/go-astikit v0.20.0 // indirect
|
|
|
|
github.com/asticode/go-astits v1.8.0 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
|
|
|
)
|