pulumi/sdk/nodejs/cmd/pulumi-language-nodejs
Abhinav Gupta 69762acedf
grpc: WithInsecure is deprecated
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
2023-01-11 12:15:40 -08:00
..
main.go grpc: WithInsecure is deprecated 2023-01-11 12:15:40 -08:00
main_test.go test: use T.TempDir to create temporary test directory 2022-12-03 15:17:08 +08:00
proxy.go Embed default gRPC server implementations 2023-01-05 17:54:11 -08:00
proxy_unix.go all: Drop ioutil 2023-01-06 16:35:14 -08:00
proxy_windows.go ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00