Skip to content

Commit 2f05f96

Browse files
committed
TUN-5995: Force prometheus v1.12.1 usage
1 parent 14002e4 commit 2f05f96

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,6 @@ require (
9898
replace github.com/urfave/cli/v2 => github.com/ipostelnik/cli/v2 v2.3.1-0.20210324024421-b6ea8234fe3d
9999

100100
replace github.com/lucas-clemente/quic-go => github.com/chungthuang/quic-go v0.24.1-0.20220110095058-981dc498cb62
101+
102+
// Avoid 'CVE-2022-21698'
103+
replace github.com/prometheus/golang_client => github.com/prometheus/golang_client v1.12.1

vendor/modules.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,3 +566,4 @@ zombiezen.com/go/capnproto2/server
566566
zombiezen.com/go/capnproto2/std/capnp/rpc
567567
# github.com/urfave/cli/v2 => github.com/ipostelnik/cli/v2 v2.3.1-0.20210324024421-b6ea8234fe3d
568568
# github.com/lucas-clemente/quic-go => github.com/chungthuang/quic-go v0.24.1-0.20220110095058-981dc498cb62
569+
# github.com/prometheus/golang_client => github.com/prometheus/golang_client v1.12.1

0 commit comments

Comments
 (0)