mirror of
https://github.com/vbatts/freezing-octo-hipster.git
synced 2024-11-22 06:55:39 +00:00
cmd/manage-pictures: add go.mod
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
131efc9d10
commit
33ff202bc4
2 changed files with 7 additions and 0 deletions
5
cmd/manage-pictures/go.mod
Normal file
5
cmd/manage-pictures/go.mod
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
module github.com/vbatts/utils/cmd/manage-pictures
|
||||||
|
|
||||||
|
go 1.19
|
||||||
|
|
||||||
|
require github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
|
2
cmd/manage-pictures/go.sum
Normal file
2
cmd/manage-pictures/go.sum
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd h1:CmH9+J6ZSsIjUK3dcGsnCnO41eRBOnY12zwkn5qVwgc=
|
||||||
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd/go.mod h1:hPqNNc0+uJM6H+SuU8sEs5K5IQeKccPqeSjfgcKGgPk=
|
Loading…
Reference in a new issue