summaryrefslogtreecommitdiff
path: root/cmd/go.mod
diff options
context:
space:
mode:
authorKurenai <[email protected]>2021-10-17 00:02:28 +0800
committerKurenai <[email protected]>2021-10-17 00:24:41 +0800
commit70a7c4edba281122c05ef46e9efffe5309ef8448 (patch)
tree9e22aa0754ec0bea7f040874dfe3d626a4549503 /cmd/go.mod
parent41568b669ab6bf44e01c7b95584a03a9ce7de8eb (diff)
Bump to 3.1.1
Diffstat (limited to 'cmd/go.mod')
-rw-r--r--cmd/go.mod18
1 files changed, 18 insertions, 0 deletions
diff --git a/cmd/go.mod b/cmd/go.mod
new file mode 100644
index 0000000..00db11c
--- /dev/null
+++ b/cmd/go.mod
@@ -0,0 +1,18 @@
+module mkvtool
+
+go 1.17
+
+require mkvlib v0.0.0
+
+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
+)
+
+replace mkvlib => ../lib