File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed
github.com/klauspost/compress Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -375,8 +375,8 @@ github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/u
375375github.com/julienschmidt/httprouter v1.2.0 /go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w =
376376github.com/kisielk/errcheck v1.5.0 /go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8 =
377377github.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 =
380380github.com/konsorten/go-windows-terminal-sequences v1.0.1 /go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ =
381381github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 /go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc =
382382github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
Original file line number Diff line number Diff line change @@ -813,7 +813,7 @@ github.com/ishidawataru/sctp
813813# github.com/jmoiron/sqlx v1.3.3
814814## explicit; go 1.10
815815github.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
818818github.com/klauspost/compress
819819github.com/klauspost/compress/fse
You can’t perform that action at this time.
0 commit comments