1
0
pool/go.mod

9 lines
221 B
Modula-2
Raw Permalink 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
2026-03-14 19:03:18 +01:00
code.squareroundforest.org/arpio/times v0.0.0-20260305173954-03e9105ce6bb
2026-03-05 12:34:35 +01:00
)