2021-10-24 03:29:45 +02:00
|
|
|
module heckel.io/ntfy
|
2021-10-23 00:54:02 +02:00
|
|
|
|
|
|
|
go 1.16
|
2021-10-23 03:26:01 +02:00
|
|
|
|
2021-10-24 03:29:45 +02:00
|
|
|
require (
|
2021-10-29 05:50:38 +02:00
|
|
|
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
|
2021-10-24 03:29:45 +02:00
|
|
|
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
|
2021-10-29 05:50:38 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20211028175245-ba495a64dcb5 // indirect
|
2021-10-24 04:49:50 +02:00
|
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
2021-10-29 05:50:38 +02:00
|
|
|
google.golang.org/api v0.60.0
|
2021-10-24 03:29:45 +02:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
)
|