Skip to content

Commit f33566d

Browse files
fix(deps): update google.golang.org/grpc/examples digest to 298389d (#303)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/grpc/examples](https://redirect.github.com/grpc/grpc-go) | require | digest | `216640c` → `298389d` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "after 8am and before 5pm every weekday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/exoscale/stelling). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42MS4zIiwidXBkYXRlZEluVmVyIjoiNDQuNjEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJIT0xEIDpoYW5kOiIsImRlcGVuZGVuY2llcyIsInRyaWdnZXJlZF9ieTpyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7eb7d0c commit f33566d

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
go.uber.org/fx v1.24.0
2121
go.uber.org/zap v1.28.0
2222
google.golang.org/grpc v1.83.2
23-
google.golang.org/grpc/examples v0.0.0-20260724205224-216640cad739
23+
google.golang.org/grpc/examples v0.0.0-20260904081815-298389d61dd6
2424
google.golang.org/protobuf v1.36.12
2525
zombiezen.com/go/sqlite v1.4.2
2626
)
@@ -46,7 +46,7 @@ require (
4646
)
4747

4848
require (
49-
cel.dev/expr v0.25.2 // indirect
49+
cel.dev/expr v0.25.3 // indirect
5050
github.com/BurntSushi/toml v1.6.0 // indirect
5151
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
5252
github.com/beorn7/perks v1.0.1 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
cel.dev/expr v0.25.2 h1:K6j46C81hXtZQfuX60cVWQFBJahKSE2gfRbNuvr5bFs=
22
cel.dev/expr v0.25.2/go.mod h1:hrXvqGP6G6gyx8UAHSHJ5RGk//1Oj5nXQ2NI02Nrsg4=
3+
cel.dev/expr v0.25.3 h1:A2jO8jwOugrrovveCWfj0KEZOfqiLgAcwjpHPhzIGw0=
4+
cel.dev/expr v0.25.3/go.mod h1:hrXvqGP6G6gyx8UAHSHJ5RGk//1Oj5nXQ2NI02Nrsg4=
35
github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk=
46
github.com/BurntSushi/toml v1.6.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
57
github.com/TheZeroSlave/zapsentry v1.24.0 h1:TIYyUDl4O/zCFQZSSIBGmsnp2YgsThIRnBbuyUpN2+w=
@@ -265,6 +267,8 @@ google.golang.org/grpc v1.83.2 h1:EManeRomTObA0BU7I8vXgg/78uE5MJ9M8B39EX2WscU=
265267
google.golang.org/grpc v1.83.2/go.mod h1:YPI1hK3kDked6iHvgX3tR0y+nX/qpMFKhPgFsokw1S8=
266268
google.golang.org/grpc/examples v0.0.0-20260724205224-216640cad739 h1:tB7DbLcJNRVgW/W2kL879nQbCc4bbJJntBZWFgBTCYQ=
267269
google.golang.org/grpc/examples v0.0.0-20260724205224-216640cad739/go.mod h1:Ql7sxJY5VnLpfPM7Insx9uuyf0DTiD9CnMO3WTSU3Dc=
270+
google.golang.org/grpc/examples v0.0.0-20260904081815-298389d61dd6 h1:j/dVx4feNler4S+oxjJTjbMQww69a++d33RLQYF9yvk=
271+
google.golang.org/grpc/examples v0.0.0-20260904081815-298389d61dd6/go.mod h1:Fx+G8PVVSuRwp+0EmElV5/CypMRNxXRfp1s0NNzE8+g=
268272
google.golang.org/protobuf v1.36.12 h1:pJOKDDOyeXErUroCihFAd5LQuwXBSpVnKGrj5o/fwxc=
269273
google.golang.org/protobuf v1.36.12/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
270274
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

vendor/cel.dev/expr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ highly recommended to serialize the type-checked expression as a protocol
4747
buffer. The CEL team will maintains canonical protocol buffers for ASTs and
4848
will keep these versions identical and wire-compatible in perpetuity:
4949

50-
* [CEL canonical](https://github.com/google/cel-spec/tree/master/proto/cel/expr)
50+
* [CEL canonical](https://github.com/cel-expr/cel-spec/tree/master/proto/cel/expr)
5151
* [CEL v1alpha1](https://github.com/googleapis/googleapis/tree/master/google/api/expr/v1alpha1)
5252

5353

vendor/google.golang.org/grpc/examples/route_guide/routeguide/route_guide.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cel.dev/expr v0.25.2
1+
# cel.dev/expr v0.25.3
22
## explicit; go 1.23.0
33
cel.dev/expr
44
# github.com/BurntSushi/toml v1.6.0
@@ -457,7 +457,7 @@ google.golang.org/grpc/stats
457457
google.golang.org/grpc/status
458458
google.golang.org/grpc/tap
459459
google.golang.org/grpc/test/bufconn
460-
# google.golang.org/grpc/examples v0.0.0-20260724205224-216640cad739
460+
# google.golang.org/grpc/examples v0.0.0-20260904081815-298389d61dd6
461461
## explicit; go 1.25.0
462462
google.golang.org/grpc/examples/route_guide/routeguide
463463
# google.golang.org/protobuf v1.36.12

0 commit comments

Comments
 (0)