summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-04 18:40:04 +0530
committerAndinus <andinus@nand.sh>2020-04-04 18:40:04 +0530
commit37c097e4ae1ff4a846edb615cc322ee5e547a709 (patch)
tree7046b7a18c4c388fe9bd5ee0f2dd06f8db41478f /go.mod
parent8dd58b925629cdb99d6293ce7c9953a9b65ccefc (diff)
downloadcetus-37c097e4ae1ff4a846edb615cc322ee5e547a709.tar.gz
Add support for unveil on OpenBSD
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 1c3c737..74e2534 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
 module tildegit.org/andinus/cetus
 
 go 1.13
+
+require golang.org/x/sys v0.0.0-20200331124033-c3d80250170d