aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-12-30 22:46:09 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-12-30 22:46:09 +0530
commitb72b1278f23af720a16f9d231533864fa48034e8 (patch)
tree4bcf0ee8830b3bd33cfb825873942369ac5f0c20 /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..4c2d719
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module github.com/MikunoNaka/gofileserver
+
+go 1.19
+
+require github.com/gotk3/gotk3 v0.6.1