ya.make 217 B

123456789101112131415161718192021222324
  1. GO_LIBRARY()
  2. LICENSE(Apache-2.0)
  3. SRCS(
  4. credentials.go
  5. tls.go
  6. )
  7. GO_TEST_SRCS(credentials_test.go)
  8. END()
  9. RECURSE(
  10. alts
  11. google
  12. # gotest
  13. insecure
  14. local
  15. oauth
  16. sts
  17. tls
  18. xds
  19. )