aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-08-07 10:38:06 +0100
committerNeil Alexander <neilalexander@users.noreply.github.com>2020-08-07 10:38:06 +0100
commitee22c6e4403bad9bc1de46d7400ac87b1ec0975c (patch)
tree484368996d314fc930a60309bb6a53b0c68bbd74 /go.mod
parent32a4565b556b55b6dfe6e8f66dc2fe75a2b8d84b (diff)
Update go.mod/go.sum for matrix-org/gomatrixserverlib#212
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index d2116fcd..4c14f047 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
github.com/matrix-org/go-http-js-libp2p v0.0.0-20200518170932-783164aeeda4
github.com/matrix-org/go-sqlite3-js v0.0.0-20200522092705-bc8506ccbcf3
github.com/matrix-org/gomatrix v0.0.0-20190528120928-7df988a63f26
- github.com/matrix-org/gomatrixserverlib v0.0.0-20200806145220-3120f1087f6d
+ github.com/matrix-org/gomatrixserverlib v0.0.0-20200807093738-5834540331a4
github.com/matrix-org/naffka v0.0.0-20200422140631-181f1ee7401f
github.com/matrix-org/util v0.0.0-20190711121626-527ce5ddefc7
github.com/mattn/go-sqlite3 v2.0.2+incompatible
@@ -39,7 +39,6 @@ require (
github.com/yggdrasil-network/yggdrasil-go v0.3.15-0.20200806125501-cd4685a3b4de
go.uber.org/atomic v1.4.0
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
- golang.org/x/mobile v0.0.0-20200801112145-973feb4309de // indirect
gopkg.in/h2non/bimg.v1 v1.0.18
gopkg.in/yaml.v2 v2.2.8
)