417e3d05dd
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.
9 lines
129 B
Modula-2
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
|
|
)
|