Skip to content

Commit 57c4bee

Browse files
authored
Merge pull request #3 from git-pkgs/dependabot/go_modules/github.com/git-pkgs/purl-0.1.5
Bump github.com/git-pkgs/purl from 0.1.3 to 0.1.5
2 parents 70d7218 + 3ad592a commit 57c4bee

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ module github.com/git-pkgs/registries
33
go 1.25.6
44

55
require (
6-
github.com/git-pkgs/purl v0.1.3
6+
github.com/git-pkgs/purl v0.1.5
77
github.com/git-pkgs/spdx v0.1.0
88
)
99

1010
require (
11-
github.com/git-pkgs/vers v0.2.1 // indirect
11+
github.com/git-pkgs/vers v0.2.2 // indirect
1212
github.com/github/go-spdx/v2 v2.3.6 // indirect
1313
github.com/package-url/packageurl-go v0.1.3 // indirect
1414
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
22
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
33
github.com/git-pkgs/packageurl-go v0.0.0-20260115093137-a0c26f7ee19e h1:HP9nixDfQIsqSBVYoGA9+FoimW8e2vSUg4cCqXLbX08=
44
github.com/git-pkgs/packageurl-go v0.0.0-20260115093137-a0c26f7ee19e/go.mod h1:nKAWB8E6uk1MHqiS/lQb9pYBGH2+mdJ2PJc2s50dQY0=
5-
github.com/git-pkgs/purl v0.1.3 h1:ZbsyXjIyvcTfZ5eTl+JwpN3dvrbm3uV94Z3sjuafJy4=
6-
github.com/git-pkgs/purl v0.1.3/go.mod h1:2lthcr/s+JtSz1KV/M2gp3L98aGx0OqwQ7+23JNokIk=
5+
github.com/git-pkgs/purl v0.1.5 h1:OsOHkhFPEzVaro+mtEajlYn88vRuRF34wtH5JtLaXH0=
6+
github.com/git-pkgs/purl v0.1.5/go.mod h1:4RPpP/nJBGljfUiSpyIcFsieXLUahEoH0gSwjWfjhUQ=
77
github.com/git-pkgs/spdx v0.1.0 h1:kBcB2iIc3A8qSAU/MtqywKslEo+FRct2daFLX+pwZdU=
88
github.com/git-pkgs/spdx v0.1.0/go.mod h1:Cmpseu5vIhDPnpFXhTVBCJhjZUW3ILck/zhycHHKcXA=
9-
github.com/git-pkgs/vers v0.2.1 h1:tK63tJIa/v9IWz2hMOTc4Z6McDCQfgDoYfMUQez9+Dw=
10-
github.com/git-pkgs/vers v0.2.1/go.mod h1:biTbSQK1qdbrsxDEKnqe3Jzclxz8vW6uDcwKjfUGcOo=
9+
github.com/git-pkgs/vers v0.2.2 h1:42QkiIURhGN2wM8AuYYU+FbzS1YV6jmdGd1RiFp7gXs=
10+
github.com/git-pkgs/vers v0.2.2/go.mod h1:biTbSQK1qdbrsxDEKnqe3Jzclxz8vW6uDcwKjfUGcOo=
1111
github.com/github/go-spdx/v2 v2.3.6 h1:9flm625VmmTlWXi0YH5W9V8FdMfulvxalHdYnUfoqxc=
1212
github.com/github/go-spdx/v2 v2.3.6/go.mod h1:/5rwgS0txhGtRdUZwc02bTglzg6HK3FfuEbECKlK2Sg=
1313
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)