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 15:52:40 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-17 15:54:22 +0300
commita33e1573d3919a60e646441991b2d6bdffd56ee4 (patch)
tree5c142fcc30fafa46883fbc862a6738e6b4279fda /go.mod
parente66b5c2f3d56234280470d45f769779619553280 (diff)
go.mod: Update urfave/cli module to v2.25.3
While the Renovate bot has created the update to urfave/cli v2.25.3 for us already, it was closed due to a slight change in the output it generates when required flags are missing: instead of printing the single-letter abbreviation, the module now prints the complete flag name. This was upstream changed in a7e3459 (fix: missing required flag error uses flag name and not alias, 2023-03-20). Update the urfave/cli module to v2.25.3 and fix the now-broken test.
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 9a8e689bf..44587cf39 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