Add tests for RuleTargetAxis.

This commit is contained in:
Anna Rose Wiggins 2025-07-10 16:46:01 -04:00
parent 8f3b8f4b47
commit 6646044d28
8 changed files with 164 additions and 9 deletions

1
go.mod
View file

@ -12,5 +12,6 @@ require (
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)