module github.com/matrix-org/gomatrixserverlib require ( github.com/google/go-cmp v0.5.9 github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16 github.com/matrix-org/util v0.0.0-20200807132607-55161520e1d4 github.com/miekg/dns v1.1.50 github.com/sirupsen/logrus v1.9.0 github.com/tidwall/gjson v1.14.3 github.com/tidwall/sjson v1.2.5 golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0 gopkg.in/h2non/gock.v1 v1.1.2 gopkg.in/macaroon.v2 v2.1.0 gopkg.in/yaml.v2 v2.4.0 ) require ( github.com/frankban/quicktest v1.14.3 // indirect github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect github.com/stretchr/testify v1.8.0 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.0 // indirect golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect golang.org/x/net v0.0.0-20220919232410-f2f64ebce3c1 // indirect golang.org/x/sync v0.0.0-20220907140024-f12130a52804 // indirect golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect golang.org/x/tools v0.1.12 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect ) go 1.18