File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
7- github.com/hashicorp/consul/api v1.33.4
7+ github.com/hashicorp/consul/api v1.33.5
88 github.com/spf13/cobra v1.10.2
99 github.com/spf13/pflag v1.0.10
1010 github.com/spf13/viper v1.21.0
@@ -37,7 +37,7 @@ require (
3737 github.com/spf13/cast v1.10.0 // indirect
3838 github.com/subosito/gotenv v1.6.0 // indirect
3939 go.yaml.in/yaml/v3 v3.0.4 // indirect
40- golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a // indirect
40+ golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
4141 golang.org/x/sys v0.41.0 // indirect
4242 golang.org/x/text v0.34.0 // indirect
4343 gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ github.com/hashicorp/consul/api v1.33.2 h1:Q6mE0WZsUTJerlnl9TuXzqrtZ0cKdOCsxcZhj
6161github.com/hashicorp/consul/api v1.33.2 /go.mod h1:K3yoL/vnIBcQV/25NeMZVokRvPPERiqp2Udtr4xAfhs =
6262github.com/hashicorp/consul/api v1.33.4 h1:AJkZp6qzgAYcMIU0+CjJ0Rb7+byfh0dazFK/gzlOcJk =
6363github.com/hashicorp/consul/api v1.33.4 /go.mod h1:BkH3WEUzsnWvJJaHoDqKqoe2Q2EIixx7Gjj6MTwYnOA =
64+ github.com/hashicorp/consul/api v1.33.5 h1:Nn6q87zudRU1rLBTJEgaWxz9STCNadilLCD7B8OA5aI =
65+ github.com/hashicorp/consul/api v1.33.5 /go.mod h1:pa6fJOSHKLOzNHpUVeqLDtxA5+J1D7NNzLasuk8eRXA =
6466github.com/hashicorp/consul/sdk v0.17.1 h1:LumAh8larSXmXw2wvw/lK5ZALkJ2wK8VRwWMLVV5M5c =
6567github.com/hashicorp/consul/sdk v0.17.1 /go.mod h1:EngiixMhmw9T7wApycq6rDRFXXVUwjjf7HuLiGMH/Sw =
6668github.com/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
@@ -205,6 +207,8 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
205207golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
206208golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a h1:ovFr6Z0MNmU7nH8VaX5xqw+05ST2uO1exVfZPVqRC5o =
207209golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a /go.mod h1:K79w1Vqn7PoiZn+TkNpx3BUWUQksGO3JcVX6qIjytmA =
210+ golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa h1:Zt3DZoOFFYkKhDT3v7Lm9FDMEV06GpzjG2jrqW+QTE0 =
211+ golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa /go.mod h1:K79w1Vqn7PoiZn+TkNpx3BUWUQksGO3JcVX6qIjytmA =
208212golang.org/x/mod v0.33.0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8 =
209213golang.org/x/mod v0.33.0 /go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w =
210214golang.org/x/net v0.0.0-20180724234803-3673e40ba225 /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
You can’t perform that action at this time.
0 commit comments