// Package oathcandidate is cad-atlas's committed real candidate: the STEPS that // gate its own CI-workflow oath (cad-atlas#8). Deliberately a separate module (not // part of the main cad-atlas module) so var-go's transitive deps (cucumber-expressions, // goldmark) never link into the deployed atlas binary — mirrors swedsl's own // oath/testdata/selfcandidate pattern. module oathcandidate go 1.26.4 require ( git.d-ma.be/mathias/swedsl/oath v0.28.0 gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/cucumber/cucumber-expressions/go/v18 v18.1.0 // indirect github.com/yuin/goldmark v1.8.2 // indirect )