diff options
Diffstat (limited to 'mkvlib/go.mod')
| -rw-r--r-- | mkvlib/go.mod | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mkvlib/go.mod b/mkvlib/go.mod index dd11794..39c7dad 100644 --- a/mkvlib/go.mod +++ b/mkvlib/go.mod @@ -4,14 +4,12 @@ go 1.18 require ( github.com/antchfx/xmlquery v1.3.10 - github.com/asticode/go-astisub v0.21.0 + github.com/asticode/go-astikit v0.29.1 ) 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 + golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect + golang.org/x/text v0.3.0 // indirect ) |
