summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-06 14:59:25 +0530
committerAndinus <andinus@nand.sh>2020-04-06 14:59:25 +0530
commit202c8a13803b76b838f99cbd887616c67c9aedde (patch)
tree5bd265a0b0a11d5e329f750059471217cceb32c3 /go.mod
parent0883e2777d35eea4e38a20b16ebac6b1c8d2ac5b (diff)
downloadcetus-202c8a13803b76b838f99cbd887616c67c9aedde.tar.gz
Switch to lynx & remove custom unveil wrappers
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 74e2534..52e6818 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module tildegit.org/andinus/cetus
 
 go 1.13
 
-require golang.org/x/sys v0.0.0-20200331124033-c3d80250170d
+require (
+	golang.org/x/sys v0.0.0-20200331124033-c3d80250170d
+	tildegit.org/andinus/lynx v0.1.0
+)