Skip to content

Commit 8c12706

Browse files
committed
chore(deps): update dependencies
1 parent ebdd8ed commit 8c12706

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
@@ -2,7 +2,7 @@ module github.com/roadrunner-server/status/v5
22

33
go 1.25
44

5-
toolchain go1.25.2
5+
toolchain go1.25.3
66

77
require (
88
github.com/roadrunner-server/api/v4 v4.22.1

tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module tests
22

33
go 1.25
44

5-
toolchain go1.25.2
5+
toolchain go1.25.3
66

77
require (
88
github.com/roadrunner-server/api/v4 v4.22.1
@@ -92,7 +92,7 @@ require (
9292
golang.org/x/sys v0.37.0 // indirect
9393
golang.org/x/text v0.30.0 // indirect
9494
golang.org/x/tools v0.38.0 // indirect
95-
google.golang.org/genproto v0.0.0-20251007200510-49b9836ed3ff // indirect
95+
google.golang.org/genproto v0.0.0-20251014184007-4626949a642f // indirect
9696
google.golang.org/protobuf v1.36.10 // indirect
9797
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
9898
gopkg.in/yaml.v3 v3.0.1 // indirect

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ golang.org/x/text v0.30.0 h1:yznKA/E9zq54KzlzBEAWn1NXSQ8DIp/NYMy88xJjl4k=
183183
golang.org/x/text v0.30.0/go.mod h1:yDdHFIX9t+tORqspjENWgzaCVXgk0yYnYuSZ8UzzBVM=
184184
golang.org/x/tools v0.38.0 h1:Hx2Xv8hISq8Lm16jvBZ2VQf+RLmbd7wVUsALibYI/IQ=
185185
golang.org/x/tools v0.38.0/go.mod h1:yEsQ/d/YK8cjh0L6rZlY8tgtlKiBNTL14pGDJPJpYQs=
186-
google.golang.org/genproto v0.0.0-20251007200510-49b9836ed3ff h1:3jGSSqkLOAYU1gI52uHoj51zxEsGMEYatnBFU0m6pB8=
187-
google.golang.org/genproto v0.0.0-20251007200510-49b9836ed3ff/go.mod h1:45Y7O/+fGjlhL8+FRpuLqM9YKvn+AU5dolRkE3DOaX8=
186+
google.golang.org/genproto v0.0.0-20251014184007-4626949a642f h1:vLd1CJuJOUgV6qijD7KT5Y2ZtC97ll4dxjTUappMnbo=
187+
google.golang.org/genproto v0.0.0-20251014184007-4626949a642f/go.mod h1:PI3KrSadr00yqfv6UDvgZGFsmLqeRIwt8x4p5Oo7CdM=
188188
google.golang.org/protobuf v1.36.10 h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE=
189189
google.golang.org/protobuf v1.36.10/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
190190
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)