mautrix-go/go.mod
Tulir Asokan 9c4296712b Update deps
2020-06-08 00:30:24 +03:00

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
)