Skip to content

Commit

Permalink
Update module github.com/nats-io/nats-server/v2 to v2.10.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent 9853caa commit 6ebbd34
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 25 deletions.
20 changes: 11 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/giantswarm/chart-operator/v3

go 1.19
go 1.21.0

toolchain go1.23.0

require (
github.com/giantswarm/apiextensions-application v0.6.0
Expand Down Expand Up @@ -92,7 +94,7 @@ require (
github.com/jmoiron/sqlx v1.3.5 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/lib/pq v1.10.6 // indirect
Expand Down Expand Up @@ -142,15 +144,15 @@ require (
go.etcd.io/etcd/api/v3 v3.5.12 // indirect
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/exp v0.0.0-20231108232855-2478ac86f678 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/time v0.6.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
Expand Down Expand Up @@ -181,7 +183,7 @@ replace (
github.com/docker/docker => github.com/moby/moby v20.10.27+incompatible
github.com/gin-gonic/gin v1.4.0 => github.com/gin-gonic/gin v1.9.0
github.com/imdario/mergo => github.com/imdario/mergo v0.3.13
github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.10.16
github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.10.20
golang.org/x/net => golang.org/x/net v0.26.0
google.golang.org/grpc => google.golang.org/grpc v1.64.0
)
Expand Down
Loading

0 comments on commit 6ebbd34

Please sign in to comment.