summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-03 17:21:23 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-03 17:21:23 +0100
commitd209770a5d3382f6b3b4ca493324d0bfee73fe57 (patch)
tree2eeb39a6800204065d8f3d514a4fae76bc714b33 /go.mod
Initial 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..debf8ca
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module quicknote
+
+go 1.20
+
+require github.com/atotto/clipboard v0.1.4 // indirect