File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11module github.com/flomesh-io/fsm
22
3- go 1.25.3
3+ go 1.25.5
44
55require (
66 github.com/AlekSi/gocov-xml v1.2.0
@@ -32,7 +32,7 @@ require (
3232 github.com/google/go-cmp v0.7.0
3333 github.com/google/uuid v1.6.0
3434 github.com/gorilla/mux v1.8.1
35- github.com/hashicorp/consul/api v1.33.0
35+ github.com/hashicorp/consul/api v1.33.2
3636 github.com/hashicorp/go-multierror v1.1.1
3737 github.com/hashicorp/go-version v1.8.0
3838 github.com/hashicorp/golang-lru/v2 v2.0.7
Original file line number Diff line number Diff line change @@ -971,11 +971,11 @@ github.com/hashicorp/cap/ldap v0.0.0-20250106213447-9047b8b3240f h1:iixO0KNqHfSM
971971github.com/hashicorp/cap/ldap v0.0.0-20250106213447-9047b8b3240f /go.mod h1:vGqAhHKOR5gadKWjwhoWp3RKto/tmhVOtH8gcD0c8ss =
972972github.com/hashicorp/cli v1.1.7 h1:/fZJ+hNdwfTSfsxMBa9WWMlfjUZbX8/LnUxgAd7lCVU =
973973github.com/hashicorp/cli v1.1.7 /go.mod h1:e6Mfpga9OCT1vqzFuoGZiiF/KaG9CbUfO5s3ghU3YgU =
974- github.com/hashicorp/consul/api v1.33.0 h1:MnFUzN1Bo6YDGi/EsRLbVNgA4pyCymmcswrE5j4OHBM =
975- github.com/hashicorp/consul/api v1.33.0 /go.mod h1:vLz2I/bqqCYiG0qRHGerComvbwSWKswc8rRFtnYBrIw =
974+ github.com/hashicorp/consul/api v1.33.2 h1:Q6mE0WZsUTJerlnl9TuXzqrtZ0cKdOCsxcZhj5mKbMs =
975+ github.com/hashicorp/consul/api v1.33.2 /go.mod h1:K3yoL/vnIBcQV/25NeMZVokRvPPERiqp2Udtr4xAfhs =
976976github.com/hashicorp/consul/sdk v0.1.1 /go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8 =
977- github.com/hashicorp/consul/sdk v0.17.0 h1:N/JigV6y1yEMfTIhXoW0DXUecM2grQnFuRpY7PcLHLI =
978- github.com/hashicorp/consul/sdk v0.17.0 /go.mod h1:8dgIhY6VlPUprRH7o7UenVuFEgq017qUn3k9wS5mCt4 =
977+ github.com/hashicorp/consul/sdk v0.17.1 h1:LumAh8larSXmXw2wvw/lK5ZALkJ2wK8VRwWMLVV5M5c =
978+ github.com/hashicorp/consul/sdk v0.17.1 /go.mod h1:EngiixMhmw9T7wApycq6rDRFXXVUwjjf7HuLiGMH/Sw =
979979github.com/hashicorp/cronexpr v1.1.2 h1:wG/ZYIKT+RT3QkOdgYc+xsKWVRgnxJ1OJtjjy84fJ9A =
980980github.com/hashicorp/cronexpr v1.1.2 /go.mod h1:P4wA0KBl9C5q2hABiMO7cp6jcIg96CDh1Efb3g1PWA4 =
981981github.com/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
You can’t perform that action at this time.
0 commit comments