firebase / firebase-admin-go

Firebase Admin Go SDK
Apache License 2.0
1.14k stars 247 forks source link

firebase-admin-go using hashicorp library which MPL licensed. #516

Closed ravizbyte closed 1 year ago

ravizbyte commented 1 year ago

firebase-admin-go using hashicorp library which MPL licensed. Can we use some other MIT or apache licensed library.

google-oss-bot commented 1 year ago

I found a few problems with this issue:

lahirumaramba commented 1 year ago

Looks like the only hashicorp dependency in the dependency graph is github.com/hashicorp/golang-lru and it is not a direct module used by the admin-sdk. I think it is coming from google.golang.org/api module. Could you file an issue in that repo, please? That way the relevant teams should be able take a look. Thanks!