diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-05-13 11:36:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 11:36:04 +0100 |
commit | cafc2d2c10daeeaf8012a50163d07815b5516043 (patch) | |
tree | fafbc322b89b05ad6a9c949249490f2195054da5 /go.mod | |
parent | b57fdcc82d0c57ae3eed401e7b9891cc9b53a8d3 (diff) |
Update NATS Server to version 2.8.2 (#2460)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module github.com/matrix-org/dendrite -replace github.com/nats-io/nats-server/v2 => github.com/neilalexander/nats-server/v2 v2.8.1-0.20220419100629-2278c94774f9 +replace github.com/nats-io/nats-server/v2 => github.com/neilalexander/nats-server/v2 v2.8.3-0.20220513095553-73a9a246d34f replace github.com/nats-io/nats.go => github.com/neilalexander/nats.go v1.13.1-0.20220419101051-b262d9f0be1e |