encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
google.golang.org/grpc/credentials | Package credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call. |
google.golang.org/grpc/credentials/google | Package google defines credentials for google cloud services. |
google.golang.org/grpc/credentials/insecure | Package insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security. |
google.golang.org/grpc/internal/xds/bootstrap/tlscreds | Package tlscreds implements mTLS Credentials in xDS Bootstrap File. |