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 )