mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-09 00:22:19 -04:00
fix go.work
Signed-off-by: bwplotka <bwplotka@gmail.com>
This commit is contained in:
parent
b902c36303
commit
acdb302bee
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
module compliance
|
||||
|
||||
go 1.25.6
|
||||
go 1.25.0
|
||||
|
||||
require github.com/prometheus/compliance/remotewrite v0.0.0-20260223092825-818283e1171e
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/prometheus/prometheus/documentation/examples/remote_storage
|
||||
|
||||
go 1.25.6
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/alecthomas/kingpin/v2 v2.4.0
|
||||
|
|
|
|||
2
go.work
2
go.work
|
|
@ -1,4 +1,4 @@
|
|||
go 1.25.6
|
||||
go 1.25.0
|
||||
|
||||
use (
|
||||
.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/prometheus/prometheus/web/ui/mantine-ui/src/promql/tools
|
||||
|
||||
go 1.25.6
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853
|
||||
|
|
|
|||
Loading…
Reference in a new issue