Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit fed077d

Browse files
fix(deps): update module google.golang.org/grpc to v1.59.0
1 parent 6ef1f0c commit fed077d

File tree

2 files changed

+1664
-6
lines changed

2 files changed

+1664
-6
lines changed

go.mod

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ module github.com/WirePact/go-translator
33
go 1.16
44

55
require (
6-
github.com/envoyproxy/go-control-plane v0.10.1
7-
github.com/sirupsen/logrus v1.8.1 // indirect
8-
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
9-
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
10-
google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1
11-
google.golang.org/grpc v1.42.0
6+
github.com/envoyproxy/go-control-plane v0.11.1
7+
github.com/sirupsen/logrus v1.8.1
8+
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d
9+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d
10+
google.golang.org/grpc v1.59.0
1211
gopkg.in/square/go-jose.v2 v2.6.0
1312
)

0 commit comments

Comments
 (0)