summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-20 10:05:58 -0600
committerSean E. Russell <ser@ser1.net>2020-02-20 12:35:18 -0600
commit5f37965467eb89f6d7e2cb83fe20ed1de25ab9a7 (patch)
tree46de122a279e78f4b4559df74bb5a8ddae613942 /go.mod
parentf96a97c3d8f5b8cd87a6e2f1fd1d0a4032c429a7 (diff)
Builds for darwin; requires docker.
osxcross has an old go; make go.mod match. Directory clean-ups
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 6058002..639a0d1 100644
--- a/go.mod
+++ b/go.mod
@@ -15,4 +15,4 @@ require (
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)
-go 1.13
+go 1.12