Update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-20 15:53:20 +00:00
parent 672339bf41
commit b23d70298d
2 changed files with 15 additions and 5 deletions

10
go.mod
View File

@@ -3,10 +3,10 @@ module github.com/kjuulh/ceen
go 1.19
require (
github.com/nats-io/nats-server/v2 v2.9.17
github.com/nats-io/nats.go v1.25.0
github.com/nats-io/nats-server/v2 v2.9.19
github.com/nats-io/nats.go v1.27.0
github.com/nats-io/nuid v1.0.1
github.com/stretchr/testify v1.8.3
github.com/stretchr/testify v1.8.4
)
require (
@@ -18,8 +18,8 @@ require (
github.com/nats-io/nkeys v0.4.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect