module maunium.net/go/mautrix go 1.14 require ( github.com/btcsuite/btcutil v1.0.2 github.com/gorilla/mux v1.8.0 github.com/gorilla/websocket v1.4.2 github.com/mattn/go-sqlite3 v1.14.9 github.com/russross/blackfriday/v2 v2.1.0 github.com/stretchr/testify v1.7.0 github.com/tidwall/gjson v1.10.2 github.com/tidwall/sjson v1.2.3 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 golang.org/x/net v0.0.0-20211020060615-d418f374d309 gopkg.in/yaml.v2 v2.4.0 maunium.net/go/maulogger/v2 v2.3.1 )