summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-03-23 19:53:40 +0530
committerAndinus <andinus@nand.sh>2020-04-06 21:53:07 +0530
commit0d2851548ddd4d860d3304a5281d741f56a69095 (patch)
treeac5b4be3716f683a67a3601ac0d220bc2fa29353 /go.mod
downloadgrus-0d2851548ddd4d860d3304a5281d741f56a69095.tar.gz
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..23e39e3
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,9 @@
+module tildegit.org/andinus/grus
+
+go 1.13
+
+require (
+	github.com/mattn/go-sqlite3 v2.0.3+incompatible
+	golang.org/x/sys v0.0.0-20200406113430-c6e801f48ba2
+	tildegit.org/andinus/lynx v0.1.0
+)