File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/roadrunner-server/gzip/v4
33go 1.20
44
55require (
6- github.com/klauspost/compress v1.16.6
6+ github.com/klauspost/compress v1.16.7
77 github.com/roadrunner-server/sdk/v4 v4.3.0
88 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
99 go.opentelemetry.io/contrib/propagators/jaeger v1.17.0
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre
99github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
1010github.com/klauspost/compress v1.16.6 h1:91SKEy4K37vkp255cJ8QesJhjyRO0hn9i9G0GoUwLsk =
1111github.com/klauspost/compress v1.16.6 /go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE =
12+ github.com/klauspost/compress v1.16.7 h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I =
13+ github.com/klauspost/compress v1.16.7 /go.mod h1:ntbaceVETuRiXiv4DpjP66DpAtAGkEQskQzEyD//IeE =
1214github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1315github.com/roadrunner-server/errors v1.2.0 h1:qBmNXt8Iex9QnYTjCkbJKsBZu2EtYkQCM06GUDcQBbI =
1416github.com/roadrunner-server/errors v1.2.0 /go.mod h1:z0ECxZp/dDa5RahtMcy4mBIavVxiZ9vwE5kByl7kFtY =
You can’t perform that action at this time.
0 commit comments