From e5bf9851ff3fc8748a2c770415a13a7a0244ba55 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Wed, 3 Feb 2021 14:27:46 -0600 Subject: Go 1.16: embed and io/fs --- widgets/help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets') diff --git a/widgets/help.go b/widgets/help.go index 73f67a0..a98a96a 100644 --- a/widgets/help.go +++ b/widgets/help.go @@ -5,7 +5,7 @@ import ( "strings" ui "github.com/gizak/termui/v3" - lingo "github.com/xxxserxxx/lingo" + "github.com/xxxserxxx/lingo/v2" ) var tr lingo.Translations -- cgit v1.2.3