Skip to content

Commit 090ffd5

Browse files
fix(deps): update module github.com/sony/gobreaker/v2 to v2.4.0 (main) (#20366)
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 0b238bc commit 090ffd5

6 files changed

Lines changed: 76 additions & 16 deletions

File tree

‎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.3.0
94+
github.com/sony/gobreaker/v2 v2.4.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
@@ -1073,8 +1073,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
10731073
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
10741074
github.com/sony/gobreaker v0.5.0 h1:dRCvqm0P490vZPmy7ppEk2qCnCieBooFJ+YoXGYB+yg=
10751075
github.com/sony/gobreaker v0.5.0/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY=
1076-
github.com/sony/gobreaker/v2 v2.3.0 h1:7VYxZ69QXRQ2Q4eEawHn6eU4FiuwovzJwsUMA03Lu4I=
1077-
github.com/sony/gobreaker/v2 v2.3.0/go.mod h1:pTyFJgcZ3h2tdQVLZZruK2C0eoFL1fb/G83wK1ZQl+s=
1076+
github.com/sony/gobreaker/v2 v2.4.0 h1:g2KJRW1Ubty3+ZOcSEUN7K+REQJdN6yo6XvaML+jptg=
1077+
github.com/sony/gobreaker/v2 v2.4.0/go.mod h1:pTyFJgcZ3h2tdQVLZZruK2C0eoFL1fb/G83wK1ZQl+s=
10781078
github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I=
10791079
github.com/spf13/afero v1.15.0/go.mod h1:NC2ByUVxtQs4b3sIUphxK0NioZnmxgyCrfzeuq8lxMg=
10801080
github.com/spf13/cast v1.10.0 h1:h2x0u2shc1QuLHfxi+cTJvs30+ZAHOGRic8uyGTDWxY=

‎vendor/github.com/sony/gobreaker/v2/counter.go‎

Lines changed: 31 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

‎vendor/github.com/sony/gobreaker/v2/twostep_gobreaker.go‎

Lines changed: 7 additions & 6 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
@@ -1953,7 +1953,7 @@ github.com/shurcooL/vfsgen
19531953
# github.com/sirupsen/logrus v1.9.3
19541954
## explicit; go 1.13
19551955
github.com/sirupsen/logrus
1956-
# github.com/sony/gobreaker/v2 v2.3.0
1956+
# github.com/sony/gobreaker/v2 v2.4.0
19571957
## explicit; go 1.22.0
19581958
github.com/sony/gobreaker/v2
19591959
# github.com/spf13/afero v1.15.0

0 commit comments

Comments
 (0)