2020-07-29 21:11:28 +00:00
|
|
|
module github.com/hrfee/jfa-go
|
|
|
|
|
2021-02-01 18:41:45 +00:00
|
|
|
go 1.16
|
2020-07-29 21:11:28 +00:00
|
|
|
|
2020-09-24 16:51:13 +00:00
|
|
|
replace github.com/hrfee/jfa-go/docs => ./docs
|
|
|
|
|
2020-11-02 00:53:08 +00:00
|
|
|
replace github.com/hrfee/jfa-go/common => ./common
|
|
|
|
|
|
|
|
replace github.com/hrfee/jfa-go/ombi => ./ombi
|
|
|
|
|
2021-04-30 23:13:57 +00:00
|
|
|
replace github.com/hrfee/jfa-go/logger => ./logger
|
|
|
|
|
2021-06-11 20:56:53 +00:00
|
|
|
replace github.com/hrfee/jfa-go/linecache => ./linecache
|
|
|
|
|
2022-03-22 14:58:39 +00:00
|
|
|
replace github.com/hrfee/jfa-go/api => ./api
|
|
|
|
|
2020-07-29 21:11:28 +00:00
|
|
|
require (
|
2022-01-26 20:00:40 +00:00
|
|
|
github.com/bwmarrin/discordgo v0.23.3-0.20211228023845-29269347e820
|
2021-06-07 12:46:46 +00:00
|
|
|
github.com/emersion/go-autostart v0.0.0-20210130080809-00ed301c8e9a
|
2021-10-07 11:01:42 +00:00
|
|
|
github.com/fatih/color v1.13.0
|
|
|
|
github.com/fsnotify/fsnotify v1.5.1
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/getlantern/golog v0.0.0-20210606115803-bce9f9fe5a5f // indirect
|
|
|
|
github.com/getlantern/hidden v0.0.0-20201229170000-e66e7f878730 // indirect
|
|
|
|
github.com/getlantern/ops v0.0.0-20200403153110-8476b16edcd6 // indirect
|
2021-06-07 12:46:46 +00:00
|
|
|
github.com/getlantern/systray v1.1.0
|
2020-08-02 23:13:09 +00:00
|
|
|
github.com/gin-contrib/pprof v1.3.0
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/gin-contrib/static v0.0.1
|
2021-12-22 23:11:00 +00:00
|
|
|
github.com/gin-gonic/gin v1.7.7
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/go-playground/validator/v10 v10.9.0 // indirect
|
2021-10-07 11:01:42 +00:00
|
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
2021-06-07 12:46:46 +00:00
|
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
2021-07-27 09:08:01 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2021-12-22 23:11:00 +00:00
|
|
|
github.com/gomarkdown/markdown v0.0.0-20211212230626-5af6ad2f47df
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2021-12-24 19:05:48 +00:00
|
|
|
github.com/hrfee/jfa-go/common v0.0.0-20211222231100-d47afe05f49c
|
|
|
|
github.com/hrfee/jfa-go/docs v0.0.0-20211222231100-d47afe05f49c
|
|
|
|
github.com/hrfee/jfa-go/linecache v0.0.0-20211222231100-d47afe05f49c
|
|
|
|
github.com/hrfee/jfa-go/logger v0.0.0-20211222231100-d47afe05f49c
|
|
|
|
github.com/hrfee/jfa-go/ombi v0.0.0-20211222231100-d47afe05f49c
|
|
|
|
github.com/hrfee/mediabrowser v0.3.8
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/itchyny/timefmt-go v0.1.3
|
2021-10-07 11:01:42 +00:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/lithammer/shortuuid/v3 v3.0.7
|
2021-12-22 23:11:00 +00:00
|
|
|
github.com/mailgun/mailgun-go/v4 v4.6.0
|
2021-02-08 12:03:22 +00:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2021-12-22 23:11:00 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
2021-10-07 11:01:42 +00:00
|
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2021-06-07 12:46:46 +00:00
|
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
2022-01-26 20:00:40 +00:00
|
|
|
github.com/steambap/captcha v1.4.1
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2
|
2021-11-14 14:50:40 +00:00
|
|
|
github.com/swaggo/gin-swagger v1.3.3
|
2022-01-04 20:12:19 +00:00
|
|
|
github.com/swaggo/swag v1.7.8 // indirect
|
2021-05-07 00:08:12 +00:00
|
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
2021-12-22 23:11:00 +00:00
|
|
|
github.com/tidwall/sjson v1.2.4 // indirect
|
2021-07-27 09:08:01 +00:00
|
|
|
github.com/ugorji/go v1.2.6 // indirect
|
2021-02-19 16:12:14 +00:00
|
|
|
github.com/writeas/go-strip-markdown v2.0.1+incompatible
|
2021-10-07 11:01:42 +00:00
|
|
|
github.com/xhit/go-simple-mail/v2 v2.10.0
|
2022-01-26 20:00:40 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
|
2022-01-26 15:45:13 +00:00
|
|
|
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba // indirect
|
2022-01-26 14:26:10 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
2021-12-22 23:11:00 +00:00
|
|
|
golang.org/x/tools v0.1.8 // indirect
|
2021-07-27 09:08:01 +00:00
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2021-12-22 23:11:00 +00:00
|
|
|
gopkg.in/ini.v1 v1.66.2
|
|
|
|
maunium.net/go/mautrix v0.10.7
|
2020-07-29 21:11:28 +00:00
|
|
|
)
|