1
Fork 0
photoview/api/go.mod

35 lines
1.3 KiB
Modula-2
Raw Normal View History

2020-12-17 22:51:43 +01:00
module github.com/photoview/photoview/api
2020-01-30 14:28:14 +01:00
go 1.13
require (
github.com/99designs/gqlgen v0.13.0
2020-11-13 09:19:49 +01:00
github.com/Microsoft/go-winio v0.4.15 // indirect
github.com/agnivade/levenshtein v1.1.0 // indirect
github.com/disintegration/imaging v1.6.2
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
2020-01-30 14:49:39 +01:00
github.com/go-sql-driver/mysql v1.5.0
2020-01-31 15:22:58 +01:00
github.com/golang-migrate/migrate v3.5.4+incompatible
2020-10-04 16:34:47 +02:00
github.com/gorilla/handlers v1.5.1
2020-09-07 17:04:15 +02:00
github.com/gorilla/mux v1.8.0
2020-06-22 22:01:55 +02:00
github.com/gorilla/websocket v1.4.2
github.com/h2non/filetype v1.1.0
github.com/hashicorp/golang-lru v0.5.4 // indirect
2020-01-30 14:49:39 +01:00
github.com/joho/godotenv v1.3.0
2020-12-08 16:35:39 +01:00
github.com/mitchellh/mapstructure v1.4.0 // indirect
2020-06-22 22:01:55 +02:00
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pkg/errors v0.9.1
github.com/vektah/gqlparser/v2 v2.1.0
2020-02-21 20:51:50 +01:00
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0
2020-02-24 23:30:08 +01:00
github.com/xor-gate/goexif2 v1.1.0
2020-12-08 16:35:39 +01:00
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
2020-12-08 16:35:39 +01:00
golang.org/x/net v0.0.0-20201207224615-747e23833adb // indirect
golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect
2020-07-11 13:13:31 +02:00
gopkg.in/vansante/go-ffprobe.v2 v2.0.2
2020-12-08 16:35:39 +01:00
gopkg.in/yaml.v2 v2.4.0 // indirect
2020-01-30 14:28:14 +01:00
)