mirror of
https://github.com/fumiama/terasu.git
synced 2026-06-05 01:00:23 +08:00
12 lines
251 B
Modula-2
12 lines
251 B
Modula-2
module github.com/fumiama/terasu
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/FloatTech/ttl v0.0.0-20250224045156-012b1463287d
|
|
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
|