mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:59:03 +00:00
Add exif parsing
This commit is contained in:
@@ -5,8 +5,6 @@ go 1.13
|
||||
require (
|
||||
github.com/99designs/gqlgen v0.10.2
|
||||
github.com/fatih/color v1.9.0
|
||||
github.com/go-chi/chi v3.3.2+incompatible
|
||||
github.com/go-chi/cors v1.0.0
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/golang-migrate/migrate v3.5.4+incompatible
|
||||
github.com/gorilla/mux v1.7.4
|
||||
@@ -16,10 +14,9 @@ require (
|
||||
github.com/lib/pq v1.3.0
|
||||
github.com/nf/cr2 v0.0.0-20180623103828-4699471a17ed
|
||||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
||||
github.com/rs/cors v1.6.0
|
||||
github.com/sirupsen/logrus v1.4.2
|
||||
github.com/vektah/gqlparser v1.2.0
|
||||
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0
|
||||
github.com/xor-gate/goexif2 v1.1.0
|
||||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
||||
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user