@@ -10,7 +10,7 @@ require (
10
10
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
11
11
github.com/otiai10/copy v1.4.2
12
12
github.com/pires/go-proxyproto v0.6.2
13
- github.com/prometheus/client_golang v1.12.2
13
+ github.com/prometheus/client_golang v1.13.1
14
14
github.com/sirupsen/logrus v1.9.0
15
15
github.com/stretchr/testify v1.8.0
16
16
gitlab.com/gitlab-org/gitaly/v15 v15.4.0-rc2
@@ -60,8 +60,8 @@ require (
60
60
github.com/pkg/errors v0.9.1 // indirect
61
61
github.com/pmezard/go-difflib v1.0.0 // indirect
62
62
github.com/prometheus/client_model v0.2.0 // indirect
63
- github.com/prometheus/common v0.32.1 // indirect
64
- github.com/prometheus/procfs v0.7.3 // indirect
63
+ github.com/prometheus/common v0.37.0 // indirect
64
+ github.com/prometheus/procfs v0.8.0 // indirect
65
65
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a // indirect
66
66
github.com/shirou/gopsutil/v3 v3.21.2 // indirect
67
67
github.com/tinylib/msgp v1.1.2 // indirect
@@ -86,3 +86,5 @@ require (
86
86
)
87
87
88
88
replace golang.org/x/crypto => gitlab.com/gitlab-org/golang-crypto v0.0.0-20220616060731-4818747c9fed
89
+
90
+ exclude github.com/prometheus/client_golang v1.12.1
0 commit comments