From 7b19606acc610929a24351bcdccc62c9cf4f8b09 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Wed, 3 Feb 2021 12:28:46 -0600 Subject: Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get. --- cmd/gotop/main.go | 2 +- colorschemes/registry.go | 2 +- config.go | 2 +- devices/devices.go | 2 +- go.mod | 4 +--- go.sum | 2 ++ layout/layout.go | 2 +- logging/logging.go | 2 +- termui/table.go | 2 +- widgets/help.go | 2 +- 10 files changed, 11 insertions(+), 11 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" diff --git a/colorschemes/registry.go b/colorschemes/registry.go index 84b2e89..aa6e1f9 100644 --- a/colorschemes/registry.go +++ b/colorschemes/registry.go @@ -6,7 +6,7 @@ import ( "path/filepath" "strings" - "github.com/jdkeke142/lingo-toml" + "github.com/xxxserxxx/lingo" "github.com/shibukawa/configdir" ) diff --git a/config.go b/config.go index 8443909..b483f65 100644 --- a/config.go +++ b/config.go @@ -16,7 +16,7 @@ import ( "strings" "time" - "github.com/jdkeke142/lingo-toml" + "github.com/xxxserxxx/lingo" "github.com/shibukawa/configdir" "github.com/xxxserxxx/gotop/v4/colorschemes" "github.com/xxxserxxx/gotop/v4/widgets" diff --git a/devices/devices.go b/devices/devices.go index 8873ae5..1574354 100644 --- a/devices/devices.go +++ b/devices/devices.go @@ -2,7 +2,7 @@ package devices import ( "log" - "github.com/jdkeke142/lingo-toml" + "github.com/xxxserxxx/lingo" ) const ( diff --git a/go.mod b/go.mod index 084f402..a885fb0 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/distatus/battery v0.10.0 github.com/gizak/termui/v3 v3.1.0 github.com/go-ole/go-ole v1.2.4 // indirect - github.com/jdkeke142/lingo-toml v0.0.0-20200705162942-3520fe0dec06 + github.com/xxxserxxx/lingo v0.0.0-20210203173221-1a343cae68e0 github.com/mattn/go-runewidth v0.0.4 github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 // indirect github.com/onsi/ginkgo v1.14.2 // indirect @@ -23,5 +23,3 @@ require ( ) go 1.14 - -replace github.com/jdkeke142/lingo-toml => github.com/xxxserxxx/lingo v0.0.0-20210125170606-5858cf2e409d diff --git a/go.sum b/go.sum index cc62eaa..83f77e1 100644 --- a/go.sum +++ b/go.sum @@ -79,6 +79,8 @@ github.com/valyala/histogram v1.0.1 h1:FzA7n2Tz/wKRMejgu3PV1vw3htAklTjjuoI6z3d4K github.com/valyala/histogram v1.0.1/go.mod h1:lQy0xA4wUz2+IUnf97SivorsJIp8FxsnRd6x25q7Mto= github.com/xxxserxxx/lingo v0.0.0-20210125170606-5858cf2e409d h1:AMZd3NBq6ivnxE8w7CGOl3jFXX2aT3tkKptXEL1xHYA= github.com/xxxserxxx/lingo v0.0.0-20210125170606-5858cf2e409d/go.mod h1:R5dUtmikrDRJHLdiy7nTWQWp44RhYKJ+sOSb0UtsoUk= +github.com/xxxserxxx/lingo v0.0.0-20210203173221-1a343cae68e0 h1:Ru3WVLMLIpKyJ+RovEnjD/Kl2I7dnyhkldJPUc8eKdE= +github.com/xxxserxxx/lingo v0.0.0-20210203173221-1a343cae68e0/go.mod h1:SMupCha07PWCBui+1FLLBSJ9BybFvGiXdyogAMbUcFg= github.com/xxxserxxx/opflag v1.0.5 h1:2H4Qtl1qe+dSkEcGt+fBe2mQ8z14MgkWPqcLaoa6k90= github.com/xxxserxxx/opflag v1.0.5/go.mod h1:GWZtb3/tGGj5W1GE/JTyJAuqgxDxl1+jqDGAGM+P/p4= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= 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" diff --git a/logging/logging.go b/logging/logging.go index 20a0134..449c344 100644 --- a/logging/logging.go +++ b/logging/logging.go @@ -8,7 +8,7 @@ import ( "path/filepath" "sync" - "github.com/jdkeke142/lingo-toml" + "github.com/xxxserxxx/lingo" "github.com/xxxserxxx/gotop/v4" ) diff --git a/termui/table.go b/termui/table.go index a879489..08ca53e 100644 --- a/termui/table.go +++ b/termui/table.go @@ -8,7 +8,7 @@ import ( "strconv" . "github.com/gizak/termui/v3" - "github.com/jdkeke142/lingo-toml" + "github.com/xxxserxxx/lingo" ) type Table struct { 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 -- cgit v1.2.3