Skip to content

Commit f84a673

Browse files
fix(deps): update module github.com/sony/gobreaker/v2 to v2.3.0 (main) (#19418)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b2a5c08 commit f84a673

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ require (
9191
github.com/segmentio/fasthash v1.0.3
9292
github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c
9393
github.com/shurcooL/vfsgen v0.0.0-20230704071429-0000e147ea92
94-
github.com/sony/gobreaker/v2 v2.2.1
94+
github.com/sony/gobreaker/v2 v2.3.0
9595
github.com/spf13/afero v1.15.0
9696
github.com/stretchr/testify v1.11.1
9797
github.com/uber/jaeger-client-go v2.30.0+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,8 +1198,8 @@ github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4k
11981198
github.com/sony/gobreaker v0.4.1/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY=
11991199
github.com/sony/gobreaker v0.5.0 h1:dRCvqm0P490vZPmy7ppEk2qCnCieBooFJ+YoXGYB+yg=
12001200
github.com/sony/gobreaker v0.5.0/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY=
1201-
github.com/sony/gobreaker/v2 v2.2.1 h1:ck4l2AcmFb97BJhayj6xvH0kg40xNBYEVUytJcFLfRo=
1202-
github.com/sony/gobreaker/v2 v2.2.1/go.mod h1:pTyFJgcZ3h2tdQVLZZruK2C0eoFL1fb/G83wK1ZQl+s=
1201+
github.com/sony/gobreaker/v2 v2.3.0 h1:7VYxZ69QXRQ2Q4eEawHn6eU4FiuwovzJwsUMA03Lu4I=
1202+
github.com/sony/gobreaker/v2 v2.3.0/go.mod h1:pTyFJgcZ3h2tdQVLZZruK2C0eoFL1fb/G83wK1ZQl+s=
12031203
github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I=
12041204
github.com/spf13/afero v1.15.0/go.mod h1:NC2ByUVxtQs4b3sIUphxK0NioZnmxgyCrfzeuq8lxMg=
12051205
github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=

vendor/github.com/sony/gobreaker/v2/distributed_gobreaker.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1857,7 +1857,7 @@ github.com/shurcooL/vfsgen
18571857
# github.com/sirupsen/logrus v1.9.3
18581858
## explicit; go 1.13
18591859
github.com/sirupsen/logrus
1860-
# github.com/sony/gobreaker/v2 v2.2.1
1860+
# github.com/sony/gobreaker/v2 v2.3.0
18611861
## explicit; go 1.22.0
18621862
github.com/sony/gobreaker/v2
18631863
# github.com/spf13/afero v1.15.0

0 commit comments

Comments
 (0)