comandy/go.mod

13 lines
333 B
Modula-2
Raw Normal View History

2024-04-15 02:39:28 +09:00
module comandy
go 1.22.1
2024-05-02 18:53:32 +09:00
require github.com/fumiama/terasu v0.0.0-20240502091919-c887e26289a8
2024-04-19 00:20:03 +09:00
2024-04-15 17:10:06 +09:00
require (
2024-04-19 00:20:03 +09:00
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
2024-04-15 17:10:06 +09:00
)