1
0
pool/go.mod

11 lines
281 B
Modula-2
Raw Normal View History

2026-03-03 19:50:09 +01:00
module code.squareroundforest.org/arpio/pool
go 1.25.6
2026-03-05 12:34:35 +01:00
require (
code.squareroundforest.org/arpio/syncbus v0.0.0-20260222175441-f7da66ad4045
code.squareroundforest.org/arpio/times v0.0.0-20260304202452-0bdc043a8aa6
)
replace code.squareroundforest.org/arpio/times => ../times