Skip to content

Commit fa2e439

Browse files
authored
update retry to middleware v2 (#438)
Signed-off-by: Kenny Leung <kleung@chainguard.dev>
1 parent 8c1b0e0 commit fa2e439

File tree

3 files changed

+4
-91
lines changed

3 files changed

+4
-91
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.1
55
require (
66
github.com/chainguard-dev/clog v1.7.0
77
github.com/google/go-cmp v0.7.0
8-
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
8+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2
99
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20210315223345-82c243799c99
1010
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1
1111
github.com/kelseyhightower/envconfig v1.4.0

0 commit comments

Comments
 (0)