mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 23:19:11 +00:00
- Add request context to all database calls - Update deprecated gqlgen functions - Update go.mod dependencies
37 lines
1.3 KiB
Modula-2
37 lines
1.3 KiB
Modula-2
module github.com/photoview/photoview/api
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.14.0
|
|
github.com/Kagami/go-face v0.0.0-20210630145111-0c14797b4d0e
|
|
github.com/agnivade/levenshtein v1.1.1 // indirect
|
|
github.com/barasher/go-exiftool v1.7.0
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/felixge/httpsnoop v1.0.2 // indirect
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
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.1
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/mitchellh/mapstructure v1.4.2 // indirect
|
|
github.com/otiai10/copy v1.7.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/strukturag/libheif v1.12.0
|
|
github.com/vektah/gqlparser/v2 v2.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-20211108221036-ceb1ce70b4fa
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
|
|
gopkg.in/vansante/go-ffprobe.v2 v2.0.3
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
gorm.io/driver/mysql v1.1.3
|
|
gorm.io/driver/postgres v1.2.1
|
|
gorm.io/driver/sqlite v1.2.3
|
|
gorm.io/gorm v1.22.2
|
|
)
|