2019-02-09 12:30:49 +00:00
|
|
|
module github.com/stashapp/stash
|
|
|
|
|
|
|
|
require (
|
2019-03-26 15:35:06 +00:00
|
|
|
github.com/99designs/gqlgen v0.8.2
|
2019-02-09 12:30:49 +00:00
|
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
|
|
|
github.com/bmatcuk/doublestar v1.1.1
|
|
|
|
github.com/disintegration/imaging v1.6.0
|
2019-03-23 14:56:59 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
2019-02-09 12:30:49 +00:00
|
|
|
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
|
2019-02-11 22:44:13 +00:00
|
|
|
github.com/gorilla/websocket v1.2.0
|
2019-02-09 12:30:49 +00:00
|
|
|
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
|
2019-04-11 17:55:58 +00:00
|
|
|
github.com/spf13/pflag v1.0.3
|
2019-03-23 14:56:59 +00:00
|
|
|
github.com/spf13/viper v1.3.2
|
2019-03-26 15:35:06 +00:00
|
|
|
github.com/vektah/gqlparser v1.1.2
|
2019-02-09 12:30:49 +00:00
|
|
|
golang.org/x/image v0.0.0-20190118043309-183bebdce1b2 // indirect
|
|
|
|
)
|