forked from prometheus/alertmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
38 lines (37 loc) · 1.6 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
30
31
32
33
34
35
36
37
38
module github.com/prometheus/alertmanager
require (
github.com/cenkalti/backoff v0.0.0-20181003080854-62661b46c409
github.com/cespare/xxhash v0.0.0-20181017004759-096ff4a8a059
github.com/go-kit/kit v0.8.0
github.com/go-openapi/errors v0.17.2
github.com/go-openapi/loads v0.17.2
github.com/go-openapi/runtime v0.18.0
github.com/go-openapi/spec v0.17.2
github.com/go-openapi/strfmt v0.17.2
github.com/go-openapi/swag v0.17.2
github.com/go-openapi/validate v0.17.2
github.com/gogo/protobuf v1.2.1
github.com/hashicorp/go-sockaddr v1.0.2
github.com/hashicorp/memberlist v0.1.3
github.com/jessevdk/go-flags v0.0.0-20180331124232-1c38ed7ad0cc
github.com/kr/pretty v0.1.0 // indirect
github.com/kylelemons/godebug v0.0.0-20160406211939-eadb3ce320cb
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/oklog/run v1.0.0
github.com/oklog/ulid v0.0.0-20170117200651-66bb6560562f
github.com/pkg/errors v0.8.0
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/common v0.4.1
github.com/prometheus/prometheus v0.0.0-20180315085919-58e2a31db8de
github.com/rs/cors v1.6.0
github.com/satori/go.uuid v0.0.0-20160603004225-b111a074d5ef
github.com/shurcooL/httpfs v0.0.0-20171119174359-809beceb2371
github.com/shurcooL/vfsgen v0.0.0-20180825020608-02ddb050ef6b
github.com/stretchr/testify v1.3.0
github.com/xlab/treeprint v0.0.0-20180616005107-d6fb6747feb6
golang.org/x/net v0.0.0-20181201002055-351d144fa1fc
golang.org/x/text v0.3.1-0.20180805044716-cb6730876b98 // indirect
golang.org/x/tools v0.0.0-20190118193359-16909d206f00
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.2.2
)