Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get.

This commit is contained in:
Sean E. Russell 2021-02-03 12:28:46 -06:00
parent bda3aad123
commit 7b19606acc
10 changed files with 11 additions and 11 deletions

View File

@ -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"

View File

@ -6,7 +6,7 @@ import (
"path/filepath"
"strings"
"github.com/jdkeke142/lingo-toml"
"github.com/xxxserxxx/lingo"
"github.com/shibukawa/configdir"
)

View File

@ -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"

View File

@ -2,7 +2,7 @@ package devices
import (
"log"
"github.com/jdkeke142/lingo-toml"
"github.com/xxxserxxx/lingo"
)
const (

4
go.mod
View File

@ -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

2
go.sum
View File

@ -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=

View File

@ -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"

View File

@ -8,7 +8,7 @@ import (
"path/filepath"
"sync"
"github.com/jdkeke142/lingo-toml"
"github.com/xxxserxxx/lingo"
"github.com/xxxserxxx/gotop/v4"
)

View File

@ -8,7 +8,7 @@ import (
"strconv"
. "github.com/gizak/termui/v3"
"github.com/jdkeke142/lingo-toml"
"github.com/xxxserxxx/lingo"
)
type Table struct {

View File

@ -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