Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal: update dependency in go.mod #5179

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/go.mod
Expand Up @@ -4,8 +4,8 @@ go 1.14

require (
github.com/golang/protobuf v1.4.3
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/genproto v0.0.0-20200806141610-86f49bd18e98
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.25.0
)
Expand Down
292 changes: 283 additions & 9 deletions examples/go.sum

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions go.mod
Expand Up @@ -9,11 +9,11 @@ require (
github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.4.3
github.com/google/go-cmp v0.5.0
github.com/google/go-cmp v0.5.1
github.com/google/uuid v1.1.2
golang.org/x/net v0.0.0-20200822124328-c89045814202
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/sys v0.0.0-20200803210538-64077c9b5642
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987
google.golang.org/protobuf v1.25.0
)
290 changes: 282 additions & 8 deletions go.sum

Large diffs are not rendered by default.

279 changes: 275 additions & 4 deletions security/advancedtls/examples/go.sum

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion security/advancedtls/go.mod
Expand Up @@ -3,7 +3,6 @@ module google.golang.org/grpc/security/advancedtls
go 1.14

require (
github.com/google/go-cmp v0.5.1 // indirect
github.com/hashicorp/golang-lru v0.5.4
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
google.golang.org/grpc v1.38.0
Expand Down
279 changes: 275 additions & 4 deletions security/advancedtls/go.sum

Large diffs are not rendered by default.