summaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2021-02-03 12:28:46 -0600
committerSean E. Russell <ser@ser1.net>2021-02-03 12:28:46 -0600
commit7b19606acc610929a24351bcdccc62c9cf4f8b09 (patch)
treea701e686bbd23afacbc451de333f939ae220c558 /widgets
parentbda3aad123b0f63c2f436ce697131fd44908f7ca (diff)
Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get.
Diffstat (limited to 'widgets')
-rw-r--r--widgets/help.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/help.go b/widgets/help.go
index d98fecd..73f67a0 100644
--- a/widgets/help.go
+++ b/widgets/help.go
@@ -5,7 +5,7 @@ import (
"strings"
ui "github.com/gizak/termui/v3"
- lingo "github.com/jdkeke142/lingo-toml"
+ lingo "github.com/xxxserxxx/lingo"
)
var tr lingo.Translations