aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-03-26 21:17:01 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-03-26 21:17:01 +0300
commit3aa790585e8c3c8cff37fc065f34989477c5bdc3 (patch)
tree037ecb9fcad12e583deacb224b234a0f6456c696 /go.mod
downloadtakeoff-3aa790585e8c3c8cff37fc065f34989477c5bdc3.tar.gz
takeoff-3aa790585e8c3c8cff37fc065f34989477c5bdc3.zip
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..5c1795f
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module git.yaroslavps.com/takeoff
+
+go 1.16
+
+require github.com/fsnotify/fsnotify v1.6.0