summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 14 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 0803dc4..bbd0e01 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,17 @@
module mkvtool
go 1.17
+
+require (
+ github.com/antchfx/xmlquery v1.3.7
+ github.com/asticode/go-astisub v0.19.0
+)
+
+require (
+ github.com/antchfx/xpath v1.2.0 // indirect
+ github.com/asticode/go-astikit v0.20.0 // indirect
+ github.com/asticode/go-astits v1.8.0 // indirect
+ github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
+ golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
+ golang.org/x/text v0.3.2 // indirect
+)