2018-10-24 05:13:10 -07:00
|
|
|
module github.com/prometheus/prometheus
|
|
|
|
|
2019-10-23 04:01:57 -07:00
|
|
|
go 1.13
|
2019-08-14 02:00:39 -07:00
|
|
|
|
2018-10-24 05:13:10 -07:00
|
|
|
require (
|
2019-08-14 02:00:39 -07:00
|
|
|
contrib.go.opencensus.io/exporter/ocagent v0.6.0 // indirect
|
2019-01-28 10:30:29 -08:00
|
|
|
github.com/Azure/azure-sdk-for-go v23.2.0+incompatible
|
|
|
|
github.com/Azure/go-autorest v11.2.8+incompatible
|
2019-08-14 02:00:39 -07:00
|
|
|
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4
|
2019-12-09 15:16:18 -08:00
|
|
|
github.com/aws/aws-sdk-go v1.25.48
|
2018-12-04 08:46:31 -08:00
|
|
|
github.com/cespare/xxhash v1.1.0
|
2019-08-14 02:00:39 -07:00
|
|
|
github.com/dgryski/go-sip13 v0.0.0-20190329191031-25c5027a8c7b
|
2019-07-31 08:12:43 -07:00
|
|
|
github.com/edsrzf/mmap-go v1.0.0
|
2019-08-14 02:00:39 -07:00
|
|
|
github.com/go-kit/kit v0.9.0
|
2019-02-12 06:58:25 -08:00
|
|
|
github.com/go-logfmt/logfmt v0.4.0
|
2019-08-14 02:00:39 -07:00
|
|
|
github.com/go-openapi/strfmt v0.19.2
|
|
|
|
github.com/gogo/protobuf v1.2.2-0.20190730201129-28a6bbf47e48
|
2019-04-10 10:47:25 -07:00
|
|
|
github.com/golang/snappy v0.0.1
|
2019-08-14 02:00:39 -07:00
|
|
|
github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70
|
|
|
|
github.com/gophercloud/gophercloud v0.3.0
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.9.5
|
2019-05-20 11:08:26 -07:00
|
|
|
github.com/hashicorp/consul/api v1.1.0
|
2019-07-22 04:39:13 -07:00
|
|
|
github.com/influxdata/influxdb v1.7.7
|
2019-10-30 01:50:55 -07:00
|
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
2019-08-14 02:00:39 -07:00
|
|
|
github.com/json-iterator/go v1.1.7
|
|
|
|
github.com/miekg/dns v1.1.15
|
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
|
2019-04-19 05:55:28 -07:00
|
|
|
github.com/oklog/run v1.0.0
|
2019-08-13 01:34:14 -07:00
|
|
|
github.com/oklog/ulid v1.3.1
|
2019-08-14 02:00:39 -07:00
|
|
|
github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9
|
|
|
|
github.com/opentracing/opentracing-go v1.1.0
|
2019-04-10 10:47:25 -07:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-08-14 02:00:39 -07:00
|
|
|
github.com/prometheus/alertmanager v0.18.0
|
2019-10-17 16:21:58 -07:00
|
|
|
github.com/prometheus/client_golang v1.2.0
|
2019-08-14 02:00:39 -07:00
|
|
|
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
|
2019-09-13 05:55:18 -07:00
|
|
|
github.com/prometheus/common v0.7.0
|
2019-08-14 02:00:39 -07:00
|
|
|
github.com/samuel/go-zookeeper v0.0.0-20190810000440-0ceca61e4d75
|
|
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
|
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
|
2019-04-04 02:55:32 -07:00
|
|
|
github.com/soheilhy/cmux v0.1.4
|
2019-08-14 02:00:39 -07:00
|
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
|
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
2019-10-17 16:21:58 -07:00
|
|
|
golang.org/x/sys v0.0.0-20191010194322-b09406accb47
|
2019-08-14 02:00:39 -07:00
|
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
|
2019-10-17 16:21:58 -07:00
|
|
|
golang.org/x/tools v0.0.0-20190918214516-5a1a30219888
|
2019-08-14 02:00:39 -07:00
|
|
|
google.golang.org/api v0.8.0
|
|
|
|
google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64
|
|
|
|
google.golang.org/grpc v1.22.1
|
2018-12-04 08:46:31 -08:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2019-07-23 07:53:50 -07:00
|
|
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7
|
2019-03-12 05:53:03 -07:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2019-08-14 02:00:39 -07:00
|
|
|
k8s.io/api v0.0.0-20190813020757-36bff7324fb7
|
|
|
|
k8s.io/apimachinery v0.0.0-20190809020650-423f5d784010
|
2019-09-13 05:55:18 -07:00
|
|
|
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
|
2019-08-14 02:00:39 -07:00
|
|
|
k8s.io/klog v0.4.0
|
2018-10-24 05:13:10 -07:00
|
|
|
)
|
2018-12-04 06:01:12 -08:00
|
|
|
|
2019-10-23 04:01:57 -07:00
|
|
|
replace (
|
|
|
|
github.com/golang/lint => golang.org/x/lint v0.0.0-20190409202823-959b441ac422
|
|
|
|
k8s.io/klog => github.com/simonpasquier/klog-gokit v0.1.0
|
|
|
|
)
|