summaryrefslogtreecommitdiffstats
path: root/cmd
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 /cmd
parentbda3aad123b0f63c2f436ce697131fd44908f7ca (diff)
Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get.
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gotop/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index bcf05f0..c021515 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -21,7 +21,7 @@ import (
"github.com/VictoriaMetrics/metrics"
jj "github.com/cloudfoundry-attic/jibber_jabber"
ui "github.com/gizak/termui/v3"
- "github.com/jdkeke142/lingo-toml"
+ "github.com/xxxserxxx/lingo"
"github.com/shibukawa/configdir"
"github.com/xxxserxxx/opflag"