2020-07-29 21:11:28 +00:00
|
|
|
module github.com/hrfee/jfa-go
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
2020-09-24 16:51:13 +00:00
|
|
|
replace github.com/hrfee/jfa-go/docs => ./docs
|
|
|
|
|
2021-01-08 23:47:26 +00:00
|
|
|
replace github.com/hrfee/jfa-go/mediabrowser => ./mediabrowser
|
2020-11-02 00:53:08 +00:00
|
|
|
|
|
|
|
replace github.com/hrfee/jfa-go/common => ./common
|
|
|
|
|
|
|
|
replace github.com/hrfee/jfa-go/ombi => ./ombi
|
|
|
|
|
2020-07-29 21:11:28 +00:00
|
|
|
require (
|
2020-09-24 16:51:13 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2020-07-29 21:11:28 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-08-01 15:31:08 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2020-08-02 23:13:09 +00:00
|
|
|
github.com/gin-contrib/pprof v1.3.0
|
2020-09-29 19:35:06 +00:00
|
|
|
github.com/gin-contrib/static v0.0.0-20200916080430-d45d9a37d28e
|
2020-07-29 21:11:28 +00:00
|
|
|
github.com/gin-gonic/gin v1.6.3
|
2020-08-01 20:20:02 +00:00
|
|
|
github.com/go-chi/chi v4.1.2+incompatible // indirect
|
2020-11-15 17:20:19 +00:00
|
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
2021-01-05 18:16:23 +00:00
|
|
|
github.com/go-openapi/spec v0.20.0 // indirect
|
2020-11-14 15:33:25 +00:00
|
|
|
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
2020-12-07 22:46:17 +00:00
|
|
|
github.com/gofrs/uuid v3.3.0+incompatible // indirect
|
2020-11-14 15:33:25 +00:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2020-09-29 19:35:06 +00:00
|
|
|
github.com/google/uuid v1.1.2 // indirect
|
2021-01-08 23:47:26 +00:00
|
|
|
github.com/hrfee/jfa-go/common v0.0.0-20210105184019-fdc97b4e86cc
|
2020-11-14 15:33:25 +00:00
|
|
|
github.com/hrfee/jfa-go/docs v0.0.0-20201112212552-b6f3cd7c1f71
|
2021-01-08 23:47:26 +00:00
|
|
|
github.com/hrfee/jfa-go/mediabrowser v0.0.0-20201112212552-b6f3cd7c1f71
|
2020-11-14 15:33:25 +00:00
|
|
|
github.com/hrfee/jfa-go/ombi v0.0.0-20201112212552-b6f3cd7c1f71
|
2020-09-29 19:35:06 +00:00
|
|
|
github.com/jordan-wright/email v4.0.1-0.20200917010138-e1c00e156980+incompatible
|
2020-08-01 20:20:02 +00:00
|
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
2020-09-29 19:35:06 +00:00
|
|
|
github.com/knz/strtime v0.0.0-20200924090105-187c67f2bf5e
|
2020-07-31 21:07:09 +00:00
|
|
|
github.com/lithammer/shortuuid/v3 v3.0.4
|
2020-09-24 20:59:08 +00:00
|
|
|
github.com/logrusorgru/aurora/v3 v3.0.0
|
2020-11-14 15:33:25 +00:00
|
|
|
github.com/mailgun/mailgun-go/v4 v4.3.0
|
2020-09-24 16:51:13 +00:00
|
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
2020-08-01 20:20:02 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
2020-09-24 16:51:13 +00:00
|
|
|
github.com/pdrum/swagger-automation v0.0.0-20190629163613-c8c7c80ba858
|
2020-08-01 20:20:02 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2020-11-15 17:20:19 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2020-09-24 16:51:13 +00:00
|
|
|
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
|
2020-11-14 15:33:25 +00:00
|
|
|
github.com/swaggo/gin-swagger v1.3.0
|
2020-12-07 22:46:17 +00:00
|
|
|
github.com/swaggo/swag v1.7.0 // indirect
|
2020-11-14 15:33:25 +00:00
|
|
|
github.com/ugorji/go v1.2.0 // indirect
|
2020-11-04 20:46:06 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0 // indirect
|
2020-11-14 15:33:25 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9 // indirect
|
2021-01-05 18:16:23 +00:00
|
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
|
2020-11-04 20:46:06 +00:00
|
|
|
golang.org/x/text v0.3.4 // indirect
|
2021-01-05 18:16:23 +00:00
|
|
|
golang.org/x/tools v0.0.0-20210104081019-d8d6ddbec6ee // indirect
|
2020-07-29 21:11:28 +00:00
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
2020-11-14 15:33:25 +00:00
|
|
|
gopkg.in/ini.v1 v1.62.0
|
2020-07-29 21:11:28 +00:00
|
|
|
)
|