diff options
| author | b5f0d6c3 <[email protected]> | 2022-04-29 08:31:56 +0800 |
|---|---|---|
| committer | b5f0d6c3 <[email protected]> | 2022-04-29 08:31:56 +0800 |
| commit | 9fd8a4735bb7d9127daeb21fa98c78c7ad9e5a7f (patch) | |
| tree | 01839ecc8526e23aaf8a55654684fc41216d6ef8 /mkvtool/go.mod | |
| parent | 31c46c2f40b69911be11fe5adad39dfc295a4f2b (diff) | |
update mkvlib:new parser
Diffstat (limited to 'mkvtool/go.mod')
| -rw-r--r-- | mkvtool/go.mod | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mkvtool/go.mod b/mkvtool/go.mod index 0ca45ab..34426d7 100644 --- a/mkvtool/go.mod +++ b/mkvtool/go.mod @@ -7,12 +7,10 @@ require github.com/KurenaiRyu/MkvAutoSubset/mkvlib v0.0.0-20220428061238-0a799b9 require ( github.com/antchfx/xmlquery v1.3.10 // indirect github.com/antchfx/xpath v1.2.0 // indirect - github.com/asticode/go-astikit v0.20.0 // indirect - github.com/asticode/go-astisub v0.21.0 // indirect - github.com/asticode/go-astits v1.8.0 // indirect + github.com/asticode/go-astikit v0.29.1 // 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 + golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect + golang.org/x/text v0.3.0 // indirect ) -// replace github.com/KurenaiRyu/MkvAutoSubset/mkvlib => ../mkvlib +replace github.com/KurenaiRyu/MkvAutoSubset/mkvlib => ../mkvlib |
