mautrix-go/go.mod
2022-01-18 17:16:22 +02:00

18 lines
510 B
Modula-2

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.10
github.com/russross/blackfriday/v2 v2.1.0
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.13.0
github.com/tidwall/sjson v1.2.4
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
gopkg.in/yaml.v2 v2.4.0
maunium.net/go/maulogger/v2 v2.3.2
)