First commit
This commit is contained in:
parent
bee31f9ae4
commit
105137ab21
3 changed files with 201 additions and 0 deletions
14
go.mod
Normal file
14
go.mod
Normal file
|
@ -0,0 +1,14 @@
|
|||
module shenanigans.cc/write_metadata
|
||||
|
||||
go 1.24.1
|
||||
|
||||
require (
|
||||
github.com/barasher/go-exiftool v1.10.0
|
||||
github.com/tdewolff/argp v0.0.0-20250320085902-4439d1422dc0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/jmoiron/sqlx v1.4.0 // indirect
|
||||
github.com/pelletier/go-toml v1.9.5 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue