aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2020-05-09 11:48:55 -0700
committerjackyzha0 <[email protected]>2020-05-09 11:48:55 -0700
commit692f117d57d44935e8257aba4cd4b5f3a4a8f2b6 (patch)
tree2ac53443a255c1319e41ccb9194e14429416a8d5 /go.mod
downloadctrl-v-692f117d57d44935e8257aba4cd4b5f3a4a8f2b6.tar.xz
ctrl-v-692f117d57d44935e8257aba4cd4b5f3a4a8f2b6.zip
initial files
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..edc1222
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module github.com/jackyzha0/ctrl-v
+
+go 1.13
+
+require github.com/joho/godotenv v1.3.0