1
0
pool/go.mod
2026-03-05 12:34:35 +01:00

11 lines
281 B
Modula-2

module code.squareroundforest.org/arpio/pool
go 1.25.6
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