comandy/go.mod

9 lines
163 B
Modula-2
Raw Normal View History

2024-04-15 02:39:28 +09:00
module comandy
go 1.22.1
2024-04-15 17:10:06 +09:00
require (
github.com/RomiChan/syncx v0.0.0-20221202055724-5f842c53020e
github.com/fumiama/terasu v0.0.0-20240414143030-44fae3a81905
)