From 70d96bd2c211a12d3b812a748ba379f001426dd1 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Thu, 10 Feb 2022 09:24:50 -0600 Subject: Temporarily replace David's goopt with my patched version that fixes the dash issue. --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') 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 -- cgit v1.2.3