File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ module github.com/hashicorp/consul/api
22
33go 1.25.7
44
5- replace github.com/hashicorp/consul/sdk => ../sdk
5+ // replace github.com/hashicorp/consul/sdk => ../sdk
66
77retract (
8+ v1.33.3 // checksum mismatch with tag
89 v1.31.1 // checksum mismatch with tag
910 v1.29.5 // cut from incorrect branch
1011 v1.28.0 // tag was mutated
@@ -15,7 +16,7 @@ retract (
1516require (
1617 github.com/go-viper/mapstructure/v2 v2.4.0
1718 github.com/google/go-cmp v0.6.0
18- github.com/hashicorp/consul/sdk v0.17.1
19+ github.com/hashicorp/consul/sdk v0.17.2
1920 github.com/hashicorp/go-cleanhttp v0.5.2
2021 github.com/hashicorp/go-hclog v1.5.0
2122 github.com/hashicorp/go-multierror v1.1.1
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
4545github.1485827954.workers.dev/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
4646github.1485827954.workers.dev/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
4747github.1485827954.workers.dev/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
48+ github.com/hashicorp/consul/sdk v0.17.2 h1:sC0jgNhJkZX3wo1DCrkG12r+1JlZQpWvk3AoL3yZE4Q =
49+ github.com/hashicorp/consul/sdk v0.17.2 /go.mod h1:VjccKcw6YhMhjH84/ZhTXZ0OG4SUq+K25P6DiCV/Hvg =
4850github.1485827954.workers.dev/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
4951github.1485827954.workers.dev/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I =
5052github.1485827954.workers.dev/hashicorp/errwrap v1.1.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
You can’t perform that action at this time.
0 commit comments