prometheus/vendor/github.com
Bartlomiej Plotka 104a1313d4
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 11:48:23 +02:00
..
alecthomas Update vendors 2020-02-25 10:33:41 +01:00
armon/go-metrics
asaskevich/govalidator
aws/aws-sdk-go update vendor (#6936) 2020-03-09 15:27:19 +01:00
Azure update vendor (#6936) 2020-03-09 15:27:19 +01:00
beorn7/perks
cespare/xxhash Update vendors 2020-02-25 10:33:41 +01:00
davecgh/go-spew
dgrijalva/jwt-go Update vendors 2020-02-25 10:33:41 +01:00
dgryski/go-sip13
edsrzf/mmap-go
evanphx/json-patch
fatih/color Update vendors 2020-02-25 10:33:41 +01:00
ghodss/yaml
go-kit/kit Update vendors 2020-02-25 10:33:41 +01:00
go-logfmt/logfmt Update vendors 2020-02-25 10:33:41 +01:00
go-openapi Update vendors 2020-02-25 10:33:41 +01:00
go-stack/stack
gogo/protobuf Update vendors 2020-02-25 10:33:41 +01:00
golang Update vendors 2020-02-25 10:33:41 +01:00
google update vendor (#6936) 2020-03-09 15:27:19 +01:00
googleapis
gophercloud/gophercloud Update vendors 2020-02-25 10:33:41 +01:00
grpc-ecosystem/grpc-gateway update vendor (#6936) 2020-03-09 15:27:19 +01:00
hashicorp Update vendors 2020-02-25 10:33:41 +01:00
influxdata/influxdb
jmespath/go-jmespath
jpillora/backoff
json-iterator/go Update vendors 2020-02-25 10:33:41 +01:00
julienschmidt/httprouter
mailru/easyjson Update vendors 2020-02-25 10:33:41 +01:00
mattn Update vendors 2020-02-25 10:33:41 +01:00
matttproud/golang_protobuf_extensions
miekg/dns Update vendors 2020-02-25 10:33:41 +01:00
mitchellh Update vendors 2020-02-25 10:33:41 +01:00
modern-go
mwitkow/go-conntrack
oklog Update vendors 2020-02-25 10:33:41 +01:00
opentracing/opentracing-go
opentracing-contrib/go-stdlib
pkg/errors Update vendors 2020-02-25 10:33:41 +01:00
pmezard/go-difflib testutil: Enriched Equals with diff on error. (#7053) 2020-03-26 11:48:23 +02:00
prometheus Update client_golang to fix promhttp error handling (#6986) 2020-03-15 00:42:14 +01:00
PuerkitoBio Update vendors 2020-02-25 10:33:41 +01:00
samuel/go-zookeeper Update vendors 2020-02-25 10:33:41 +01:00
shurcooL
soheilhy/cmux