Skip to content

Commit

Permalink
Add Circuit Breaker middleware (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 committed Aug 21, 2023
1 parent 43d9a13 commit e27d719
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 458 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require (
github.com/oklog/ulid v1.3.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.14.0
github.com/sony/gobreaker v0.5.0
github.com/stretchr/testify v1.8.4
google.golang.org/protobuf v1.28.1
)
Expand All @@ -28,7 +29,6 @@ require (
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.39.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit e27d719

Please sign in to comment.