mirror of https://github.com/pulumi/pulumi.git
69762acedf
grpc.WithInsecure is deprecated [1]. Instead, we're expected to use: grpc.WithTransportCredentials(insecure.NewCredentials()) This updates all instances across pkg/, sdk/ and tests/. [1]: https://pkg.go.dev/google.golang.org/grpc#WithInsecure In service to #11808 |
||
---|---|---|
.. | ||
main.go | ||
main_test.go | ||
proxy.go | ||
proxy_unix.go | ||
proxy_windows.go |