mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 17:10:10 +00:00
Harvey Tindall
9874dce520
a17t v0.10 became a tailwind plugin rather than standalone css, and made some other changes. Much of the original custom CSS now uses tailwind classes, and there have been some other UI changes.
67 lines
2.8 KiB
Modula-2
67 lines
2.8 KiB
Modula-2
module github.com/hrfee/jfa-go
|
|
|
|
go 1.16
|
|
|
|
replace github.com/hrfee/jfa-go/docs => ./docs
|
|
|
|
replace github.com/hrfee/jfa-go/common => ./common
|
|
|
|
replace github.com/hrfee/jfa-go/ombi => ./ombi
|
|
|
|
replace github.com/hrfee/jfa-go/logger => ./logger
|
|
|
|
replace github.com/hrfee/jfa-go/linecache => ./linecache
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.23.2
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/emersion/go-autostart v0.0.0-20210130080809-00ed301c8e9a
|
|
github.com/fatih/color v1.13.0
|
|
github.com/fsnotify/fsnotify v1.5.1
|
|
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
|
|
github.com/getlantern/systray v1.1.0
|
|
github.com/gin-contrib/pprof v1.3.0
|
|
github.com/gin-contrib/static v0.0.1
|
|
github.com/gin-gonic/gin v1.7.7
|
|
github.com/go-openapi/spec v0.20.4 // indirect
|
|
github.com/go-playground/validator/v10 v10.9.0 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/gomarkdown/markdown v0.0.0-20211212230626-5af6ad2f47df
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
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
|
|
github.com/itchyny/timefmt-go v0.1.3
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/lithammer/shortuuid/v3 v3.0.7
|
|
github.com/mailgun/mailgun-go/v4 v4.6.0
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
|
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2
|
|
github.com/swaggo/gin-swagger v1.3.3
|
|
github.com/swaggo/swag v1.7.8 // indirect
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
|
github.com/tidwall/sjson v1.2.4 // indirect
|
|
github.com/ugorji/go v1.2.6 // indirect
|
|
github.com/writeas/go-strip-markdown v2.0.1+incompatible
|
|
github.com/xhit/go-simple-mail/v2 v2.10.0
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
|
|
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
golang.org/x/tools v0.1.8 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/ini.v1 v1.66.2
|
|
maunium.net/go/mautrix v0.10.7
|
|
)
|