mirror of
https://github.com/prometheus/prometheus.git
synced 2025-07-03 19:13:23 +00:00
Synchronize go.mod files
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
f2d8af008d
commit
709ccc7048
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
module github.com/prometheus/prometheus/documentation/examples/remote_storage
|
module github.com/prometheus/prometheus/documentation/examples/remote_storage
|
||||||
|
|
||||||
go 1.22.7
|
go 1.23.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alecthomas/kingpin/v2 v2.4.0
|
github.com/alecthomas/kingpin/v2 v2.4.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
module github.com/prometheus/prometheus/web/ui/mantine-ui/src/promql/tools
|
module github.com/prometheus/prometheus/web/ui/mantine-ui/src/promql/tools
|
||||||
|
|
||||||
go 1.22.7
|
go 1.23.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
|
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue