mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 22:35:52 +01:00
12 lines
302 B
Modula-2
12 lines
302 B
Modula-2
module maunium.net/go/mautrix
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
|
github.com/stretchr/testify v1.5.1
|
|
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
|
|
maunium.net/go/olm v0.0.0-20200420235207-35b7cc0d340c
|
|
)
|