module github.com/photoview/photoview/api go 1.13 require ( github.com/99designs/gqlgen v0.13.0 github.com/agnivade/levenshtein v1.1.0 // indirect github.com/disintegration/imaging v1.6.2 github.com/gorilla/handlers v1.5.1 github.com/gorilla/mux v1.8.0 github.com/gorilla/websocket v1.4.2 github.com/h2non/filetype v1.1.0 github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/joho/godotenv v1.3.0 github.com/mitchellh/mapstructure v1.4.1 // indirect github.com/pkg/errors v0.9.1 github.com/vektah/gqlparser/v2 v2.1.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-20201221181555-eec23a3978ad golang.org/x/image v0.0.0-20201208152932-35266b937fa6 gopkg.in/vansante/go-ffprobe.v2 v2.0.2 gopkg.in/yaml.v2 v2.4.0 // indirect gorm.io/driver/mysql v1.0.3 gorm.io/driver/postgres v1.0.7 gorm.io/driver/sqlite v1.1.4 gorm.io/gorm v1.20.12 )