forked from cloudflare/alertmanager2es
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
14 lines (12 loc) · 660 Bytes
/
Copy pathgo.mod
File metadata and controls
14 lines (12 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module github.com/feifeigood/alertmanager2es
go 1.15
require (
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
github.com/golang/protobuf v0.0.0-20161117033126-8ee79997227b // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_golang v0.8.1-0.20161124155732-575f371f7862
github.com/prometheus/client_model v0.0.0-20150212101744-fa8ad6fec335 // indirect
github.com/prometheus/common v0.0.0-20161220174553-6d76b79f2398 // indirect
github.com/prometheus/procfs v0.0.0-20161206222141-fcdb11ccb438 // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
)