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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-17 17:38:06 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-17 17:38:06 +0300
commit816fbfbad4a6e63879c465406f58f61a41ba8b73 (patch)
tree289c1e384b928badd5f3bb11329cf1fb786cab15 /go.mod
parent8bd903c3409f977a580319b024fd30f4e91f7dab (diff)
parent22e889b93cc70a5dd104421367b5fb10f34ca6a5 (diff)
Merge branch 'renovate/github.com-prometheus-client_golang-1.x' into 'master'
go: Update module github.com/prometheus/client_golang to v1.15.1 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5754 Merged-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: Sami Hiltunen <shiltunen@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
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 e0f811700..e9988f91d 100644
--- a/go.mod
+++ b/go.mod
@@ -32,7 +32,7 @@ require (
github.com/opencontainers/runtime-spec v1.1.0-rc.2.0.20230511085824-0983f1d9e08f
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