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 (
|
2020-07-10 15:41:20 -07:00
|
|
|
github.com/Azure/azure-sdk-for-go v44.0.0+incompatible
|
2020-07-07 02:37:46 -07:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
2020-07-10 15:41:20 -07:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.2
|
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.0
|
2020-02-17 13:13:33 -08: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 03:25:58 -07:00
|
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
2020-02-17 13:13:33 -08:00
|
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
|
2020-04-23 03:17:08 -07:00
|
|
|
github.com/armon/go-metrics v0.3.3 // indirect
|
2020-07-10 15:41:20 -07:00
|
|
|
github.com/aws/aws-sdk-go v1.33.5
|
2018-12-04 08:46:31 -08:00
|
|
|
github.com/cespare/xxhash v1.1.0
|
2020-06-26 03:25:58 -07: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 02:48:23 -07:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2019-08-14 02:00:39 -07:00
|
|
|
github.com/dgryski/go-sip13 v0.0.0-20190329191031-25c5027a8c7b
|
2020-07-10 15:41:20 -07:00
|
|
|
github.com/digitalocean/godo v1.38.0
|
2020-06-26 03:25:58 -07:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
2020-07-07 02:37:46 -07:00
|
|
|
github.com/docker/docker v17.12.0-ce-rc1.0.20200706150819-a40b877fbb9e+incompatible
|
2020-06-26 03:25:58 -07:00
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
2019-07-31 08:12:43 -07:00
|
|
|
github.com/edsrzf/mmap-go v1.0.0
|
2020-02-17 13:13:33 -08:00
|
|
|
github.com/go-kit/kit v0.10.0
|
|
|
|
github.com/go-logfmt/logfmt v0.5.0
|
2020-04-23 03:17:08 -07:00
|
|
|
github.com/go-openapi/strfmt v0.19.5
|
2020-02-17 13:13:33 -08:00
|
|
|
github.com/gogo/protobuf v1.3.1
|
2019-04-10 10:47:25 -07:00
|
|
|
github.com/golang/snappy v0.0.1
|
2020-07-10 15:41:20 -07:00
|
|
|
github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99
|
2020-04-24 00:50:55 -07:00
|
|
|
github.com/googleapis/gnostic v0.4.0 // indirect
|
2020-07-10 15:41:20 -07:00
|
|
|
github.com/gophercloud/gophercloud v0.12.0
|
2020-06-03 22:55:56 -07:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.14.6
|
2020-07-10 15:41:20 -07:00
|
|
|
github.com/hashicorp/consul/api v1.5.0
|
2020-04-23 03:17:08 -07: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
|
2020-07-10 15:41:20 -07:00
|
|
|
github.com/influxdata/influxdb v1.8.1
|
2019-10-30 01:50:55 -07:00
|
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
2020-06-25 16:28:03 -07:00
|
|
|
github.com/json-iterator/go v1.1.10
|
2020-04-23 03:17:08 -07:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
2020-07-10 15:41:20 -07:00
|
|
|
github.com/miekg/dns v1.1.30
|
2020-04-23 03:17:08 -07:00
|
|
|
github.com/mitchellh/mapstructure v1.2.2 // indirect
|
2020-06-26 03:25:58 -07:00
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
2019-08-14 02:00:39 -07:00
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
|
2020-02-17 13:13:33 -08:00
|
|
|
github.com/oklog/run v1.1.0
|
2019-08-13 01:34:14 -07:00
|
|
|
github.com/oklog/ulid v1.3.1
|
2020-06-26 03:25:58 -07:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
2020-07-10 15:41:20 -07:00
|
|
|
github.com/opentracing-contrib/go-stdlib v1.0.0
|
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2020-02-17 13:13:33 -08: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 02:48:23 -07:00
|
|
|
github.com/pmezard/go-difflib v1.0.0
|
2020-07-10 15:41:20 -07:00
|
|
|
github.com/prometheus/alertmanager v0.21.0
|
2020-06-25 16:28:03 -07:00
|
|
|
github.com/prometheus/client_golang v1.7.1
|
2020-02-17 13:13:33 -08:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2020-05-14 01:58:14 -07:00
|
|
|
github.com/prometheus/common v0.10.0
|
2020-02-17 13:13:33 -08:00
|
|
|
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da
|
2019-08-14 02:00:39 -07:00
|
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
|
2020-07-10 15:41:20 -07:00
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20200627165143-92b8a710ab6c
|
2019-04-04 02:55:32 -07:00
|
|
|
github.com/soheilhy/cmux v0.1.4
|
2020-07-10 15:41:20 -07:00
|
|
|
github.com/uber/jaeger-client-go v2.24.0+incompatible
|
2020-04-22 17:05:55 -07:00
|
|
|
github.com/uber/jaeger-lib v2.2.0+incompatible
|
2020-04-23 03:17:08 -07:00
|
|
|
go.mongodb.org/mongo-driver v1.3.2 // indirect
|
|
|
|
go.uber.org/atomic v1.6.0 // indirect
|
2020-07-10 15:41:20 -07:00
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
2020-02-17 13:13:33 -08:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-07-10 15:41:20 -07:00
|
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
|
|
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
|
|
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
|
|
|
golang.org/x/tools v0.0.0-20200710042808-f1c4188a97a1
|
|
|
|
google.golang.org/api v0.29.0
|
2020-04-23 03:17:08 -07:00
|
|
|
google.golang.org/appengine v1.6.6 // indirect
|
2020-07-10 15:41:20 -07:00
|
|
|
google.golang.org/genproto v0.0.0-20200710124503-20a17af7bd0e
|
|
|
|
google.golang.org/grpc v1.30.0
|
|
|
|
google.golang.org/grpc/examples v0.0.0-20200709232328-d8193ee9cc3e // indirect
|
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
|
2020-06-03 22:55:56 -07:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-07-10 15:41:20 -07:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
2020-06-26 03:25:58 -07:00
|
|
|
gotest.tools v2.2.0+incompatible // indirect
|
2020-07-10 15:41:20 -07:00
|
|
|
k8s.io/api v0.18.5
|
|
|
|
k8s.io/apimachinery v0.18.5
|
|
|
|
k8s.io/client-go v0.18.5
|
2020-02-17 13:13:33 -08:00
|
|
|
k8s.io/klog v1.0.0
|
2020-04-23 03:17:08 -07:00
|
|
|
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
|
2018-10-24 05:13:10 -07:00
|
|
|
)
|
2018-12-04 06:01:12 -08:00
|
|
|
|
2020-04-24 00:50:55 -07:00
|
|
|
replace k8s.io/klog => github.com/simonpasquier/klog-gokit v0.1.0
|