summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-19 16:15:25 +0000
committerGitHub <noreply@github.com>2023-10-19 16:15:25 +0000
commit601aad0b494f3df5dc66548f8eb6f1904702ddb2 (patch)
tree280d2523904f76223a9c5be21903f9e026659415 /go.mod
parentf794c183967893a6585323b299e875fab604e39e (diff)
Bump github.com/nats-io/nats-server/v2 from 2.9.10 to 2.9.23dependabot/go_modules/github.com/nats-io/nats-server/v2-2.9.23
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.9.10 to 2.9.23. - [Release notes](https://github.com/nats-io/nats-server/releases) - [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml) - [Commits](https://github.com/nats-io/nats-server/compare/v2.9.10...v2.9.23) --- updated-dependencies: - dependency-name: github.com/nats-io/nats-server/v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index d9e0ec4..6299f8c 100644
--- a/go.mod
+++ b/go.mod
@@ -5,8 +5,6 @@ go 1.16
require (
github.com/Jeffail/gabs v1.4.0
github.com/alicebob/miniredis/v2 v2.23.1
- github.com/nats-io/nats-server/v2 v2.9.10
+ github.com/nats-io/nats-server/v2 v2.9.23
github.com/yuin/gopher-lua v1.0.0 // indirect
- golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 // indirect
- golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect
)