Synchronize go.mod files

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
pull/16132/head
Arve Knudsen 4 months ago
parent f2d8af008d
commit 709ccc7048
  1. 2
      documentation/examples/remote_storage/go.mod
  2. 2
      web/ui/mantine-ui/src/promql/tools/go.mod

@ -1,6 +1,6 @@
module github.com/prometheus/prometheus/documentation/examples/remote_storage
go 1.22.7
go 1.23.0
require (
github.com/alecthomas/kingpin/v2 v2.4.0

@ -1,6 +1,6 @@
module github.com/prometheus/prometheus/web/ui/mantine-ui/src/promql/tools
go 1.22.7
go 1.23.0
require (
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc

Loading…
Cancel
Save