File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/roadrunner-server/gzip/v5
22
33go 1.25
44
5- toolchain go1.25.2
5+ toolchain go1.25.3
66
77require (
88 github.com/klauspost/compress v1.18.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module tests
22
33go 1.25
44
5- toolchain go1.25.2
5+ toolchain go1.25.3
66
77require (
88 github.com/roadrunner-server/config/v5 v5.1.9
@@ -85,7 +85,7 @@ require (
8585 golang.org/x/sys v0.37.0 // indirect
8686 golang.org/x/text v0.30.0 // indirect
8787 golang.org/x/tools v0.38.0 // indirect
88- google.golang.org/genproto v0.0.0-20251007200510-49b9836ed3ff // indirect
88+ google.golang.org/genproto v0.0.0-20251014184007-4626949a642f // indirect
8989 google.golang.org/protobuf v1.36.10 // indirect
9090 gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
9191 gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change @@ -171,8 +171,8 @@ golang.org/x/text v0.30.0 h1:yznKA/E9zq54KzlzBEAWn1NXSQ8DIp/NYMy88xJjl4k=
171171golang.org/x/text v0.30.0 /go.mod h1:yDdHFIX9t+tORqspjENWgzaCVXgk0yYnYuSZ8UzzBVM =
172172golang.org/x/tools v0.38.0 h1:Hx2Xv8hISq8Lm16jvBZ2VQf+RLmbd7wVUsALibYI/IQ =
173173golang.org/x/tools v0.38.0 /go.mod h1:yEsQ/d/YK8cjh0L6rZlY8tgtlKiBNTL14pGDJPJpYQs =
174- google.golang.org/genproto v0.0.0-20251007200510-49b9836ed3ff h1:3jGSSqkLOAYU1gI52uHoj51zxEsGMEYatnBFU0m6pB8 =
175- google.golang.org/genproto v0.0.0-20251007200510-49b9836ed3ff /go.mod h1:45Y7O/+fGjlhL8+FRpuLqM9YKvn+AU5dolRkE3DOaX8 =
174+ google.golang.org/genproto v0.0.0-20251014184007-4626949a642f h1:vLd1CJuJOUgV6qijD7KT5Y2ZtC97ll4dxjTUappMnbo =
175+ google.golang.org/genproto v0.0.0-20251014184007-4626949a642f /go.mod h1:PI3KrSadr00yqfv6UDvgZGFsmLqeRIwt8x4p5Oo7CdM =
176176google.golang.org/protobuf v1.36.10 h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE =
177177google.golang.org/protobuf v1.36.10 /go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco =
178178gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments