From 4ee43498670775acc273dbcd4df3cc2f41c2cb02 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Aug 2021 10:08:26 +0000 Subject: [PATCH] chore(deps): update module github.com/gdamore/tcell to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5c67926..bdd85fb 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/coreos/go-oidc v2.2.1+incompatible - github.com/gdamore/tcell v1.4.0 + github.com/gdamore/tcell/v2 v2.4.0 github.com/go-sql-driver/mysql v1.5.0 github.com/jcmturner/gokrb5/v8 v8.4.2 github.com/julienschmidt/httprouter v1.3.0