Files
scratchbox/go.mod
T
2026-05-31 16:59:27 -05:00

9 lines
94 B
Modula-2

module scratchbox
go 1.25.4
require (
golang.org/x/time v0.15.0
gopkg.in/yaml.v3 v3.0.1
)