Synchronize go.mod files

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen 2025-03-07 12:13:02 +01:00
parent f2d8af008d
commit 709ccc7048
2 changed files with 2 additions and 2 deletions

View file

@ -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