mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
57aac73e47
This PR downgrades the docker dependency to the stable 19.03 branch.
It means that we will negociate 1.40 by default and not the uncomplete
1.41 API.
It was not possible to use the stable branch before because a patch
was pending to build on netbsd and dragonfly:
a40b877fbb
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
98 lines
4.3 KiB
Modula-2
98 lines
4.3 KiB
Modula-2
module github.com/prometheus/prometheus
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go v43.0.0+incompatible
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
|
github.com/Azure/go-autorest/autorest v0.10.2
|
|
github.com/Azure/go-autorest/autorest/adal v0.8.3
|
|
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
|
|
github.com/armon/go-metrics v0.3.3 // indirect
|
|
github.com/aws/aws-sdk-go v1.31.9
|
|
github.com/cespare/xxhash v1.1.0
|
|
github.com/containerd/containerd v1.3.4 // indirect
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/dgryski/go-sip13 v0.0.0-20190329191031-25c5027a8c7b
|
|
github.com/digitalocean/godo v1.37.0
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
github.com/docker/docker v17.12.0-ce-rc1.0.20200706150819-a40b877fbb9e+incompatible
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/edsrzf/mmap-go v1.0.0
|
|
github.com/go-kit/kit v0.10.0
|
|
github.com/go-logfmt/logfmt v0.5.0
|
|
github.com/go-openapi/errors v0.19.4 // indirect
|
|
github.com/go-openapi/loads v0.19.5 // indirect
|
|
github.com/go-openapi/runtime v0.19.15 // indirect
|
|
github.com/go-openapi/spec v0.19.7 // indirect
|
|
github.com/go-openapi/strfmt v0.19.5
|
|
github.com/go-openapi/swag v0.19.9 // indirect
|
|
github.com/go-openapi/validate v0.19.8 // indirect
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/golang/snappy v0.0.1
|
|
github.com/google/pprof v0.0.0-20200507031123-427632fa3b1c
|
|
github.com/googleapis/gnostic v0.4.0 // indirect
|
|
github.com/gophercloud/gophercloud v0.11.0
|
|
github.com/grpc-ecosystem/grpc-gateway v1.14.6
|
|
github.com/hashicorp/consul/api v1.4.0
|
|
github.com/hashicorp/go-hclog v0.12.2 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/hashicorp/serf v0.9.0 // indirect
|
|
github.com/influxdata/influxdb v1.8.0
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.10
|
|
github.com/julienschmidt/httprouter v1.3.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
github.com/miekg/dns v1.1.29
|
|
github.com/mitchellh/mapstructure v1.2.2 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
|
|
github.com/oklog/run v1.1.0
|
|
github.com/oklog/ulid v1.3.1
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9
|
|
github.com/opentracing/opentracing-go v1.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/prometheus/alertmanager v0.20.0
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/prometheus/client_model v0.2.0
|
|
github.com/prometheus/common v0.10.0
|
|
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
|
|
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
|
|
github.com/soheilhy/cmux v0.1.4
|
|
github.com/uber/jaeger-client-go v2.23.1+incompatible
|
|
github.com/uber/jaeger-lib v2.2.0+incompatible
|
|
go.mongodb.org/mongo-driver v1.3.2 // indirect
|
|
go.uber.org/atomic v1.6.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20200422194213-44a606286825 // indirect
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
|
golang.org/x/tools v0.0.0-20200603131246-cc40288be839
|
|
google.golang.org/api v0.26.0
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
google.golang.org/genproto v0.0.0-20200603110839-e855014d5736
|
|
google.golang.org/grpc v1.29.1
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
gopkg.in/yaml.v3 v3.0.0-20200603094226-e3079894b1e8
|
|
gotest.tools v2.2.0+incompatible // indirect
|
|
k8s.io/api v0.18.3
|
|
k8s.io/apimachinery v0.18.3
|
|
k8s.io/client-go v0.18.3
|
|
k8s.io/klog v1.0.0
|
|
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
|
|
)
|
|
|
|
replace k8s.io/klog => github.com/simonpasquier/klog-gokit v0.1.0
|