You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
gRPC plugin was depending on golang.org/x/net/context due to the 1.6 support gRPC couldn't deprecate for a long time. With grpc/grpc-go#2439 merged, we can replace "golang.org/x/net/context" with the standard library "context" package.
gRPC plugin was depending on golang.org/x/net/context due to the 1.6 support gRPC couldn't deprecate for a long time. With grpc/grpc-go#2439 merged, we can replace "golang.org/x/net/context" with the standard library "context" package.
cc @Ramonza @odeke-em