diff --git a/go.mod b/go.mod index 377bcae..6f03f15 100644 --- a/go.mod +++ b/go.mod @@ -3,10 +3,10 @@ module github.com/kjuulh/ceen go 1.19 require ( - github.com/nats-io/nats-server/v2 v2.10.9 - github.com/nats-io/nats.go v1.32.0 + github.com/nats-io/nats-server/v2 v2.10.11 + github.com/nats-io/nats.go v1.33.1 github.com/nats-io/nuid v1.0.1 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 ) require (