Skip to content

Commit e27d719

Browse files
authored
Add Circuit Breaker middleware (ThreeDotsLabs#380)
1 parent 43d9a13 commit e27d719

File tree

4 files changed

+95
-458
lines changed

4 files changed

+95
-458
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/oklog/ulid v1.3.1
1414
github.com/pkg/errors v0.9.1
1515
github.com/prometheus/client_golang v1.14.0
16+
github.com/sony/gobreaker v0.5.0
1617
github.com/stretchr/testify v1.8.4
1718
google.golang.org/protobuf v1.28.1
1819
)
@@ -28,7 +29,6 @@ require (
2829
github.com/prometheus/client_model v0.3.0 // indirect
2930
github.com/prometheus/common v0.39.0 // indirect
3031
github.com/prometheus/procfs v0.9.0 // indirect
31-
github.com/stretchr/objx v0.5.0 // indirect
3232
golang.org/x/sys v0.4.0 // indirect
3333
gopkg.in/yaml.v3 v3.0.1 // indirect
3434
)

0 commit comments

Comments
 (0)