diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-05-07 11:49:44 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-05-07 11:49:44 +0100 |
commit | aa672068ab7d16913ea36d8c3c84d1463dc6506f (patch) | |
tree | 1cb7de8d6168ccaa7d24f21f6ac8236d2c73d037 /go.mod | |
parent | 1002e87b60659291af964c6d07c3a9057a3ed9b7 (diff) |
Update pinecone in go.mod/go.sum
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ require ( github.com/matrix-org/gomatrix v0.0.0-20200827122206-7dd5e2a05bcd github.com/matrix-org/gomatrixserverlib v0.0.0-20210302161955-6142fe3f8c2c github.com/matrix-org/naffka v0.0.0-20201009174903-d26a3b9cb161 - github.com/matrix-org/pinecone v0.0.0-20210506095321-0f5e444d3861 + github.com/matrix-org/pinecone v0.0.0-20210507083220-64f03105f9ff github.com/matrix-org/util v0.0.0-20200807132607-55161520e1d4 github.com/mattn/go-sqlite3 v1.14.7-0.20210414154423-1157a4212dcb github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 |