Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit c08d16f

Browse files
committed
1 parent db89a7e commit c08d16f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/matrix-org/dugong v0.0.0-20210921133753-66e6b1c67e2e
3131
github.com/matrix-org/go-sqlite3-js v0.0.0-20220419092513-28aa791a1c91
3232
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16
33-
github.com/matrix-org/gomatrixserverlib v0.0.0-20220509120958-8d818048c34c
33+
github.com/matrix-org/gomatrixserverlib v0.0.0-20220512154543-2313dfe3136c
3434
github.com/matrix-org/pinecone v0.0.0-20220408153826-2999ea29ed48
3535
github.com/matrix-org/util v0.0.0-20200807132607-55161520e1d4
3636
github.com/mattn/go-sqlite3 v1.14.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,8 +795,8 @@ github.com/matrix-org/go-sqlite3-js v0.0.0-20220419092513-28aa791a1c91/go.mod h1
795795
github.com/matrix-org/gomatrix v0.0.0-20190528120928-7df988a63f26/go.mod h1:3fxX6gUjWyI/2Bt7J1OLhpCzOfO/bB3AiX0cJtEKud0=
796796
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16 h1:ZtO5uywdd5dLDCud4r0r55eP4j9FuUNpl60Gmntcop4=
797797
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16/go.mod h1:/gBX06Kw0exX1HrwmoBibFA98yBk/jxKpGVeyQbff+s=
798-
github.com/matrix-org/gomatrixserverlib v0.0.0-20220509120958-8d818048c34c h1:KqzqFWxvs90pcDaW9QEveW+Q5JcEYuNnKyaqXc+ohno=
799-
github.com/matrix-org/gomatrixserverlib v0.0.0-20220509120958-8d818048c34c/go.mod h1:V5eO8rn/C3rcxig37A/BCeKerLFS+9Avg/77FIeTZ48=
798+
github.com/matrix-org/gomatrixserverlib v0.0.0-20220512154543-2313dfe3136c h1:UWbarvm+mKJ8tVqfbPS/Y7IdqfoxAHYVXJ4FjgY21HQ=
799+
github.com/matrix-org/gomatrixserverlib v0.0.0-20220512154543-2313dfe3136c/go.mod h1:V5eO8rn/C3rcxig37A/BCeKerLFS+9Avg/77FIeTZ48=
800800
github.com/matrix-org/pinecone v0.0.0-20220408153826-2999ea29ed48 h1:W0sjjC6yjskHX4mb0nk3p0fXAlbU5bAFUFeEtlrPASE=
801801
github.com/matrix-org/pinecone v0.0.0-20220408153826-2999ea29ed48/go.mod h1:ulJzsVOTssIVp1j/m5eI//4VpAGDkMt5NrRuAVX7wpc=
802802
github.com/matrix-org/util v0.0.0-20190711121626-527ce5ddefc7/go.mod h1:vVQlW/emklohkZnOPwD3LrZUBqdfsbiyO3p1lNV8F6U=

0 commit comments

Comments
 (0)