Skip to content

Commit cab7e8f

Browse files
committed
go.mod: remove temporary replace
1 parent 71c75fd commit cab7e8f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ require (
116116
github.com/pion/transport/v2 v2.2.10 // indirect
117117
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
118118
github.com/prometheus/procfs v0.16.0 // indirect
119-
github.com/prometheus/prometheus v1.8.2-0.20201028100903-3245b3267b24 // indirect
119+
github.com/prometheus/prometheus v0.303.0 // indirect
120120
github.com/rs/xid v1.6.0 // indirect
121121
github.com/russross/blackfriday/v2 v2.1.0 // indirect
122122
github.com/safchain/ethtool v0.5.10 // indirect
@@ -166,5 +166,3 @@ require (
166166
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
167167
sigs.k8s.io/yaml v1.4.0 // indirect
168168
)
169-
170-
replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.303.0

vendor/modules.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ github.com/prometheus/common/version
431431
github.com/prometheus/procfs
432432
github.com/prometheus/procfs/internal/fs
433433
github.com/prometheus/procfs/internal/util
434-
# github.com/prometheus/prometheus v1.8.2-0.20201028100903-3245b3267b24 => github.com/prometheus/prometheus v0.303.0
434+
# github.com/prometheus/prometheus v0.303.0
435435
## explicit; go 1.23.0
436436
github.com/prometheus/prometheus/model/exemplar
437437
github.com/prometheus/prometheus/model/histogram
@@ -1380,4 +1380,3 @@ sigs.k8s.io/structured-merge-diff/v4/value
13801380
## explicit; go 1.12
13811381
sigs.k8s.io/yaml
13821382
sigs.k8s.io/yaml/goyaml.v2
1383-
# github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.303.0

0 commit comments

Comments
 (0)