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:
authorSami Hiltunen <shiltunen@gitlab.com>2023-05-18 11:58:38 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2023-05-18 11:58:38 +0300
commitae1a14763207c03f25102a2927ac6e34d5986ecd (patch)
tree22f3762d0703e636974136804274e95537bc67e2 /go.mod
parent92c92679ce2c9e4f23966c03faae3876eda34501 (diff)
parenta33e1573d3919a60e646441991b2d6bdffd56ee4 (diff)
Merge branch 'pks-go-urfave-cli-v2.25.3' into 'master'
go.mod: Update urfave/cli module to v2.25.3 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5804 Merged-by: Sami Hiltunen <shiltunen@gitlab.com> Approved-by: James Fargher <proglottis@gmail.com> Co-authored-by: Patrick Steinhardt <psteinhardt@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 15ef9835f..e99e348ac 100644
--- a/go.mod
+++ b/go.mod
@@ -37,7 +37,7 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.2
github.com/uber/jaeger-client-go v2.30.0+incompatible
- github.com/urfave/cli/v2 v2.25.1
+ github.com/urfave/cli/v2 v2.25.3
gitlab.com/gitlab-org/labkit v1.18.0
go.uber.org/goleak v1.2.1
gocloud.dev v0.29.0