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