Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion detect/detect.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/git-pkgs/licensecheck"
"github.com/git-pkgs/manifests"
"github.com/git-pkgs/spdx"
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v3"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ require (
github.com/git-pkgs/spdx v0.3.1
github.com/klauspost/compress v1.19.2
github.com/ulikunitz/xz v0.5.16
go.yaml.in/yaml/v3 v3.0.5
golang.org/x/term v0.45.0
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand All @@ -41,6 +41,6 @@ require (
github.com/odvcencio/gotreesitter v0.51.0 // indirect
github.com/package-url/packageurl-go v0.1.7 // indirect
github.com/pandatix/go-cvss v0.6.4 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
golang.org/x/sys v0.47.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)