Skip to content

Commit c1c20a8

Browse files
authored
Merge pull request #17 from weiwu-sre/ww/support-exemplars
Bump Prometheus module version to support exemplars
2 parents 4c62ec2 + f9a1084 commit c1c20a8

File tree

2 files changed

+342
-10
lines changed

2 files changed

+342
-10
lines changed

go.mod

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,22 @@ go 1.15
55
require (
66
github.com/andybalholm/brotli v1.0.1 // indirect
77
github.com/blind-oracle/go-common v1.0.7
8+
github.com/fsnotify/fsnotify v1.4.9 // indirect
89
github.com/gogo/protobuf v1.3.2
9-
github.com/golang/protobuf v1.4.3 // indirect
10-
github.com/golang/snappy v0.0.2
10+
github.com/golang/snappy v0.0.3
1111
github.com/google/uuid v1.1.5
1212
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
1313
github.com/hashicorp/errwrap v1.1.0 // indirect
1414
github.com/hashicorp/go-multierror v1.1.0
1515
github.com/klauspost/compress v1.11.7 // indirect
16+
github.com/kr/pretty v0.2.1 // indirect
1617
github.com/pkg/errors v0.9.1
17-
github.com/prometheus/common v0.15.0
18-
github.com/prometheus/prometheus v1.8.2-0.20210120113717-82330b96ee74
18+
github.com/prometheus/common v0.29.0
19+
github.com/prometheus/prometheus v0.0.0-20210701133801-b0944590a1c9
20+
github.com/samuel/go-zookeeper v0.0.0-20201211165307-7117e9ea2414 // indirect
1921
github.com/sirupsen/logrus v1.7.0
20-
github.com/stretchr/testify v1.6.1
22+
github.com/stretchr/testify v1.7.0
2123
github.com/valyala/fasthttp v1.19.0
22-
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
23-
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
24-
golang.org/x/text v0.3.5 // indirect
25-
google.golang.org/genproto v0.0.0-20210119180700-e258113e47cc // indirect
26-
google.golang.org/grpc v1.35.0 // indirect
2724
gopkg.in/yaml.v2 v2.4.0
25+
gotest.tools v2.2.0+incompatible // indirect
2826
)

0 commit comments

Comments
 (0)