pulumi/pkg/resource/provider
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
..
component_provider.go Clean up unnecessary not-implemented methods 2023-01-05 18:00:20 -08:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
host.go grpc: WithInsecure is deprecated 2023-01-11 12:15:40 -08:00
main.go Introduce PULUMI_DEBUG_GRPC support 2022-11-08 14:01:15 -05:00