mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 22:35:52 +01:00
15 lines
372 B
Modula-2
15 lines
372 B
Modula-2
module maunium.net/go/mautrix
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tidwall/gjson v1.6.0
|
|
github.com/tidwall/sjson v1.1.1
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
maunium.net/go/maulogger/v2 v2.1.1
|
|
)
|