mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
19 lines
534 B
Modula-2
19 lines
534 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/lib/pq v1.9.0
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tidwall/gjson v1.6.8
|
|
github.com/tidwall/sjson v1.1.5
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
|
golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
maunium.net/go/maulogger/v2 v2.2.4
|
|
)
|