From 1738a6c0cb4b1ee0aa85eea9557f1ccb70309366 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 17:37:46 +0000 Subject: [PATCH] Update module github.com/codegangsta/cli to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2200a5d..d415153 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/sapcc/mosquitto-exporter go 1.14 require ( - github.com/codegangsta/cli v1.20.1-0.20170813145949-f017f86fccc5 + github.com/codegangsta/cli/v2 v2.27.1 github.com/eclipse/paho.mqtt.golang v1.3.5 github.com/prometheus/client_golang v1.11.0 )