Skip to content

Commit 9cb8406

Browse files
author
Igor Drozdov
committed
Update prometheus package to 1.13.1
It also excludes 1.12.1 version to break the cycling dependency that loads a lot of obsolete libraries
1 parent bb8ef65 commit 9cb8406

File tree

2 files changed

+13
-65
lines changed

2 files changed

+13
-65
lines changed

go.mod

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
1111
github.com/otiai10/copy v1.4.2
1212
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
1414
github.com/sirupsen/logrus v1.9.0
1515
github.com/stretchr/testify v1.8.0
1616
gitlab.com/gitlab-org/gitaly/v15 v15.4.0-rc2
@@ -60,8 +60,8 @@ require (
6060
github.com/pkg/errors v0.9.1 // indirect
6161
github.com/pmezard/go-difflib v1.0.0 // indirect
6262
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
6565
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a // indirect
6666
github.com/shirou/gopsutil/v3 v3.21.2 // indirect
6767
github.com/tinylib/msgp v1.1.2 // indirect
@@ -86,3 +86,5 @@ require (
8686
)
8787

8888
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

Comments
 (0)