summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2022-02-17 13:28:21 -0600
committerSean E. Russell <ser@ser1.net>2022-02-17 13:28:21 -0600
commitdb95c9c48ac3c4c46fb2efaed244d38769e255d7 (patch)
treedd789d07ced01dd58f19cdbcc93f858d825dfd15 /go.mod
parentf21a46134638da7d2fe38915f7298362f8e82452 (diff)
The dash-patch was merged upstream by droundy, so this gets rid of the replace.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 9646191..2084381 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +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/droundy/goopt v0.0.0-20220217183150-48d6390ad4d1
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
@@ -23,6 +23,4 @@ require (
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
)
-replace github.com/droundy/goopt => github.com/xxxserxxx/goopt v0.0.0-20220210150945-f4719cb0883e
-
go 1.16