diff --git a/go.mod b/go.mod index 70b51bd..8a08aff 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/kjuulh/ceen go 1.19 require ( - github.com/nats-io/nats-server/v2 v2.10.8 + github.com/nats-io/nats-server/v2 v2.10.9 github.com/nats-io/nats.go v1.31.0 github.com/nats-io/nuid v1.0.1 github.com/stretchr/testify v1.8.4 diff --git a/go.sum b/go.sum index 2e75241..44d37b2 100644 --- a/go.sum +++ b/go.sum @@ -88,6 +88,8 @@ github.com/nats-io/nats-server/v2 v2.10.7 h1:f5VDy+GMu7JyuFA0Fef+6TfulfCs5nBTgq7 github.com/nats-io/nats-server/v2 v2.10.7/go.mod h1:V2JHOvPiPdtfDXTuEUsthUnCvSDeFrK4Xn9hRo6du7c= github.com/nats-io/nats-server/v2 v2.10.8 h1:yJ8PO6VY+klkbL99WndyXaP/9v+twxvaqZh8AYO/Wno= github.com/nats-io/nats-server/v2 v2.10.8/go.mod h1:oorGiV9j3BOLLO3ejQe+U7pfAGyPo+ppD7rpgNF6KTQ= +github.com/nats-io/nats-server/v2 v2.10.9 h1:VEW43Zz+p+9lARtiPM9ctd6ckun+92ZT2T17HWtwiFI= +github.com/nats-io/nats-server/v2 v2.10.9/go.mod h1:oorGiV9j3BOLLO3ejQe+U7pfAGyPo+ppD7rpgNF6KTQ= github.com/nats-io/nats.go v1.16.0 h1:zvLE7fGBQYW6MWaFaRdsgm9qT39PJDQoju+DS8KsO1g= github.com/nats-io/nats.go v1.16.0/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w= github.com/nats-io/nats.go v1.17.0 h1:1jp5BThsdGlN91hW0k3YEfJbfACjiOYtUiLXG0RL4IE=