Skip to content

Commit 533d7e7

Browse files
authored
Merge pull request #230 from crossplane/renovate/release-2.4-go-github.com-klauspost-compress-vulnerability
chore(deps): update module github.com/klauspost/compress to v1.18.7 [security] (release-2.4)
2 parents c423510 + e6b3338 commit 533d7e7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ require (
203203
github.com/jmoiron/sqlx v1.4.0 // indirect
204204
github.com/json-iterator/go v1.1.12 // indirect
205205
github.com/kevinburke/ssh_config v1.2.0 // indirect
206-
github.com/klauspost/compress v1.18.6 // indirect
206+
github.com/klauspost/compress v1.18.7 // indirect
207207
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
208208
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
209209
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,8 +541,8 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
541541
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
542542
github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=
543543
github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
544-
github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao=
545-
github.com/klauspost/compress v1.18.6/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
544+
github.com/klauspost/compress v1.18.7 h1:aUyZsS4kH3QTKurYhAOwAHxllVPnOthb3vPfnF1Ehjw=
545+
github.com/klauspost/compress v1.18.7/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
546546
github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y=
547547
github.com/klauspost/cpuid/v2 v2.3.0/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0=
548548
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=

gomod2nix.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ cachePackages = ["al.essio.dev/pkg/shellescape", "cel.dev/expr", "cloud.google.c
513513
version = "v1.2.0"
514514
hash = "sha256-Ta7ZOmyX8gG5tzWbY2oES70EJPfI90U7CIJS9EAce0s="
515515
[mod."github.com/klauspost/compress"]
516-
version = "v1.18.6"
517-
hash = "sha256-gULc+A2Clg2HnwR9UNXSIHVGdFY/aGqhf0zlvMxqaSY="
516+
version = "v1.18.7"
517+
hash = "sha256-W7VJ7+Ybm8u3LCYNKlTFY6FNp5qK4ipS2+W5sZ/OCbU="
518518
[mod."github.com/klauspost/cpuid/v2"]
519519
version = "v2.3.0"
520520
hash = "sha256-50JhbQyT67BK38HIdJihPtjV7orYp96HknI2VP7A9Yc="

0 commit comments

Comments
 (0)