-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 939 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/jayme-github/alertmanager-webhook-fcm
go 1.14
require (
cloud.google.com/go v0.80.0 // indirect
cloud.google.com/go/firestore v1.5.0 // indirect
cloud.google.com/go/storage v1.14.0 // indirect
firebase.google.com/go v3.13.0+incompatible
github.com/golang/protobuf v1.5.2 // indirect
github.com/julienschmidt/httprouter v1.3.1-0.20200114094804-8c9f31f047a3
github.com/prometheus/alertmanager v0.21.0
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.20.0 // indirect
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210329181859-df645c7b52b1
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558 // indirect
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181 // indirect
google.golang.org/api v0.43.0 // indirect
google.golang.org/genproto v0.0.0-20210329143202-679c6ae281ee // indirect
)