comandy/go.mod

13 lines
297 B
Modula-2
Raw Permalink 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 (
2024-04-15 23:58:32 +09:00
github.com/FloatTech/ttl v0.0.0-20230307105452-d6f7b2b647d1
2024-04-15 17:10:06 +09:00
github.com/RomiChan/syncx v0.0.0-20221202055724-5f842c53020e
2024-04-16 15:27:06 +09:00
github.com/fumiama/terasu v0.0.0-20240416061047-62d3c9f6be80
2024-04-15 23:58:32 +09:00
golang.org/x/net v0.24.0
2024-04-15 17:10:06 +09:00
)
2024-04-15 23:58:32 +09:00
require golang.org/x/text v0.14.0 // indirect