summaryrefslogtreecommitdiffstats
path: root/layout
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 /layout
parentbda3aad123b0f63c2f436ce697131fd44908f7ca (diff)
Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get.
Diffstat (limited to 'layout')
-rw-r--r--layout/layout.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/layout.go b/layout/layout.go
index 645e490..260356e 100644
--- a/layout/layout.go
+++ b/layout/layout.go
@@ -5,7 +5,7 @@ import (
"sort"
"strings"
- "github.com/jdkeke142/lingo-toml"
+ "github.com/xxxserxxx/lingo"
"github.com/xxxserxxx/gotop/v4"
"github.com/xxxserxxx/gotop/v4/widgets"