diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 +) |
