Update module github.com/klauspost/compress to v1.18.6

This commit is contained in:
Renovate Bot 2026-06-27 20:40:10 +00:00
parent acfd069965
commit 5c9a609eff
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.26
require (
github.com/consensys/gnark-crypto v0.20.1
github.com/klauspost/compress v1.18.5
github.com/klauspost/compress v1.18.6
golang.org/x/crypto v0.50.0
)