From efaacc4c833b6e2358af2bc071ab7ef71754f00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 05:19:08 +0000 Subject: [PATCH] gomod(deps): bump github.com/nats-io/nats.go Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.20.0 to 1.23.0. - [Release notes](https://github.com/nats-io/nats.go/releases) - [Commits](https://github.com/nats-io/nats.go/compare/v1.20.0...v1.23.0) --- updated-dependencies: - dependency-name: github.com/nats-io/nats.go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- components/event-publisher-proxy/go.mod | 4 ++-- components/event-publisher-proxy/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/event-publisher-proxy/go.mod b/components/event-publisher-proxy/go.mod index c9841b2eb33c..b74cc398bc99 100644 --- a/components/event-publisher-proxy/go.mod +++ b/components/event-publisher-proxy/go.mod @@ -10,7 +10,7 @@ require ( github.com/kyma-project/kyma/components/application-operator v0.0.0-20221004144139-b69aea381b88 github.com/kyma-project/kyma/components/eventing-controller v0.0.0-20221004144139-b69aea381b88 github.com/nats-io/nats-server/v2 v2.9.6 - github.com/nats-io/nats.go v1.20.0 + github.com/nats-io/nats.go v1.23.0 github.com/onsi/gomega v1.24.1 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.13.0 @@ -70,7 +70,7 @@ require ( github.com/stretchr/objx v0.5.0 // indirect go.uber.org/atomic v1.10.0 // indirect go.uber.org/multierr v1.8.0 // indirect - golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect + golang.org/x/crypto v0.5.0 // indirect golang.org/x/net v0.2.0 // indirect golang.org/x/sys v0.2.0 // indirect golang.org/x/term v0.2.0 // indirect diff --git a/components/event-publisher-proxy/go.sum b/components/event-publisher-proxy/go.sum index 492e40ab420f..0fcd4eeb7eb0 100644 --- a/components/event-publisher-proxy/go.sum +++ b/components/event-publisher-proxy/go.sum @@ -258,8 +258,8 @@ github.com/nats-io/jwt/v2 v2.3.0 h1:z2mA1a7tIf5ShggOFlR1oBPgd6hGqcDYsISxZByUzdI= github.com/nats-io/jwt/v2 v2.3.0/go.mod h1:0tqz9Hlu6bCBFLWAASKhE5vUA4c24L9KPUUgvwumE/k= github.com/nats-io/nats-server/v2 v2.9.6 h1:RTtK+rv/4CcliOuqGsy58g7MuWkBaWmF5TUNwuUo9Uw= github.com/nats-io/nats-server/v2 v2.9.6/go.mod h1:AB6hAnGZDlYfqb7CTAm66ZKMZy9DpfierY1/PbpvI2g= -github.com/nats-io/nats.go v1.20.0 h1:T8JJnQfVSdh1CzGiwAOv5hEobYCBho/0EupGznYw0oM= -github.com/nats-io/nats.go v1.20.0/go.mod h1:tLqubohF7t4z3du1QDPYJIQQyhb4wl6DhjxEajSI7UA= +github.com/nats-io/nats.go v1.23.0 h1:lR28r7IX44WjYgdiKz9GmUeW0uh/m33uD3yEjLZ2cOE= +github.com/nats-io/nats.go v1.23.0/go.mod h1:ki/Scsa23edbh8IRZbCuNXR9TDcbvfaSijKtaqQgw+Q= github.com/nats-io/nkeys v0.3.0 h1:cgM5tL53EvYRU+2YLXIK0G2mJtK12Ft9oeooSZMA2G8= github.com/nats-io/nkeys v0.3.0/go.mod h1:gvUNGjVcM2IPr5rCsRsC6Wb3Hr2CQAm08dsxtV6A5y4= github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=