From 7af52282a9f2662d8c53f19afd502c91b38b28a3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 1 Aug 2020 01:42:13 +0000 Subject: [PATCH] Update module urfave/negroni to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index aab0748..ad05ece 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/sirupsen/logrus v1.6.0 github.com/spf13/cobra v1.0.0 github.com/spf13/viper v1.7.1 - github.com/urfave/negroni v1.0.0 + github.com/urfave/negroni/v2/v2 v2.0.2 golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d gopkg.in/russross/blackfriday.v2 v2.0.0 )