Skip to content

Commit aed9851

Browse files
committed
go mod tidy
1 parent c112c13 commit aed9851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/go-pg/pg/v10 v10.14.0
99
github.com/ory/dockertest v3.3.5+incompatible
1010
github.com/prometheus/client_golang v1.20.5
11+
github.com/prometheus/client_model v0.6.1
1112
gopkg.in/yaml.v2 v2.4.0
1213
)
1314

@@ -32,7 +33,6 @@ require (
3233
github.com/opencontainers/image-spec v1.1.0 // indirect
3334
github.com/opencontainers/runc v1.2.4 // indirect
3435
github.com/pkg/errors v0.9.1 // indirect
35-
github.com/prometheus/client_model v0.6.1 // indirect
3636
github.com/prometheus/common v0.55.0 // indirect
3737
github.com/prometheus/procfs v0.15.1 // indirect
3838
github.com/sirupsen/logrus v1.9.3 // indirect

0 commit comments

Comments
 (0)