diff options
author | Emile <git@emile.space> | 2024-10-25 15:30:20 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-10-25 15:30:20 +0200 |
commit | a5ad511de32778b4e609584d0fc027192646a1a1 (patch) | |
tree | 6a6f71be21d250179d4375e5df518382d935de28 /go.mod |
initial commit
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 24 |
1 files changed, 24 insertions, 0 deletions
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 +) |