ntfy/go.mod

17 lines
511 B
Modula-2
Raw Normal View History

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