summaryrefslogtreecommitdiff
path: root/cexports/go.mod
diff options
context:
space:
mode:
authora1e7cb88 <[email protected]>2021-10-18 00:27:08 +0800
committera1e7cb88 <[email protected]>2021-10-18 00:27:08 +0800
commitf696fba48f3a05c08af71b9e2dceb72bb7c9c024 (patch)
tree7d4af1df2fa20ef09137a7f7e8dd641d49f2c5d0 /cexports/go.mod
parent113fd8f700015308e663c8904c95ddf374987b78 (diff)
update mod
Diffstat (limited to 'cexports/go.mod')
-rw-r--r--cexports/go.mod16
1 files changed, 16 insertions, 0 deletions
diff --git a/cexports/go.mod b/cexports/go.mod
new file mode 100644
index 0000000..824c3e7
--- /dev/null
+++ b/cexports/go.mod
@@ -0,0 +1,16 @@
+module github.com/KurenaiRyu/MkvAutoSubset/cexports
+
+go 1.17
+
+require github.com/KurenaiRyu/MkvAutoSubset/mkvlib v0.0.0-20211017160923-113fd8f70001
+
+require (
+ github.com/antchfx/xmlquery v1.3.8 // indirect
+ github.com/antchfx/xpath v1.2.0 // indirect
+ github.com/asticode/go-astikit v0.20.0 // indirect
+ github.com/asticode/go-astisub v0.19.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
+)