diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-03 17:21:23 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-03 17:21:23 +0100 |
commit | d209770a5d3382f6b3b4ca493324d0bfee73fe57 (patch) | |
tree | 2eeb39a6800204065d8f3d514a4fae76bc714b33 /go.mod |
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module quicknote + +go 1.20 + +require github.com/atotto/clipboard v0.1.4 // indirect |