diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-10-01 11:55:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 11:55:17 +0100 |
commit | b1d5360335ef9b26f62504282669403f6f3e6df5 (patch) | |
tree | 65a3a0c126c5221c64fcb87c0f9e6cb82b18e507 /go.mod | |
parent | 91fc1f1c92d06d875b2e6293ac8d352716bdfb20 (diff) |
Update HTTP clients (#1457)
* Update gomatrixserverlib
* Use separate HTTP client for API calls, set User-Agent for outbound HTTP requests
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,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-20200827122206-7dd5e2a05bcd - github.com/matrix-org/gomatrixserverlib v0.0.0-20200929155210-32fc5888d26a + github.com/matrix-org/gomatrixserverlib v0.0.0-20201001100250-2bfdd2727cae github.com/matrix-org/naffka v0.0.0-20200901083833-bcdd62999a91 github.com/matrix-org/util v0.0.0-20200807132607-55161520e1d4 github.com/mattn/go-sqlite3 v1.14.2 |