found perf tutorial

This commit is contained in:
bel
2026-02-15 18:29:24 -07:00
parent 46140aa8bd
commit d6f32f01d1
3 changed files with 70 additions and 0 deletions

21
go.mod Normal file
View File

@@ -0,0 +1,21 @@
module gitea/matrix-to-fatsecret-adapter
go 1.24.0
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rs/zerolog v1.34.0 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
go.mau.fi/util v0.9.5 // indirect
golang.org/x/crypto v0.47.0 // indirect
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.33.0 // indirect
maunium.net/go/mautrix v0.26.2 // indirect
)