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

Commit a8a3fda

Browse files
fix(deps): update google.golang.org/genproto digest to b1a4ccb
1 parent 6ef1f0c commit a8a3fda

File tree

2 files changed

+3239
-6
lines changed

2 files changed

+3239
-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.12.0
7+
github.com/sirupsen/logrus v1.8.1
8+
google.golang.org/genproto v0.0.0-20240730163845-b1a4ccb954bf
9+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240725223205-93522f1f2a9f
10+
google.golang.org/grpc v1.64.1
1211
gopkg.in/square/go-jose.v2 v2.6.0
1312
)

0 commit comments

Comments
 (0)