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 --- termui/table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'termui/table.go') diff --git a/termui/table.go b/termui/table.go index 08ca53e..29e4c3f 100644 --- a/termui/table.go +++ b/termui/table.go @@ -8,7 +8,7 @@ import ( "strconv" . "github.com/gizak/termui/v3" - "github.com/xxxserxxx/lingo" + "github.com/xxxserxxx/lingo/v2" ) type Table struct { -- cgit v1.2.3