mirror of https://github.com/prometheus/prometheus
Make new UI tools Go version the same as rest of Prometheus
Signed-off-by: Julius Volz <julius.volz@gmail.com>pull/14872/head
parent
ae131e7d86
commit
ee4a06be37
|
@ -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.23.0
|
go 1.21.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
|
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
|
||||||
|
|
Loading…
Reference in New Issue