diff options
author | Andinus <andinus@nand.sh> | 2020-04-04 18:40:04 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-04-04 18:40:04 +0530 |
commit | 37c097e4ae1ff4a846edb615cc322ee5e547a709 (patch) | |
tree | 7046b7a18c4c388fe9bd5ee0f2dd06f8db41478f /go.mod | |
parent | 8dd58b925629cdb99d6293ce7c9953a9b65ccefc (diff) | |
download | cetus-37c097e4ae1ff4a846edb615cc322ee5e547a709.tar.gz |
Add support for unveil on OpenBSD
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
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 |