mirror of
https://github.com/zhaarey/go-mp4tag.git
synced 2025-10-23 15:11:07 +00:00
11 lines
186 B
Modula-2
11 lines
186 B
Modula-2
module github.com/sorrow446/go-mp4tag
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/abema/go-mp4 v0.7.2
|
|
github.com/sunfish-shogi/bufseekio v0.1.0
|
|
)
|
|
|
|
require github.com/google/uuid v1.1.2 // indirect
|