aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-03-01 18:26:30 +1300
committerArslaan Pathan <[email protected]>2026-03-01 18:26:30 +1300
commit6cd1cd5f1dfdda4c43a272bee7b36cbb83f65a2c (patch)
treee64bb850e322d827d7d8e8f36e05653f5e491acc /go.mod
downloadkiiro-6cd1cd5f1dfdda4c43a272bee7b36cbb83f65a2c.tar.xz
kiiro-6cd1cd5f1dfdda4c43a272bee7b36cbb83f65a2c.zip
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..0894ce0
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,8 @@
+module github.com/ArslaanPathan/kiiro
+
+go 1.25.0
+
+require (
+ github.com/BurntSushi/toml v1.6.0 // indirect
+ github.com/yuin/gopher-lua v1.1.1 // indirect
+)