mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-09 20:00:12 +00:00
Harvey Tindall
86c7551ff8
Added a new common.ConfigurableTransport interface which mediabrowser, ombi, jellyseer, discord, telegram and matrix (i.e. ThirdPartService/ContactMethodLinker) now all implement. proxies are bound to them in main.go, Email is still a special case (but from the previous commit, mailgun does use the proxy). mautrix/go has been updated, and context.TODO()s stuck everywhere since I still don't really comprehend why I should use them (FIXME literally).
8 lines
192 B
Modula-2
8 lines
192 B
Modula-2
module github.com/hrfee/jfa-go/common
|
|
|
|
replace github.com/hrfee/jfa-go/logmessages => ../logmessages
|
|
|
|
go 1.22.4
|
|
|
|
require github.com/hrfee/jfa-go/logmessages v0.0.0-20240806200606-6308db495a0a
|