From 3728a8675555a99e154534259d086be452d90d34 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 Sep 2024 20:01:26 +0000 Subject: [PATCH] fix(deps): update module github.com/prometheus/client_golang to v1.20.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9234734..f310ed7 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/google/uuid v1.6.0 github.com/joho/godotenv v1.5.1 github.com/mattn/go-sqlite3 v1.14.23 - github.com/prometheus/client_golang v1.20.2 + github.com/prometheus/client_golang v1.20.3 golang.org/x/crypto v0.26.0 )