summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2022-02-08 16:50:30 -0600
committerSean E. Russell <ser@ser1.net>2022-02-09 13:18:39 -0600
commit66047ad64cf9211da7940d3c73b5811766591124 (patch)
tree6e7366c0f74aed10006198f1619cd27457be6fed /go.mod
parent7b8bf412b1c832ef5702c933ce21e03b8fad201a (diff)
Fixes #158, adding a man page. This replaces the flags library in the process. It also changes some of the new no- flags.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b8bc904..674f2f3 100644
--- a/go.mod
+++ b/go.mod
@@ -7,6 +7,7 @@ require (
github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 // indirect
github.com/distatus/battery v0.10.0
+ github.com/droundy/goopt v0.0.0-20170604162106-0b8effe182da
github.com/gizak/termui/v3 v3.1.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/mattn/go-runewidth v0.0.4
@@ -17,7 +18,6 @@ require (
github.com/shirou/gopsutil v3.20.12+incompatible
github.com/stretchr/testify v1.4.0
github.com/xxxserxxx/lingo/v2 v2.0.1
- github.com/xxxserxxx/opflag v1.0.5
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect