mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
12 lines
462 B
Modula-2
12 lines
462 B
Modula-2
module maunium.net/go/mautrix
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 // indirect
|
|
golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5
|
|
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
golang.org/x/tools v0.0.0-20190511041617-99f201b6807e // indirect
|
|
gopkg.in/russross/blackfriday.v2 v2.0.1
|
|
)
|
|
|
|
replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
|