diff options
| author | a1e7cb88 <[email protected]> | 2021-10-18 00:09:23 +0800 |
|---|---|---|
| committer | a1e7cb88 <[email protected]> | 2021-10-18 00:09:23 +0800 |
| commit | 113fd8f700015308e663c8904c95ddf374987b78 (patch) | |
| tree | 0b81a126554c24b298b6e5e038f73beef2494ae9 /cmd/go.mod | |
| parent | c0f88cb080950879bc8af5cf498ac3aa8a8c68fb (diff) | |
update mod
Diffstat (limited to 'cmd/go.mod')
| -rw-r--r-- | cmd/go.mod | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/cmd/go.mod b/cmd/go.mod deleted file mode 100644 index 00db11c..0000000 --- a/cmd/go.mod +++ /dev/null @@ -1,18 +0,0 @@ -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 |
