From a33e1573d3919a60e646441991b2d6bdffd56ee4 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Wed, 17 May 2023 14:52:40 +0200 Subject: 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. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.3