aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: ecc82bf02ce9a9caf5ccb5b87be2c8d5d589832d (plain)
1
2
3
4
5
6
7
8
9
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
)