Files
minstrel/go.mod
T
bvandeusen 417e3d05dd feat(skel): add go module definition
Initial module at git.fabledsword.com/bvandeusen/minstrel pinned to go
1.23.0 to match the runner-base:go-ci image. Dependencies kept minimal
(chi router, yaml.v3) so CI's first run is fast and contained.
2026-04-18 21:19:17 +00:00

9 lines
129 B
Modula-2

module git.fabledsword.com/bvandeusen/minstrel
go 1.23.0
require (
github.com/go-chi/chi/v5 v5.2.5
gopkg.in/yaml.v3 v3.0.1
)