File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ go 1.25.6
55require (
66 github.com/ecosyste-ms/ecosystems-go v0.0.0-20260115154313-d5f3879b6ec0
77 github.com/git-pkgs/purl v0.1.3
8- github.com/git-pkgs/registries v0.0.0
8+ github.com/git-pkgs/registries v0.2.3
99 github.com/git-pkgs/spdx v0.1.0
1010 github.com/git-pkgs/vers v0.2.1
11- github.com/git-pkgs/vulns v0.0.0
11+ github.com/git-pkgs/vulns v0.1.1-0.20260129164637-92a3b3c5d954
1212 github.com/jmoiron/sqlx v1.4.0
1313 github.com/lib/pq v1.11.1
1414 github.com/package-url/packageurl-go v0.1.3
@@ -17,14 +17,6 @@ require (
1717 modernc.org/sqlite v1.44.3
1818)
1919
20- replace (
21- github.com/git-pkgs/purl => ../purl
22- github.com/git-pkgs/registries => ../registries
23- github.com/git-pkgs/spdx => ../spdx
24- github.com/git-pkgs/vers => ../vers
25- github.com/git-pkgs/vulns => ../vulns
26- )
27-
2820require (
2921 github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
3022 github.com/aws/aws-sdk-go-v2 v1.39.6 // indirect
Original file line number Diff line number Diff line change @@ -82,6 +82,16 @@ github.com/envoyproxy/protoc-gen-validate v1.2.1 h1:DEo3O99U8j4hBFwbJfrz9VtgcDfU
8282github.com/envoyproxy/protoc-gen-validate v1.2.1 /go.mod h1:d/C80l/jxXLdfEIhX1W2TmLfsJ31lvEjwamM4DxlWXU =
8383github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg =
8484github.com/felixge/httpsnoop v1.0.4 /go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U =
85+ github.com/git-pkgs/purl v0.1.3 h1:ZbsyXjIyvcTfZ5eTl+JwpN3dvrbm3uV94Z3sjuafJy4 =
86+ github.com/git-pkgs/purl v0.1.3 /go.mod h1:2lthcr/s+JtSz1KV/M2gp3L98aGx0OqwQ7+23JNokIk =
87+ github.com/git-pkgs/registries v0.2.3 h1:KE9QQr+aqO06Jqb2lEfwFJ0Alimfdqmgs/QfgxIh0YU =
88+ github.com/git-pkgs/registries v0.2.3 /go.mod h1:nXiMNoaCum0Sx3ltao5X9JNbR35ujlKMMN+vX8GLgt8 =
89+ github.com/git-pkgs/spdx v0.1.0 h1:kBcB2iIc3A8qSAU/MtqywKslEo+FRct2daFLX+pwZdU =
90+ github.com/git-pkgs/spdx v0.1.0 /go.mod h1:Cmpseu5vIhDPnpFXhTVBCJhjZUW3ILck/zhycHHKcXA =
91+ github.com/git-pkgs/vers v0.2.1 h1:tK63tJIa/v9IWz2hMOTc4Z6McDCQfgDoYfMUQez9+Dw =
92+ github.com/git-pkgs/vers v0.2.1 /go.mod h1:biTbSQK1qdbrsxDEKnqe3Jzclxz8vW6uDcwKjfUGcOo =
93+ github.com/git-pkgs/vulns v0.1.1-0.20260129164637-92a3b3c5d954 h1:1e/3yliyZ6mUmjVH+C2Y5Km2r7XIbMsOJHS1lWYiN6g =
94+ github.com/git-pkgs/vulns v0.1.1-0.20260129164637-92a3b3c5d954 /go.mod h1:gN6khTduhvexayW/KiQX9C3iKeIHYu5Zs7CyxhFHfkU =
8595github.com/github/go-spdx/v2 v2.3.6 h1:9flm625VmmTlWXi0YH5W9V8FdMfulvxalHdYnUfoqxc =
8696github.com/github/go-spdx/v2 v2.3.6 /go.mod h1:/5rwgS0txhGtRdUZwc02bTglzg6HK3FfuEbECKlK2Sg =
8797github.com/go-jose/go-jose/v4 v4.1.1 h1:JYhSgy4mXXzAdF3nUx3ygx347LRXJRrpgyU3adRmkAI =
You can’t perform that action at this time.
0 commit comments