WIP: Firebase support
This commit is contained in:
parent
28fb63b9ae
commit
ad17be1683
5 changed files with 633 additions and 5 deletions
5
go.mod
5
go.mod
|
@ -3,9 +3,14 @@ module heckel.io/ntfy
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
cloud.google.com/go/firestore v1.6.0 // indirect
|
||||
cloud.google.com/go/storage v1.18.2 // indirect
|
||||
firebase.google.com/go v3.13.0+incompatible
|
||||
github.com/BurntSushi/toml v0.4.1 // indirect
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
||||
github.com/urfave/cli/v2 v2.3.0
|
||||
golang.org/x/oauth2 v0.0.0-20211028175245-ba495a64dcb5 // indirect
|
||||
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
||||
google.golang.org/api v0.60.0
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue