Skip to content

Commit 070b921

Browse files
Excavator: Bump go dependency github.com/klauspost/compress (#164)
1 parent ef9b225 commit 070b921

File tree

7 files changed

+44
-14
lines changed

7 files changed

+44
-14
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ require (
194194
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
195195
github.com/hexops/gotextdiff v1.0.3 // indirect
196196
github.com/inconshreveable/mousetrap v1.1.0 // indirect
197-
github.com/klauspost/compress v1.18.1 // indirect
197+
github.com/klauspost/compress v1.18.2 // indirect
198198
github.com/klauspost/pgzip v1.2.6 // indirect
199199
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
200200
github.com/mattn/go-isatty v0.0.20 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ github.com/kkHAIKE/contextcheck v1.1.6 h1:7HIyRcnyzxL9Lz06NGhiKvenXq7Zw6Q0UQu/tt
263263
github.com/kkHAIKE/contextcheck v1.1.6/go.mod h1:3dDbMRNBFaq8HFXWC1JyvDSPm43CmE6IuHam8Wr0rkg=
264264
github.com/klauspost/compress v1.4.1/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A=
265265
github.com/klauspost/compress v1.11.4/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=
266-
github.com/klauspost/compress v1.18.1 h1:bcSGx7UbpBqMChDtsF28Lw6v/G94LPrrbMbdC3JH2co=
267-
github.com/klauspost/compress v1.18.1/go.mod h1:ZQFFVG+MdnR0P+l6wpXgIL4NTtwiKIdBnrBd8Nrxr+0=
266+
github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=
267+
github.com/klauspost/compress v1.18.2/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
268268
github.com/klauspost/cpuid v1.2.0/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek=
269269
github.com/klauspost/pgzip v1.2.5/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs=
270270
github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=

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/github.com/klauspost/compress/flate/deflate.go

Lines changed: 3 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/flate/huffman_bit_writer.go

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

vendor/github.com/klauspost/compress/flate/stateless.go

Lines changed: 16 additions & 4 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
@@ -577,7 +577,7 @@ github.com/kisielk/errcheck/errcheck
577577
# github.com/kkHAIKE/contextcheck v1.1.6
578578
## explicit; go 1.23.0
579579
github.com/kkHAIKE/contextcheck
580-
# github.com/klauspost/compress v1.18.1
580+
# github.com/klauspost/compress v1.18.2
581581
## explicit; go 1.23
582582
github.com/klauspost/compress
583583
github.com/klauspost/compress/flate

0 commit comments

Comments
 (0)