ntfy/go.mod

75 lines
2.9 KiB
Modula-2
Raw Normal View History

module heckel.io/ntfy
2021-10-23 11:54:02 +13:00
2022-10-02 08:50:48 +13:00
go 1.18
2021-10-23 14:26:01 +13:00
require (
2022-12-05 14:38:38 +13:00
cloud.google.com/go/firestore v1.9.0 // indirect
2023-03-23 09:26:00 +13:00
cloud.google.com/go/storage v1.30.1 // indirect
2022-11-03 07:07:26 +13:00
github.com/BurntSushi/toml v1.2.1 // indirect
2022-05-11 03:50:48 +12:00
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
2023-02-15 14:56:02 +13:00
github.com/emersion/go-smtp v0.16.0
2023-03-15 03:20:41 +13:00
github.com/gabriel-vasile/mimetype v1.4.2
2022-03-17 07:50:00 +13:00
github.com/gorilla/websocket v1.5.0
2022-11-03 07:07:26 +13:00
github.com/mattn/go-sqlite3 v1.14.16
2022-12-24 02:38:45 +13:00
github.com/olebedev/when v0.0.0-20221205223600-4d190b02b8d8
github.com/stretchr/testify v1.8.1
2023-03-29 07:41:16 +13:00
github.com/urfave/cli/v2 v2.25.1
2023-04-20 14:17:10 +12:00
golang.org/x/crypto v0.8.0
golang.org/x/oauth2 v0.7.0 // indirect
2022-11-03 07:07:26 +13:00
golang.org/x/sync v0.1.0
2023-04-20 14:17:10 +12:00
golang.org/x/term v0.7.0
2022-12-05 14:38:38 +13:00
golang.org/x/time v0.3.0
2023-04-27 04:01:15 +12:00
google.golang.org/api v0.120.0
2021-12-19 08:43:27 +13:00
gopkg.in/yaml.v2 v2.4.0
)
2021-11-03 07:08:21 +13:00
2022-04-22 12:35:25 +12:00
require github.com/pkg/errors v0.9.1 // indirect
2022-04-21 08:31:25 +12:00
2023-01-19 09:50:06 +13:00
require (
2023-04-20 14:17:10 +12:00
firebase.google.com/go/v4 v4.11.0
github.com/prometheus/client_golang v1.15.0
github.com/stripe/stripe-go/v74 v74.15.0
2023-01-19 09:50:06 +13:00
)
2022-05-30 12:48:14 +12:00
2021-11-03 07:08:21 +13:00
require (
2023-02-16 09:41:41 +13:00
cloud.google.com/go v0.110.0 // indirect
2023-04-20 14:17:10 +12:00
cloud.google.com/go/compute v1.19.1 // indirect
2022-12-24 02:38:45 +13:00
cloud.google.com/go/compute/metadata v0.2.3 // indirect
2023-04-20 14:17:10 +12:00
cloud.google.com/go/iam v1.0.0 // indirect
2023-02-15 14:56:02 +13:00
cloud.google.com/go/longrunning v0.4.1 // indirect
2022-03-23 12:54:20 +13:00
github.com/AlekSi/pointer v1.2.0 // indirect
2022-12-24 02:38:45 +13:00
github.com/MicahParks/keyfunc v1.9.0 // indirect
2023-03-07 16:16:10 +13:00
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2021-12-11 13:59:51 +13:00
github.com/davecgh/go-spew v1.1.1 // indirect
2022-09-24 04:42:44 +12:00
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead // indirect
2023-02-26 15:20:58 +13:00
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
2021-11-03 07:08:21 +13:00
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2023-03-15 03:20:41 +13:00
github.com/golang/protobuf v1.5.3 // indirect
2022-09-24 04:42:44 +12:00
github.com/google/go-cmp v0.5.9 // indirect
2023-04-20 14:17:10 +12:00
github.com/google/s2a-go v0.1.2 // indirect
github.com/google/uuid v1.3.0 // indirect
2023-02-15 14:56:02 +13:00
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
2023-03-17 15:44:18 +13:00
github.com/googleapis/gax-go/v2 v2.8.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2021-12-08 05:45:15 +13:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2023-03-07 16:16:10 +13:00
github.com/prometheus/client_model v0.3.0 // indirect
2023-03-17 15:44:18 +13:00
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
2021-11-03 07:08:21 +13:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
2023-01-19 17:01:26 +13:00
github.com/stretchr/objx v0.5.0 // indirect
2022-05-26 13:41:14 +12:00
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.opencensus.io v0.24.0 // indirect
2023-04-20 14:17:10 +12:00
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
2022-09-24 04:42:44 +12:00
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
2021-11-03 07:08:21 +13:00
google.golang.org/appengine v1.6.7 // indirect
2023-04-20 14:17:10 +12:00
google.golang.org/appengine/v2 v2.0.3 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
2023-03-23 09:26:00 +13:00
google.golang.org/grpc v1.54.0 // indirect
2023-03-17 15:44:18 +13:00
google.golang.org/protobuf v1.30.0 // indirect
2022-06-24 06:46:01 +12:00
gopkg.in/yaml.v3 v3.0.1 // indirect
2021-11-03 07:08:21 +13:00
)