aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-10 19:21:30 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-10 19:21:30 +0200
commitd6021aaad84068c01b4e53f161d07f57b9357f43 (patch)
treee373b7e12d5c604dc773b0843a68daed08ad7ad8 /go.mod
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..895dddb
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,7 @@
+module wbr
+
+go 1.23.2
+
+require github.com/fsnotify/fsnotify v1.7.0
+
+require golang.org/x/sys v0.4.0 // indirect