We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d9a13 commit e27d719Copy full SHA for e27d719
go.mod
@@ -13,6 +13,7 @@ require (
13
github.com/oklog/ulid v1.3.1
14
github.com/pkg/errors v0.9.1
15
github.com/prometheus/client_golang v1.14.0
16
+ github.com/sony/gobreaker v0.5.0
17
github.com/stretchr/testify v1.8.4
18
google.golang.org/protobuf v1.28.1
19
)
@@ -28,7 +29,6 @@ require (
28
29
github.com/prometheus/client_model v0.3.0 // indirect
30
github.com/prometheus/common v0.39.0 // indirect
31
github.com/prometheus/procfs v0.9.0 // indirect
- github.com/stretchr/objx v0.5.0 // indirect
32
golang.org/x/sys v0.4.0 // indirect
33
gopkg.in/yaml.v3 v3.0.1 // indirect
34
0 commit comments