mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
19 lines
559 B
Modula-2
19 lines
559 B
Modula-2
module maunium.net/go/mautrix
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/btcsuite/btcutil v1.0.2
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/lib/pq v1.7.0
|
|
github.com/mattn/go-sqlite3 v1.14.0
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tidwall/gjson v1.6.0
|
|
github.com/tidwall/sjson v1.1.1
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
|
golang.org/x/net v0.0.0-20201026091529-146b70c837a4
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
maunium.net/go/maulogger/v2 v2.1.1
|
|
)
|