mirror of https://github.com/stashapp/stash.git
20 lines
673 B
Modula-2
20 lines
673 B
Modula-2
|
module github.com/stashapp/stash
|
||
|
|
||
|
require (
|
||
|
github.com/99designs/gqlgen v0.4.5-0.20190127090136-055fb4bc9a6a
|
||
|
github.com/PuerkitoBio/goquery v1.5.0
|
||
|
github.com/bmatcuk/doublestar v1.1.1
|
||
|
github.com/disintegration/imaging v1.6.0
|
||
|
github.com/go-chi/chi v4.0.1+incompatible
|
||
|
github.com/gobuffalo/packr/v2 v2.0.0-rc.15
|
||
|
github.com/golang-migrate/migrate/v4 v4.2.2
|
||
|
github.com/h2non/filetype v1.0.6
|
||
|
github.com/jmoiron/sqlx v1.2.0
|
||
|
github.com/mattn/go-sqlite3 v1.9.0
|
||
|
github.com/rs/cors v1.6.0
|
||
|
github.com/sirupsen/logrus v1.3.0
|
||
|
github.com/spf13/afero v1.2.0 // indirect
|
||
|
github.com/vektah/gqlparser v1.1.0
|
||
|
golang.org/x/image v0.0.0-20190118043309-183bebdce1b2 // indirect
|
||
|
)
|