2019-02-09 12:30:49 +00:00
|
|
|
module github.com/stashapp/stash
|
|
|
|
|
|
|
|
require (
|
2020-09-17 09:57:18 +00:00
|
|
|
github.com/99designs/gqlgen v0.12.2
|
|
|
|
github.com/Yamashou/gqlgenc v0.0.0-20200902035953-4dbef3551953
|
2020-04-29 22:32:33 +00:00
|
|
|
github.com/antchfx/htmlquery v1.2.3
|
2020-08-04 00:42:40 +00:00
|
|
|
github.com/chromedp/cdproto v0.0.0-20200608134039-8a80cdaf865c
|
|
|
|
github.com/chromedp/chromedp v0.5.3
|
2021-03-31 05:08:52 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2019-02-09 12:30:49 +00:00
|
|
|
github.com/disintegration/imaging v1.6.0
|
2020-11-25 09:09:07 +00:00
|
|
|
github.com/fvbommel/sortorder v1.0.2
|
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
|
2020-08-08 02:05:35 +00:00
|
|
|
github.com/gorilla/securecookie v1.1.1
|
2020-04-08 02:51:12 +00:00
|
|
|
github.com/gorilla/sessions v1.2.0
|
2020-09-15 07:28:53 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2019-05-27 19:34:26 +00:00
|
|
|
github.com/h2non/filetype v1.0.8
|
2020-03-11 00:41:55 +00:00
|
|
|
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
|
2019-02-09 12:30:49 +00:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2020-04-24 02:52:21 +00:00
|
|
|
github.com/json-iterator/go v1.1.9
|
2021-03-17 00:17:27 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
2020-08-08 02:05:35 +00:00
|
|
|
github.com/natefinch/pie v0.0.0-20170715172608-9a0d72014007
|
2020-11-25 01:45:10 +00:00
|
|
|
github.com/remeh/sizedwaitgroup v1.0.0
|
2019-02-09 12:30:49 +00:00
|
|
|
github.com/rs/cors v1.6.0
|
2019-12-21 00:13:23 +00:00
|
|
|
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f
|
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
|
2020-09-15 07:28:53 +00:00
|
|
|
github.com/spf13/viper v1.7.0
|
2020-05-04 07:02:49 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-08-10 04:21:50 +00:00
|
|
|
github.com/tidwall/gjson v1.6.0
|
2020-09-17 09:57:18 +00:00
|
|
|
github.com/vektah/gqlparser/v2 v2.0.1
|
2020-09-15 07:28:53 +00:00
|
|
|
github.com/vektra/mockery/v2 v2.2.1
|
2020-09-17 09:57:18 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2021-04-01 05:43:42 +00:00
|
|
|
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
|
2020-09-17 09:57:18 +00:00
|
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202
|
2021-03-01 01:37:46 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
|
2020-09-17 09:57:18 +00:00
|
|
|
golang.org/x/tools v0.0.0-20200915031644-64986481280e // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
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
|
2020-01-16 18:36:38 +00:00
|
|
|
|
2020-09-11 00:43:41 +00:00
|
|
|
go 1.13
|