File tree Expand file tree Collapse file tree 6 files changed +4
-430
lines changed Expand file tree Collapse file tree 6 files changed +4
-430
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,3 @@ Go support for Protocol Buffers - Google's data interchange format
16
16
http://github.com/golang/protobuf/
17
17
Copyright 2010 The Go Authors
18
18
See source code for license details.
19
-
20
- diff - a pretty-printed complete of a Go data structure
21
- https://github.com/kylelemons/godebug
22
- Copyright 2013 Google Inc. All rights reserved.
23
- See source code for license details.
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ require (
8
8
github.com/google/go-cmp v0.6.0
9
9
github.com/json-iterator/go v1.1.12
10
10
github.com/klauspost/compress v1.17.8
11
+ github.com/kylelemons/godebug v1.1.0
11
12
github.com/prometheus/client_model v0.6.1
12
13
github.com/prometheus/common v0.53.0
13
14
github.com/prometheus/procfs v0.15.1
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
24
24
github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
25
25
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
26
26
github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
27
+ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc =
28
+ github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
27
29
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
28
30
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
29
31
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments