comandy/go.mod
2024-04-19 01:31:15 +09:00

13 lines
333 B
Modula-2

module comandy
go 1.22.1
require github.com/fumiama/terasu v0.0.0-20240418161858-1c3273a78268
require (
github.com/FloatTech/ttl v0.0.0-20230307105452-d6f7b2b647d1 // indirect
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/text v0.14.0 // indirect
)