Serge Bazanski
c437d4388e
1. Use klog instead of plain log (leveled logging is better logging) 2. Use flags instead of env vars (less change of leaks, stronger typing) 3. Rename contexts around to be more canonically named 4. Use ZWJ quoting 5. Clean up message rendering (no trailing semicolons, adjective pick)
25 lines
697 B
Modula-2
25 lines
697 B
Modula-2
module fa-fo.de/fafomo
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
k8s.io/klog v1.0.0
|
|
maunium.net/go/mautrix v0.21.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/rs/zerolog v1.33.0 // indirect
|
|
github.com/tidwall/gjson v1.17.3 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
|
go.mau.fi/util v0.8.0 // indirect
|
|
golang.org/x/crypto v0.27.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
|
|
golang.org/x/net v0.29.0 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
)
|