aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorDevon Hudson <devonhudson@librem.one>2023-04-28 13:31:21 -0600
committerDevon Hudson <devonhudson@librem.one>2023-04-28 13:31:21 -0600
commitb00e272e6f2fbcafb44995aa7cb6b09b6ba8ddb6 (patch)
treea904332851fba50c0a839bda6dd9460ac47d2021 /go.mod
parent9e9617ff84c3310fa3db6f32cdfc0207ec546963 (diff)
Use new gmsl to use new String() API
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6ee9f07c..3c50331d 100644
--- a/go.mod
+++ b/go.mod
@@ -22,7 +22,7 @@ require (
github.com/matrix-org/dugong v0.0.0-20210921133753-66e6b1c67e2e
github.com/matrix-org/go-sqlite3-js v0.0.0-20220419092513-28aa791a1c91
github.com/matrix-org/gomatrix v0.0.0-20220926102614-ceba4d9f7530
- github.com/matrix-org/gomatrixserverlib v0.0.0-20230428142634-a4fa967eac17
+ github.com/matrix-org/gomatrixserverlib v0.0.0-20230428192809-ff52c27efdce
github.com/matrix-org/pinecone v0.11.1-0.20230210171230-8c3b24f2649a
github.com/matrix-org/util v0.0.0-20221111132719-399730281e66
github.com/mattn/go-sqlite3 v1.14.16