Change project structure

This commit is contained in:
2024-09-15 05:00:02 +02:00
parent 1dd8aa594d
commit 4b03c7c59b
13 changed files with 121 additions and 6 deletions

16
src/go.mod Normal file
View File

@@ -0,0 +1,16 @@
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
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
golang.org/x/text v0.3.2 // indirect
)