module maunium.net/go/mautrix go 1.14 require ( github.com/gorilla/mux v1.8.0 github.com/gorilla/websocket v1.5.0 github.com/mattn/go-sqlite3 v1.14.12 github.com/russross/blackfriday/v2 v2.1.0 github.com/stretchr/testify v1.7.1 github.com/tidwall/gjson v1.14.0 github.com/tidwall/sjson v1.2.4 golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd golang.org/x/net v0.0.0-20220225172249-27dd8689420f gopkg.in/yaml.v2 v2.4.0 maunium.net/go/maulogger/v2 v2.3.2 )