Skip to content

Commit 2308949

Browse files
authored
Merge pull request moby#5728 from thaJeztah/bump_packageurl_tagged
vendor: github.com/package-url/packageurl-go v0.1.1
2 parents fa8de09 + f9bc1f9 commit 2308949

File tree

6 files changed

+51
-19
lines changed

6 files changed

+51
-19
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require (
5757
github.com/opencontainers/image-spec v1.1.0
5858
github.com/opencontainers/runtime-spec v1.2.0
5959
github.com/opencontainers/selinux v1.11.1
60-
github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170
60+
github.com/package-url/packageurl-go v0.1.1
6161
github.com/pelletier/go-toml v1.9.5
6262
github.com/pkg/errors v0.9.1
6363
github.com/pkg/profile v1.7.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626/go.
314314
github.com/opencontainers/selinux v1.9.1/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI=
315315
github.com/opencontainers/selinux v1.11.1 h1:nHFvthhM0qY8/m+vfhJylliSshm8G1jJ2jDMcgULaH8=
316316
github.com/opencontainers/selinux v1.11.1/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec=
317-
github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170 h1:DiLBVp4DAcZlBVBEtJpNWZpZVq0AEeCY7Hqk8URVs4o=
318-
github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170/go.mod h1:uQd4a7Rh3ZsVg5j0lNyAfyxIeGde9yrlhjF78GzeW0c=
317+
github.com/package-url/packageurl-go v0.1.1 h1:KTRE0bK3sKbFKAk3yy63DpeskU7Cvs/x/Da5l+RtzyU=
318+
github.com/package-url/packageurl-go v0.1.1/go.mod h1:uQd4a7Rh3ZsVg5j0lNyAfyxIeGde9yrlhjF78GzeW0c=
319319
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=
320320
github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
321321
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 h1:Dx7Ovyv/SFnMFw3fD4oEoeorXc6saIiQ23LrGLth0Gw=

vendor/github.com/package-url/packageurl-go/Makefile

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/package-url/packageurl-go/README.md

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/package-url/packageurl-go/packageurl.go

Lines changed: 41 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ github.com/opencontainers/runtime-tools/validate/capabilities
670670
github.com/opencontainers/selinux/go-selinux
671671
github.com/opencontainers/selinux/go-selinux/label
672672
github.com/opencontainers/selinux/pkg/pwalkdir
673-
# github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170
673+
# github.com/package-url/packageurl-go v0.1.1
674674
## explicit; go 1.17
675675
github.com/package-url/packageurl-go
676676
# github.com/pelletier/go-toml v1.9.5

0 commit comments

Comments
 (0)