summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-06-20 08:33:01 -0500
committerSean E. Russell <ser@ser1.net>2020-06-20 08:33:01 -0500
commit9a56571373eb5a9ea9261afb39bebaf7ddeb700f (patch)
tree594855544e7fdfc3c1d502d8397b38c7e9a8b4a5 /go.mod
parentc0a06128a2c69daf07c399a25d44a1e923ddb7ef (diff)
Fixes the help text issue. Moved some hard-coded strings to the translation files.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 440df3c..1f39414 100644
--- a/go.mod
+++ b/go.mod
@@ -7,15 +7,17 @@ require (
github.com/distatus/battery v0.9.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-20200508150411-0ad65ccb786d
github.com/mattn/go-runewidth v0.0.4
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/shirou/gopsutil v2.20.3+incompatible
github.com/stretchr/testify v1.4.0
- github.com/xxxserxxx/lingo v1.1.0
github.com/xxxserxxx/opflag v1.0.5
golang.org/x/sys v0.0.0-20200316230553-a7d97aace0b0
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
)
go 1.14
+
+replace github.com/jdkeke142/lingo-toml => github.com/xxxserxxx/lingo v0.0.0-20200619152803-440e0ec753ec