Skip to content

Commit e1883ed

Browse files
author
sapcc-bot
committed
Run go-makefile-maker and autoupdate dependencies
go: upgraded github.com/klauspost/compress v1.18.1 => v1.18.6
1 parent a2d9137 commit e1883ed

29 files changed

Lines changed: 1061 additions & 897 deletions

REUSE.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@ precedence = "override"
128128
SPDX-FileCopyrightText = "Other"
129129
SPDX-License-Identifier = "MPL-2.0"
130130

131+
[[annotations]]
132+
path = [
133+
"vendor/github.com/klauspost/compress/**",
134+
]
135+
precedence = "override"
136+
SPDX-FileCopyrightText = "Other"
137+
SPDX-License-Identifier = "Apache-2.0"
138+
131139
[[annotations]]
132140
path = [
133141
"vendor/github.com/opencontainers/distribution-spec/specs-go/**",
@@ -464,14 +472,6 @@ precedence = "override"
464472
SPDX-FileCopyrightText = "Other"
465473
SPDX-License-Identifier = "MIT"
466474

467-
[[annotations]]
468-
path = [
469-
"vendor/github.com/klauspost/compress/**",
470-
]
471-
precedence = "override"
472-
SPDX-FileCopyrightText = "Other"
473-
SPDX-License-Identifier = "Apache-2.0"
474-
475475
[[annotations]]
476476
path = [
477477
"vendor/github.com/klauspost/cpuid/v2/**",

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/gophercloud/gophercloud/v2 v2.12.0
1515
github.com/gorilla/mux v1.8.1
1616
github.com/hashicorp/golang-lru/v2 v2.0.7
17-
github.com/klauspost/compress v1.18.1
17+
github.com/klauspost/compress v1.18.6
1818
github.com/opencontainers/distribution-spec/specs-go v0.0.0-20260422183030-ed885fa76559
1919
github.com/opencontainers/go-digest v1.0.0
2020
github.com/opencontainers/image-spec v1.1.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ github.com/json-iterator/go v1.1.8/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/u
100100
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
101101
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
102102
github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
103-
github.com/klauspost/compress v1.18.1 h1:bcSGx7UbpBqMChDtsF28Lw6v/G94LPrrbMbdC3JH2co=
104-
github.com/klauspost/compress v1.18.1/go.mod h1:ZQFFVG+MdnR0P+l6wpXgIL4NTtwiKIdBnrBd8Nrxr+0=
103+
github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao=
104+
github.com/klauspost/compress v1.18.6/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
105105
github.com/klauspost/cpuid/v2 v2.2.10 h1:tBs3QSyvjDyFTq3uoc/9xFpCuOsJQFNPiAhYdw2skhE=
106106
github.com/klauspost/cpuid/v2 v2.2.10/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0=
107107
github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=

vendor/github.com/klauspost/compress/.gitattributes

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

vendor/github.com/klauspost/compress/.goreleaser.yml

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

vendor/github.com/klauspost/compress/README.md

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

vendor/github.com/klauspost/compress/fse/README.md

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

0 commit comments

Comments
 (0)