Update module github.com/nats-io/nats-server/v2 to v2.10.8
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-10 23:20:13 +00:00
parent 21104d5209
commit 2d65406830
2 changed files with 12 additions and 4 deletions

8
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/kjuulh/ceen
go 1.19
require (
github.com/nats-io/nats-server/v2 v2.10.7
github.com/nats-io/nats-server/v2 v2.10.8
github.com/nats-io/nats.go v1.31.0
github.com/nats-io/nuid v1.0.1
github.com/stretchr/testify v1.8.4
@@ -15,11 +15,11 @@ require (
github.com/klauspost/compress v1.17.4 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/nats-io/jwt/v2 v2.5.3 // indirect
github.com/nats-io/nkeys v0.4.6 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect