forked from prometheus-msteams/prometheus-msteams
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
29 lines (27 loc) · 1.07 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/infonova/prometheus-webexteams
require (
contrib.go.opencensus.io/exporter/jaeger v0.2.0
contrib.go.opencensus.io/exporter/prometheus v0.1.0
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
github.com/go-kit/kit v0.9.1-0.20191018122245-9f5354e50d79
github.com/gobwas/glob v0.2.3 // indirect
github.com/google/go-cmp v0.4.0
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/josephburnett/jd v0.0.0-20191228205456-aa1a7c66b42f
github.com/labstack/echo/v4 v4.1.14
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/oklog/run v1.1.0
github.com/peterbourgon/ff v1.7.0
github.com/prometheus/alertmanager v0.20.0
github.com/prometheus/client_golang v1.4.0
github.com/xeipuuv/gojsonschema v1.2.0
go.opencensus.io v0.22.2
gopkg.in/yaml.v2 v2.2.8
k8s.io/apimachinery v0.18.5 // indirect
k8s.io/helm v2.16.6+incompatible
)
go 1.14