2019-02-09 12:30:49 +00:00
|
|
|
module github.com/stashapp/stash
|
|
|
|
|
|
|
|
require (
|
2019-05-27 19:34:26 +00:00
|
|
|
github.com/99designs/gqlgen v0.9.0
|
2019-02-09 12:30:49 +00:00
|
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
2019-08-02 05:57:11 +00:00
|
|
|
github.com/bmatcuk/doublestar v1.1.5
|
2019-02-09 12:30:49 +00:00
|
|
|
github.com/disintegration/imaging v1.6.0
|
2019-05-27 19:34:26 +00:00
|
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
|
|
|
github.com/gobuffalo/packr/v2 v2.0.2
|
|
|
|
github.com/golang-migrate/migrate/v4 v4.3.1
|
|
|
|
github.com/gorilla/websocket v1.4.0
|
|
|
|
github.com/h2non/filetype v1.0.8
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2019-02-09 12:30:49 +00:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2019-05-27 19:34:26 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
|
|
github.com/microcosm-cc/bluemonday v1.0.2 // indirect
|
2019-02-09 12:30:49 +00:00
|
|
|
github.com/rs/cors v1.6.0
|
2019-05-27 19:34:26 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2019-04-11 17:55:58 +00:00
|
|
|
github.com/spf13/pflag v1.0.3
|
2019-05-27 19:34:26 +00:00
|
|
|
github.com/spf13/viper v1.4.0
|
2019-03-26 15:35:06 +00:00
|
|
|
github.com/vektah/gqlparser v1.1.2
|
2019-07-28 09:36:52 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
2019-02-09 12:30:49 +00:00
|
|
|
golang.org/x/image v0.0.0-20190118043309-183bebdce1b2 // indirect
|
2019-12-12 19:27:44 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2019-02-09 12:30:49 +00:00
|
|
|
)
|
2019-09-21 21:47:03 +00:00
|
|
|
|
|
|
|
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
|