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 c112c13 commit aed9851Copy full SHA for aed9851
go.mod
@@ -8,6 +8,7 @@ require (
8
github.com/go-pg/pg/v10 v10.14.0
9
github.com/ory/dockertest v3.3.5+incompatible
10
github.com/prometheus/client_golang v1.20.5
11
+ github.com/prometheus/client_model v0.6.1
12
gopkg.in/yaml.v2 v2.4.0
13
)
14
@@ -32,7 +33,6 @@ require (
32
33
github.com/opencontainers/image-spec v1.1.0 // indirect
34
github.com/opencontainers/runc v1.2.4 // indirect
35
github.com/pkg/errors v0.9.1 // indirect
- github.com/prometheus/client_model v0.6.1 // indirect
36
github.com/prometheus/common v0.55.0 // indirect
37
github.com/prometheus/procfs v0.15.1 // indirect
38
github.com/sirupsen/logrus v1.9.3 // indirect
0 commit comments