Skip to content

Commit bced6f6

Browse files
authored
Merge pull request moby#51647 from thaJeztah/bump_compress
vendor: github.com/klauspost/compress v1.18.2
2 parents e4f1408 + 4b8f9dd commit bced6f6

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ require (
193193
github.com/hiddeco/sshsig v0.2.0 // indirect
194194
github.com/inconshreveable/mousetrap v1.1.0 // indirect
195195
github.com/jmoiron/sqlx v1.3.3 // indirect
196-
github.com/klauspost/compress v1.18.1 // indirect
196+
github.com/klauspost/compress v1.18.2 // indirect
197197
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
198198
github.com/mitchellh/reflectwalk v1.0.2 // indirect
199199
github.com/moby/sys/capability v0.4.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/u
375375
github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
376376
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
377377
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
378-
github.com/klauspost/compress v1.18.1 h1:bcSGx7UbpBqMChDtsF28Lw6v/G94LPrrbMbdC3JH2co=
379-
github.com/klauspost/compress v1.18.1/go.mod h1:ZQFFVG+MdnR0P+l6wpXgIL4NTtwiKIdBnrBd8Nrxr+0=
378+
github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=
379+
github.com/klauspost/compress v1.18.2/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
380380
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
381381
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
382382
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=

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

Lines changed: 16 additions & 1 deletion
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
@@ -813,7 +813,7 @@ github.com/ishidawataru/sctp
813813
# github.com/jmoiron/sqlx v1.3.3
814814
## explicit; go 1.10
815815
github.com/jmoiron/sqlx/types
816-
# github.com/klauspost/compress v1.18.1
816+
# github.com/klauspost/compress v1.18.2
817817
## explicit; go 1.23
818818
github.com/klauspost/compress
819819
github.com/klauspost/compress/fse

0 commit comments

Comments
 (0)