From a5ad511de32778b4e609584d0fc027192646a1a1 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 25 Oct 2024 15:30:20 +0200 Subject: initial commit --- go.mod | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..f684195 --- /dev/null +++ b/go.mod @@ -0,0 +1,24 @@ +module git.emile.space/remarvin + +go 1.22.6 + +require ( + filippo.io/edwards25519 v1.1.0 // indirect + github.com/chzyer/readline v1.5.1 // indirect + github.com/mattn/go-colorable v0.1.13 // indirect + github.com/mattn/go-isatty v0.0.19 // indirect + github.com/mattn/go-sqlite3 v1.14.24 // indirect + github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect + github.com/rs/zerolog v1.33.0 // indirect + github.com/tidwall/gjson v1.18.0 // 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.1 // indirect + golang.org/x/crypto v0.28.0 // indirect + golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect + golang.org/x/net v0.30.0 // indirect + golang.org/x/sys v0.26.0 // indirect + golang.org/x/text v0.19.0 // indirect + maunium.net/go/mautrix v0.21.1 // indirect +) -- cgit 1.4.1