aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-01-20 23:05:54 +0800
committerGuangxiong Lin <[email protected]>2023-01-20 23:24:56 +0800
commit3f6aeea8c795b8bff59c1a8b45700d7bc44da4b9 (patch)
tree63dbe7f72fd397a55023a014b9a4eff8ded45400 /go.mod
downloadzk-3f6aeea8c795b8bff59c1a8b45700d7bc44da4b9.tar.gz
zk-3f6aeea8c795b8bff59c1a8b45700d7bc44da4b9.tar.bz2
zk-3f6aeea8c795b8bff59c1a8b45700d7bc44da4b9.zip
First commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..f952513
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module gxlin.org/zk
+
+go 1.19
+
+require github.com/yuin/goldmark v1.5.3