Working auth and photo json endpoint

Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
Kris Nóva 2021-02-09 11:17:06 -08:00
parent ef275f97f4
commit e4323b6047
2032 changed files with 821464 additions and 52 deletions

15
vendor/github.com/dsoprea/go-exif/v3/go.mod generated vendored Normal file
View file

@ -0,0 +1,15 @@
module github.com/dsoprea/go-exif/v3
go 1.12
// Development only
// replace github.com/dsoprea/go-logging => ../../go-logging
// replace github.com/dsoprea/go-utility/v2 => ../../go-utility/v2
require (
github.com/dsoprea/go-logging v0.0.0-20200517223158-a10564966e9d
github.com/dsoprea/go-utility/v2 v2.0.0-20200717064901-2fccff4aa15e
github.com/golang/geo v0.0.0-20200319012246-673a6f80352d
github.com/jessevdk/go-flags v1.4.0
gopkg.in/yaml.v2 v2.3.0
)