Skip to content

Commit c85a258

Browse files
Bump google.golang.org/grpc from 1.32.0 to 1.62.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.32.0 to 1.62.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.32.0...v1.62.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d80440f commit c85a258

File tree

2 files changed

+2254
-31
lines changed

2 files changed

+2254
-31
lines changed

go.mod

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ go 1.15
44

55
require (
66
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165 // indirect
7-
github.com/golang/mock v1.4.4
8-
github.com/golang/protobuf v1.4.2
9-
github.com/google/go-cmp v0.5.3
7+
github.com/golang/mock v1.6.0
8+
github.com/golang/protobuf v1.5.3
9+
github.com/google/go-cmp v0.6.0
1010
github.com/gorilla/websocket v1.4.2
1111
github.com/lucas-clemente/quic-go v0.18.1
1212
github.com/miekg/dns v1.1.31
1313
github.com/pires/go-proxyproto v0.2.0
1414
github.com/seiflotfy/cuckoofilter v0.0.0-20200511222245-56093a4d3841
15-
github.com/stretchr/testify v1.8.1
15+
github.com/stretchr/testify v1.8.4
1616
github.com/xiaokangwang/VSign v0.0.0-20200828155424-dc1c86b73fbf
1717
github.com/xtls/go v0.0.0-20201007031018-d42c13c57942
1818
go.starlark.net v0.0.0-20201006213952-227f4aabceb5
19-
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
20-
golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0
21-
golang.org/x/sync v0.0.0-20200930132711-30421366ff76
22-
golang.org/x/sys v0.0.0-20201006155630-ac719f4daadf
23-
google.golang.org/grpc v1.32.0
24-
google.golang.org/protobuf v1.25.0
19+
golang.org/x/crypto v0.18.0
20+
golang.org/x/net v0.20.0
21+
golang.org/x/sync v0.6.0
22+
golang.org/x/sys v0.16.0
23+
google.golang.org/grpc v1.62.1
24+
google.golang.org/protobuf v1.32.0
2525
h12.io/socks v1.0.1
2626
)

0 commit comments

Comments
 (0)