Change project structure
This commit is contained in:
16
src/go.mod
Normal file
16
src/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user