2018-11-16 16:32:19 +00:00
|
|
|
module github.com/prometheus/alertmanager
|
|
|
|
|
|
|
|
require (
|
2020-08-25 13:48:59 +00:00
|
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
|
2020-05-18 13:00:36 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.0.2
|
2019-08-22 10:04:38 +00:00
|
|
|
github.com/cespare/xxhash v1.1.0
|
2020-05-18 13:00:36 +00:00
|
|
|
github.com/go-kit/kit v0.10.0
|
|
|
|
github.com/go-openapi/errors v0.19.4
|
|
|
|
github.com/go-openapi/loads v0.19.5
|
|
|
|
github.com/go-openapi/runtime v0.19.15
|
|
|
|
github.com/go-openapi/spec v0.19.8
|
|
|
|
github.com/go-openapi/strfmt v0.19.5
|
|
|
|
github.com/go-openapi/swag v0.19.9
|
|
|
|
github.com/go-openapi/validate v0.19.8
|
|
|
|
github.com/gogo/protobuf v1.3.1
|
2019-03-11 05:47:24 +00:00
|
|
|
github.com/hashicorp/go-sockaddr v1.0.2
|
2020-05-18 13:00:36 +00:00
|
|
|
github.com/hashicorp/memberlist v0.2.2
|
2019-09-09 08:57:38 +00:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2020-05-18 13:00:36 +00:00
|
|
|
github.com/kylelemons/godebug v1.1.0
|
2018-12-17 10:05:40 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1
|
2020-05-18 13:00:36 +00:00
|
|
|
github.com/oklog/run v1.1.0
|
2019-08-22 10:04:38 +00:00
|
|
|
github.com/oklog/ulid v1.3.1
|
2020-05-18 13:00:36 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-08-25 13:48:59 +00:00
|
|
|
github.com/prometheus/client_golang v1.7.1
|
|
|
|
github.com/prometheus/common v0.12.0
|
2020-05-18 13:00:36 +00:00
|
|
|
github.com/rs/cors v1.7.0
|
|
|
|
github.com/satori/go.uuid v1.2.0
|
2019-08-22 10:04:38 +00:00
|
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
|
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
|
2020-05-18 13:00:36 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
|
|
|
github.com/xlab/treeprint v1.0.0
|
2020-08-25 13:48:59 +00:00
|
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344
|
2020-05-18 13:00:36 +00:00
|
|
|
golang.org/x/tools v0.0.0-20200513201620-d5fe73897c97
|
2018-11-16 16:32:19 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2020-05-18 13:00:36 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2018-11-16 16:32:19 +00:00
|
|
|
)
|
2019-09-16 10:22:25 +00:00
|
|
|
|
2020-05-18 13:00:36 +00:00
|
|
|
go 1.14
|