stash/go.mod

24 lines
779 B
Modula-2
Raw Normal View History

2019-02-09 12:30:49 +00:00
module github.com/stashapp/stash
require (
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
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
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
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
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
)