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
|
|
|
|
|
2020-07-29 21:11:28 +00:00
|
|
|
require (
|
2021-06-07 12:46:46 +00:00
|
|
|
github.com/bwmarrin/discordgo v0.23.2
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
|
2021-06-07 12:46:46 +00:00
|
|
|
github.com/emersion/go-autostart v0.0.0-20210130080809-00ed301c8e9a
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/fatih/color v1.12.0
|
2020-08-01 15:31:08 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
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
|
|
|
|
github.com/gin-gonic/gin v1.7.4
|
2021-06-11 22:14:16 +00:00
|
|
|
github.com/go-openapi/jsonreference v0.19.6 // indirect
|
2021-04-01 13:22:11 +00:00
|
|
|
github.com/go-openapi/swag v0.19.15 // indirect
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/go-playground/validator/v10 v10.9.0 // 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-08-18 16:25:16 +00:00
|
|
|
github.com/gomarkdown/markdown v0.0.0-20210514010506-3b9f47219fe7
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
github.com/hrfee/jfa-go/common v0.0.0-20210816220108-eb3489b34f9e
|
|
|
|
github.com/hrfee/jfa-go/docs v0.0.0-20210816220108-eb3489b34f9e
|
|
|
|
github.com/hrfee/jfa-go/linecache v0.0.0-20210816220108-eb3489b34f9e
|
|
|
|
github.com/hrfee/jfa-go/logger v0.0.0-20210816220108-eb3489b34f9e
|
|
|
|
github.com/hrfee/jfa-go/ombi v0.0.0-20210816220108-eb3489b34f9e
|
2021-06-26 14:23:39 +00:00
|
|
|
github.com/hrfee/mediabrowser v0.3.5
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/itchyny/timefmt-go v0.1.3
|
2021-05-07 00:08:12 +00:00
|
|
|
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
|
2021-07-27 09:08:01 +00:00
|
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/lib/pq v1.10.2 // indirect
|
|
|
|
github.com/lithammer/shortuuid/v3 v3.0.7
|
|
|
|
github.com/mailgun/mailgun-go/v4 v4.5.2
|
2021-02-08 12:03:22 +00:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2021-07-27 09:08:01 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
2021-07-14 16:53:03 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.7 // indirect
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/pkg/browser v0.0.0-20210706143420-7d21f8c997e2
|
|
|
|
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
|
2021-02-16 14:31:31 +00:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2
|
|
|
|
github.com/swaggo/gin-swagger v1.3.1
|
2021-08-16 19:41:07 +00:00
|
|
|
github.com/swaggo/swag v1.7.1 // indirect
|
2021-05-07 00:08:12 +00:00
|
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
2021-08-18 16:25:16 +00:00
|
|
|
github.com/tidwall/gjson v1.8.1 // indirect
|
|
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
|
|
github.com/tidwall/sjson v1.1.7 // 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-08-18 16:25:16 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
golang.org/x/tools v0.1.5 // indirect
|
2021-07-27 09:08:01 +00:00
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2021-08-18 16:25:16 +00:00
|
|
|
gopkg.in/go-playground/validator.v9 v9.29.1 // indirect
|
2020-11-14 15:33:25 +00:00
|
|
|
gopkg.in/ini.v1 v1.62.0
|
2021-08-18 16:25:16 +00:00
|
|
|
maunium.net/go/maulogger/v2 v2.3.0 // indirect
|
|
|
|
maunium.net/go/mautrix v0.9.19
|
2020-07-29 21:11:28 +00:00
|
|
|
)
|