diff options
| author | ac79b0c6 <[email protected]> | 2022-06-06 10:54:06 +0800 |
|---|---|---|
| committer | ac79b0c6 <[email protected]> | 2022-06-06 10:54:06 +0800 |
| commit | 764408a7e7016905525a9f0eeabdb59f2af3aa6b (patch) | |
| tree | d0a0ac95eeb598f1ce977c980b3b517505d60ea5 /mkvlib/go.mod | |
| parent | 765e5e9bd2431b132cd3e6cfffa0df44eb531d05 (diff) | |
update
Diffstat (limited to 'mkvlib/go.mod')
| -rw-r--r-- | mkvlib/go.mod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mkvlib/go.mod b/mkvlib/go.mod index 2898576..5f11b7d 100644 --- a/mkvlib/go.mod +++ b/mkvlib/go.mod @@ -5,6 +5,7 @@ go 1.18 require ( github.com/antchfx/xmlquery v1.3.10 github.com/asticode/go-astikit v0.29.1 + github.com/fatih/color v1.13.0 github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 golang.org/x/text v0.3.6 @@ -13,5 +14,8 @@ require ( require ( github.com/antchfx/xpath v1.2.0 // indirect github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect + github.com/mattn/go-colorable v0.1.9 // indirect + github.com/mattn/go-isatty v0.0.14 // indirect golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect + golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect ) |
