mirror of
https://github.com/fumiama/terasu.git
synced 2026-06-06 01:30:23 +08:00
12 lines
253 B
Modula-2
12 lines
253 B
Modula-2
module github.com/fumiama/terasu
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/FloatTech/ttl v0.0.0-20230307105452-d6f7b2b647d1
|
|
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7
|
|
golang.org/x/net v0.24.0
|
|
)
|
|
|
|
require golang.org/x/text v0.14.0 // indirect
|