2018-10-24 12:13:10 +00:00
|
|
|
module github.com/prometheus/prometheus
|
|
|
|
|
2019-10-23 11:01:57 +00:00
|
|
|
go 1.13
|
2019-08-14 09:00:39 +00:00
|
|
|
|
2018-10-24 12:13:10 +00:00
|
|
|
require (
|
2020-06-04 05:55:56 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go v43.0.0+incompatible
|
|
|
|
github.com/Azure/go-autorest/autorest v0.10.2
|
2020-04-23 10:17:08 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.8.3
|
2020-02-17 21:13:33 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
|
2020-06-26 10:25:58 +00:00
|
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
2020-02-17 21:13:33 +00:00
|
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
|
2020-04-23 10:17:08 +00:00
|
|
|
github.com/armon/go-metrics v0.3.3 // indirect
|
2020-06-04 05:55:56 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.31.9
|
2018-12-04 16:46:31 +00:00
|
|
|
github.com/cespare/xxhash v1.1.0
|
2020-06-26 10:25:58 +00:00
|
|
|
github.com/containerd/containerd v1.3.4 // indirect
|
testutil: Enriched Equals with diff on error. (#7053)
## Example:
```
exp: []chunks.Meta{chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e160), MinTime:1, MaxTime:2}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e180), MinTime:3, MaxTime:3}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e1a0), MinTime:5, MaxTime:5}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e1c0), MinTime:24, MaxTime:6}}
got: []chunks.Meta{chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e280), MinTime:1, MaxTime:2}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e2a0), MinTime:3, MaxTime:3}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e220), MinTime:5, MaxTime:5}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e240), MinTime:6, MaxTime:6}}
```
Now:
```
exp: []chunks.Meta{chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e740), MinTime:1, MaxTime:2}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e760), MinTime:3, MaxTime:3}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e780), MinTime:5, MaxTime:5}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e7a0), MinTime:24, MaxTime:6}}
got: []chunks.Meta{chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e800), MinTime:1, MaxTime:2}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e820), MinTime:3, MaxTime:3}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e860), MinTime:5, MaxTime:5}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e880), MinTime:6, MaxTime:6}}
Diff:
--- Expected
+++ Actual
@@ -50,3 +50,3 @@
}),
- MinTime: (int64) 24,
+ MinTime: (int64) 6,
MaxTime: (int64) 6
```
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
2020-03-26 09:48:23 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2019-08-14 09:00:39 +00:00
|
|
|
github.com/dgryski/go-sip13 v0.0.0-20190329191031-25c5027a8c7b
|
2020-06-18 15:04:41 +00:00
|
|
|
github.com/digitalocean/godo v1.37.0
|
2020-06-26 10:25:58 +00:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
|
|
github.com/docker/docker v17.12.0-ce-rc1.0.20200621004740-33fba35d42e7+incompatible
|
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
2019-07-31 15:12:43 +00:00
|
|
|
github.com/edsrzf/mmap-go v1.0.0
|
2020-02-17 21:13:33 +00:00
|
|
|
github.com/go-kit/kit v0.10.0
|
|
|
|
github.com/go-logfmt/logfmt v0.5.0
|
2020-04-23 10:17:08 +00:00
|
|
|
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
|
2020-02-17 21:13:33 +00:00
|
|
|
github.com/gogo/protobuf v1.3.1
|
2019-04-10 17:47:25 +00:00
|
|
|
github.com/golang/snappy v0.0.1
|
2020-06-04 05:55:56 +00:00
|
|
|
github.com/google/pprof v0.0.0-20200507031123-427632fa3b1c
|
2020-04-24 07:50:55 +00:00
|
|
|
github.com/googleapis/gnostic v0.4.0 // indirect
|
2020-06-04 05:55:56 +00:00
|
|
|
github.com/gophercloud/gophercloud v0.11.0
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.14.6
|
2020-02-17 21:13:33 +00:00
|
|
|
github.com/hashicorp/consul/api v1.4.0
|
2020-04-23 10:17:08 +00:00
|
|
|
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
|
2019-10-30 08:50:55 +00:00
|
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
2020-02-17 21:13:33 +00:00
|
|
|
github.com/json-iterator/go v1.1.9
|
2020-04-23 10:17:08 +00:00
|
|
|
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
|
2020-06-26 10:25:58 +00:00
|
|
|
github.com/moby/term v0.0.0-20200611042045-63b9a826fb74 // indirect
|
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
2019-08-14 09:00:39 +00:00
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
|
2020-02-17 21:13:33 +00:00
|
|
|
github.com/oklog/run v1.1.0
|
2019-08-13 08:34:14 +00:00
|
|
|
github.com/oklog/ulid v1.3.1
|
2020-06-26 10:25:58 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
2019-08-14 09:00:39 +00:00
|
|
|
github.com/opentracing-contrib/go-stdlib v0.0.0-20190519235532-cf7a6c988dc9
|
|
|
|
github.com/opentracing/opentracing-go v1.1.0
|
2020-02-17 21:13:33 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
testutil: Enriched Equals with diff on error. (#7053)
## Example:
```
exp: []chunks.Meta{chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e160), MinTime:1, MaxTime:2}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e180), MinTime:3, MaxTime:3}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e1a0), MinTime:5, MaxTime:5}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e1c0), MinTime:24, MaxTime:6}}
got: []chunks.Meta{chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e280), MinTime:1, MaxTime:2}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e2a0), MinTime:3, MaxTime:3}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e220), MinTime:5, MaxTime:5}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e240), MinTime:6, MaxTime:6}}
```
Now:
```
exp: []chunks.Meta{chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e740), MinTime:1, MaxTime:2}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e760), MinTime:3, MaxTime:3}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e780), MinTime:5, MaxTime:5}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e7a0), MinTime:24, MaxTime:6}}
got: []chunks.Meta{chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e800), MinTime:1, MaxTime:2}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e820), MinTime:3, MaxTime:3}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e860), MinTime:5, MaxTime:5}, chunks.Meta{Ref:0x0, Chunk:(*chunkenc.XORChunk)(0xc00000e880), MinTime:6, MaxTime:6}}
Diff:
--- Expected
+++ Actual
@@ -50,3 +50,3 @@
}),
- MinTime: (int64) 24,
+ MinTime: (int64) 6,
MaxTime: (int64) 6
```
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
2020-03-26 09:48:23 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0
|
2020-02-17 21:13:33 +00:00
|
|
|
github.com/prometheus/alertmanager v0.20.0
|
2020-04-30 11:24:47 +00:00
|
|
|
github.com/prometheus/client_golang v1.6.0
|
2020-02-17 21:13:33 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2020-05-14 08:58:14 +00:00
|
|
|
github.com/prometheus/common v0.10.0
|
2020-02-17 21:13:33 +00:00
|
|
|
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da
|
2019-08-14 09:00:39 +00:00
|
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
|
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
|
2019-04-04 09:55:32 +00:00
|
|
|
github.com/soheilhy/cmux v0.1.4
|
2020-06-04 05:55:56 +00:00
|
|
|
github.com/uber/jaeger-client-go v2.23.1+incompatible
|
2020-04-23 00:05:55 +00:00
|
|
|
github.com/uber/jaeger-lib v2.2.0+incompatible
|
2020-04-23 10:17:08 +00:00
|
|
|
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
|
2020-06-04 05:55:56 +00:00
|
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
2020-02-17 21:13:33 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-04-23 10:17:08 +00:00
|
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
2020-06-04 05:55:56 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980
|
2020-04-23 10:17:08 +00:00
|
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
2020-06-04 05:55:56 +00:00
|
|
|
golang.org/x/tools v0.0.0-20200603131246-cc40288be839
|
|
|
|
google.golang.org/api v0.26.0
|
2020-04-23 10:17:08 +00:00
|
|
|
google.golang.org/appengine v1.6.6 // indirect
|
2020-06-04 05:55:56 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20200603110839-e855014d5736
|
|
|
|
google.golang.org/grpc v1.29.1
|
2018-12-04 16:46:31 +00:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2019-07-23 14:53:50 +00:00
|
|
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7
|
2020-06-04 05:55:56 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200603094226-e3079894b1e8
|
2020-06-26 10:25:58 +00:00
|
|
|
gotest.tools v2.2.0+incompatible // indirect
|
2020-04-06 16:23:02 +00:00
|
|
|
k8s.io/api v0.18.3
|
|
|
|
k8s.io/apimachinery v0.18.3
|
|
|
|
k8s.io/client-go v0.18.3
|
2020-02-17 21:13:33 +00:00
|
|
|
k8s.io/klog v1.0.0
|
2020-04-23 10:17:08 +00:00
|
|
|
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
|
2018-10-24 12:13:10 +00:00
|
|
|
)
|
2018-12-04 14:01:12 +00:00
|
|
|
|
2020-04-24 07:50:55 +00:00
|
|
|
replace k8s.io/klog => github.com/simonpasquier/klog-gokit v0.1.0
|