Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-05-15 13:23:55 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-05-15 13:23:55 +0300
commit22e889b93cc70a5dd104421367b5fb10f34ca6a5 (patch)
tree95c1843934fcadee3206a6d3093934c7e40f8ae1 /go.mod
parent3e8fa7c272824fdfceb5a4de5292592c148433e9 (diff)
go: Update module github.com/prometheus/client_golang to v1.15.1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 8b3280b8c..d3b388754 100644
--- a/go.mod
+++ b/go.mod
@@ -32,7 +32,7 @@ require (
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/opentracing/opentracing-go v1.2.0
github.com/pelletier/go-toml/v2 v2.0.7
- github.com/prometheus/client_golang v1.15.0
+ github.com/prometheus/client_golang v1.15.1
github.com/rubenv/sql-migrate v1.4.0
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.2