Working auth and photo json endpoint
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
ef275f97f4
commit
e4323b6047
2032 changed files with 821464 additions and 52 deletions
16
go.mod
Normal file
16
go.mod
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
module github.com/kris-nova/client-go
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/disintegration/imaging v1.6.2
|
||||
github.com/fatih/color v1.10.0 // indirect
|
||||
github.com/gin-gonic/gin v1.6.3
|
||||
github.com/gorilla/websocket v1.4.2
|
||||
github.com/jinzhu/gorm v1.9.16
|
||||
github.com/kris-nova/logger v0.0.0-20181127235838-fd0d87064b06
|
||||
github.com/kris-nova/lolgopher v0.0.0-20210112022122-73f0047e8b65 // indirect
|
||||
github.com/paulmach/go.geojson v1.4.0
|
||||
github.com/photoprism/photoprism v0.0.0-20210208220634-4730b996c9d5
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue