mirror of
https://github.com/zhaarey/go-mp4tag.git
synced 2025-10-23 15:11:07 +00:00
Add files via upload
This commit is contained in:
14
cli/go.mod
Normal file
14
cli/go.mod
Normal file
@@ -0,0 +1,14 @@
|
||||
module main
|
||||
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/abema/go-mp4 v0.7.2
|
||||
github.com/alexflint/go-arg v1.4.3
|
||||
github.com/sunfish-shogi/bufseekio v0.1.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/alexflint/go-scalar v1.1.0 // indirect
|
||||
github.com/google/uuid v1.1.2 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user