From f5082f6d1e46bee15ea89f791543c1651ac9378f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 12:51:27 +0000 Subject: [PATCH] deps(deps): bump golang.org/x/text from 0.37.0 to 0.38.0 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.37.0 to 0.38.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-version: 0.37.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- consul/go.mod | 2 +- etcd/go.mod | 2 +- go.mod | 2 +- vault/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/consul/go.mod b/consul/go.mod index bc443b1..b909f44 100644 --- a/consul/go.mod +++ b/consul/go.mod @@ -26,7 +26,7 @@ require ( github.com/pelletier/go-toml/v2 v2.3.1 // indirect github.com/stretchr/objx v0.5.3 // indirect golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect - golang.org/x/net v0.54.0 // indirect + golang.org/x/sync v0.21.0 // indirect golang.org/x/sys v0.44.0 // indirect golang.org/x/tools v0.45.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect diff --git a/etcd/go.mod b/etcd/go.mod index 943ed1f..a983bf5 100644 --- a/etcd/go.mod +++ b/etcd/go.mod @@ -20,7 +20,7 @@ require ( go.uber.org/zap v1.27.0 // indirect golang.org/x/net v0.54.0 // indirect golang.org/x/sys v0.44.0 // indirect - golang.org/x/text v0.37.0 // indirect + golang.org/x/text v0.38.0 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect google.golang.org/grpc v1.81.1 // indirect diff --git a/go.mod b/go.mod index ae74045..781054f 100644 --- a/go.mod +++ b/go.mod @@ -49,7 +49,7 @@ require ( github.com/ryanuber/go-glob v1.0.0 // indirect github.com/stretchr/testify v1.11.1 // indirect golang.org/x/net v0.54.0 // indirect - golang.org/x/text v0.37.0 // indirect + golang.org/x/text v0.38.0 // indirect golang.org/x/time v0.12.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect ) diff --git a/vault/go.mod b/vault/go.mod index 5352338..8fedea9 100644 --- a/vault/go.mod +++ b/vault/go.mod @@ -25,7 +25,7 @@ require ( github.com/pelletier/go-toml/v2 v2.3.1 // indirect github.com/ryanuber/go-glob v1.0.0 // indirect golang.org/x/net v0.54.0 // indirect - golang.org/x/text v0.37.0 // indirect + golang.org/x/text v0.38.0 // indirect golang.org/x/time v0.12.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )