fix(deps): update module github.com/prometheus/client_golang to v1.20.5
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 56s

This commit was merged in pull request #214.
This commit is contained in:
2024-10-15 20:47:49 +00:00
committed by renovate
parent d81e09307a
commit 96d7650b2c
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -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.24
github.com/prometheus/client_golang v1.20.4
github.com/prometheus/client_golang v1.20.5
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.28.0
)