summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2022-02-10 09:24:50 -0600
committerSean E. Russell <ser@ser1.net>2022-02-10 09:24:50 -0600
commit70d96bd2c211a12d3b812a748ba379f001426dd1 (patch)
tree95c3cadd56a88784a9b22eb8f71ffc952b7ded7e /go.mod
parent7d2656726e181968a8003607e1f0ab002706e443 (diff)
Temporarily replace David's goopt with my patched version that fixes the dash issue.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 674f2f3..9646191 100644
--- a/go.mod
+++ b/go.mod
@@ -23,4 +23,6 @@ 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