Fix public room directory in Pinecone demo

This commit is contained in:
Neil Alexander 2021-05-07 12:17:14 +01:00
parent aa672068ab
commit 603bf590f0
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
3 changed files with 29 additions and 41 deletions

1
go.mod
View file

@ -42,6 +42,7 @@ require (
github.com/yggdrasil-network/yggdrasil-go v0.3.15-0.20210218094457-e77ca8019daa
go.uber.org/atomic v1.7.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/mobile v0.0.0-20210220033013-bdb1ca9a1e08 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/tools v0.0.0-20200117012304-6edc0a871e69 // indirect
gopkg.in/h2non/bimg.v1 v1.1.5