diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-11-16 10:05:59 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-11-16 10:05:59 +0000 |
commit | 1e714bc3b641c09d958e78060ff1a7b90c79b500 (patch) | |
tree | 5eb77332d3105866ac1a7677651de7812dee9900 /go.mod | |
parent | a2f72dd966fb53b265ed0df0d792027af704a08b (diff) |
Update to NATS Server 2.9.6 and nats.go 1.20.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ require ( github.com/matrix-org/pinecone v0.0.0-20221103125849-37f2e9b9ba37 github.com/matrix-org/util v0.0.0-20200807132607-55161520e1d4 github.com/mattn/go-sqlite3 v1.14.15 - github.com/nats-io/nats-server/v2 v2.9.4 - github.com/nats-io/nats.go v1.19.0 + github.com/nats-io/nats-server/v2 v2.9.6 + github.com/nats-io/nats.go v1.20.0 github.com/neilalexander/utp v0.1.1-0.20210727203401-54ae7b1cd5f9 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 github.com/ngrok/sqlmw v0.0.0-20220520173518-97c9c04efc79 |