File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.24.1
77require (
88 github.com/defenseunicorns/go-oscal v0.6.2
99 github.com/goccy/go-yaml v1.18.0
10- github.com/revanite-io/sci v0.3.7
10+ github.com/revanite-io/sci v0.3.8
1111 github.com/spf13/cobra v1.9.1
1212)
1313
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
99github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
1010github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1111github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
12- github.com/revanite-io/sci v0.3.7 h1:U/aZEYqxha0zfl30eD5qo+1Tf3rrdtVdU2H2V8AnOrM =
13- github.com/revanite-io/sci v0.3.7 /go.mod h1:l28dD4vZ8VXETt2Mizj+9x4+x2iXkVtVjLH39IaYm3g =
12+ github.com/revanite-io/sci v0.3.8 h1:XbbUmpGgWgf0VZouZhoMH0P/wntbJ98AydBgewk5kCw =
13+ github.com/revanite-io/sci v0.3.8 /go.mod h1:lEK7w8kfwWUXFKYoJYyqzTT74umE4OkOlRYp88uxHhc =
1414github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
1515github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
1616github.com/spf13/cobra v1.9.1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ func (l *Loader) Load() (*types.Baseline, error) {
5757 b .ControlFamilyIDs = familyIDs
5858 b .Catalog = layer2.Catalog {
5959 ControlFamilies : controlFamilies ,
60- Metadata : & layer2.Metadata {
60+ Metadata : layer2.Metadata {
6161 MappingReferences : frameworks ,
6262 },
6363 }
You can’t perform that action at this time.
0 commit comments