|
module github.com/dsoprea/go-exif/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/dsoprea/go-exif v0.0.0-20200102050106-254a6b902a75
|
|
github.com/dsoprea/go-logging v0.0.0-20190624164917-c4f10aab7696
|
|
github.com/golang/geo v0.0.0-20190916061304-5b978397cfec
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
)
|