From 5a3c0b4d2dc02c4432c20ec05b2161fdd30351d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 01:03:34 +0000 Subject: [PATCH] Update module github.com/ansrivas/fiberprometheus/v2 to v2.7.0 --- template/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/go.mod b/template/go.mod index c82d55e..0dffbf0 100644 --- a/template/go.mod +++ b/template/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/gofiber/fiber/v2 v2.32.0 - github.com/ansrivas/fiberprometheus/v2 v2.6.0 + github.com/ansrivas/fiberprometheus/v2 v2.7.0 github.com/caarlos0/env/v6 v6.9.1 gorm.io/driver/mysql v1.3.3 gorm.io/gorm v1.23.4