Skip to content

Commit 1ba7c04

Browse files
Bump google.golang.org/grpc from 1.29.1 to 1.56.3 (#564)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.29.1 to 1.56.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.29.1...v1.56.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lorenzo Mangani <[email protected]>
1 parent 7844664 commit 1ba7c04

File tree

2 files changed

+1418
-25
lines changed

2 files changed

+1418
-25
lines changed

go.mod

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ require (
66
github.com/VictoriaMetrics/fastcache v1.5.7
77
github.com/antonmedv/expr v1.8.8
88
github.com/buger/jsonparser v1.1.1
9-
github.com/cespare/xxhash/v2 v2.1.1
9+
github.com/cespare/xxhash/v2 v2.2.0
1010
github.com/fortytw2/leaktest v1.3.0 // indirect
1111
github.com/go-sql-driver/mysql v1.5.0
1212
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
1313
github.com/gobwas/pool v0.2.0 // indirect
1414
github.com/gobwas/ws v1.0.3
1515
github.com/gogo/protobuf v1.3.2
16-
github.com/golang/snappy v0.0.1
16+
github.com/golang/snappy v0.0.4
1717
github.com/lib/pq v1.10.9
1818
github.com/mailru/easyjson v0.7.1 // indirect
1919
github.com/negbie/cert v0.0.0-20190324145947-d1018a8fb00f
@@ -25,10 +25,9 @@ require (
2525
github.com/prometheus/common v0.26.0
2626
github.com/robfig/cron/v3 v3.0.1
2727
github.com/sipcapture/golua v0.0.0-20200610090950-538d24098d76
28-
github.com/stretchr/testify v1.7.0
28+
github.com/stretchr/testify v1.8.3
2929
github.com/valyala/bytebufferpool v1.0.0
3030
github.com/valyala/fasttemplate v1.1.1
31-
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
32-
google.golang.org/genproto v0.0.0-20200619004808-3e7fca5c55db // indirect
33-
google.golang.org/grpc v1.29.1
31+
golang.org/x/sync v0.1.0
32+
google.golang.org/grpc v1.56.3
3433
)

0 commit comments

Comments
 (0)