Skip to content

Commit ddcfc1f

Browse files
authored
Upgrade Tally and Prometheus dependencies (#4118)
1 parent 898bcf8 commit ddcfc1f

12 files changed

Lines changed: 540 additions & 150 deletions

File tree

go.mod

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/google/uuid v1.3.0
2222
github.com/gorilla/mux v1.8.0
2323
github.com/hydrogen18/stalecucumber v0.0.0-20151102144322-9b38526d4bdf
24-
github.com/influxdata/influxdb v1.9.2
24+
github.com/influxdata/influxdb v1.9.5
2525
github.com/jhump/protoreflect v1.6.1
2626
github.com/jonboulle/clockwork v0.2.2
2727
github.com/json-iterator/go v1.1.12
@@ -30,9 +30,9 @@ require (
3030
github.com/lightstep/lightstep-tracer-go v0.18.1
3131
github.com/m3db/bitset v2.0.0+incompatible
3232
github.com/m3db/bloom/v4 v4.0.0-20200901140942-52efb8544fe9
33-
github.com/m3db/prometheus_client_golang v0.8.1
34-
github.com/m3db/prometheus_client_model v0.0.0-20180517145114-8b2299a4bf7d
35-
github.com/m3db/prometheus_common v0.0.0-20180517030744-25aaa3dff79b
33+
github.com/m3db/prometheus_client_golang v1.12.8
34+
github.com/m3db/prometheus_client_model v0.2.1
35+
github.com/m3db/prometheus_common v0.34.7
3636
github.com/m3db/prometheus_procfs v0.8.1
3737
github.com/m3db/stackadler32 v0.0.0-20180104200216-bfebcd73ef6f
3838
github.com/m3db/stackmurmur3/v2 v2.0.2
@@ -47,19 +47,19 @@ require (
4747
github.com/pkg/errors v0.9.1
4848
github.com/pkg/profile v1.2.1
4949
github.com/prometheus/client_golang v1.12.1
50-
github.com/prometheus/common v0.32.1
51-
github.com/prometheus/prometheus v1.8.2-0.20210621150501-ff58416a0b02
50+
github.com/prometheus/common v0.34.0
51+
github.com/prometheus/prometheus v0.0.0-20211110084043-4ef8c7c1d8e4
5252
github.com/rakyll/statik v0.1.6
5353
github.com/sergi/go-diff v1.1.0
5454
github.com/spf13/cobra v1.3.0
5555
github.com/stretchr/testify v1.7.0
5656
github.com/twotwotwo/sorts v0.0.0-20160814051341-bf5c1f2b8553
57-
github.com/uber-go/tally v3.4.3+incompatible
57+
github.com/uber-go/tally v3.5.0+incompatible
5858
github.com/uber/jaeger-client-go v2.29.1+incompatible
5959
github.com/uber/jaeger-lib v2.4.1+incompatible
6060
github.com/uber/tchannel-go v1.20.1
6161
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
62-
github.com/willf/bitset v1.1.10
62+
github.com/willf/bitset v1.1.11
6363
// etcd is currently on an alpha version to accomodate a GRPC version upgrade. See
6464
// https://github.com/m3db/m3/issues/4090 for the followup task to move back to a stable version.
6565
// Gory details (why we're doing this):
@@ -82,7 +82,7 @@ require (
8282
go.uber.org/config v1.4.0
8383
go.uber.org/goleak v1.1.12
8484
go.uber.org/zap v1.21.0
85-
golang.org/x/net v0.0.0-20220105145211-5b0dc2dfae98
85+
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
8686
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
8787
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
8888
google.golang.org/grpc v1.44.0
@@ -94,30 +94,30 @@ require (
9494
)
9595

9696
require (
97-
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
97+
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
9898
github.com/CAFxX/gcnotifier v0.0.0-20190112062741-224a280d589d // indirect
9999
github.com/DataDog/datadog-go v3.7.1+incompatible // indirect
100-
github.com/Microsoft/go-winio v0.4.16 // indirect
100+
github.com/Microsoft/go-winio v0.4.17 // indirect
101101
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
102102
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
103-
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
104-
github.com/aws/aws-sdk-go v1.38.68 // indirect
103+
github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a // indirect
104+
github.com/aws/aws-sdk-go v1.41.7 // indirect
105105
github.com/benbjohnson/clock v1.3.0 // indirect
106106
github.com/beorn7/perks v1.0.1 // indirect
107107
github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b // indirect
108108
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
109-
github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb // indirect
109+
github.com/containerd/continuity v0.1.0 // indirect
110110
github.com/coreos/go-semver v0.3.0 // indirect
111111
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
112+
github.com/dennwc/varint v1.0.0 // indirect
112113
github.com/docker/go-connections v0.4.0 // indirect
113114
github.com/docker/go-units v0.4.0 // indirect
114115
github.com/dustin/go-humanize v1.0.0 // indirect
115116
github.com/edsrzf/mmap-go v1.0.0 // indirect
116117
github.com/felixge/httpsnoop v1.0.2 // indirect
117-
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
118118
github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2 // indirect
119-
github.com/go-kit/log v0.1.0 // indirect
120-
github.com/go-logfmt/logfmt v0.5.0 // indirect
119+
github.com/go-kit/log v0.2.0 // indirect
120+
github.com/go-logfmt/logfmt v0.5.1 // indirect
121121
github.com/go-logr/logr v1.2.2 // indirect
122122
github.com/go-logr/stdr v1.2.2 // indirect
123123
github.com/go-playground/locales v0.13.0 // indirect
@@ -138,11 +138,11 @@ require (
138138
github.com/leodido/go-urn v1.2.1 // indirect
139139
github.com/lib/pq v1.9.0 // indirect
140140
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743 // indirect
141-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
141+
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
142142
github.com/mitchellh/copystructure v1.2.0 // indirect
143143
github.com/mitchellh/mapstructure v1.4.3 // indirect
144144
github.com/mitchellh/reflectwalk v1.0.2 // indirect
145-
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
145+
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
146146
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
147147
github.com/modern-go/reflect2 v1.0.2 // indirect
148148
github.com/mostynb/go-grpc-compression v1.1.16 // indirect
@@ -153,11 +153,12 @@ require (
153153
github.com/onsi/gomega v1.10.4 // indirect
154154
github.com/opencontainers/go-digest v1.0.0 // indirect
155155
github.com/opencontainers/image-spec v1.0.1 // indirect
156-
github.com/opencontainers/runc v1.0.0-rc9 // indirect
156+
github.com/opencontainers/runc v1.0.2 // indirect
157157
github.com/philhofer/fwd v1.0.0 // indirect
158158
github.com/pmezard/go-difflib v1.0.0 // indirect
159159
github.com/prashantv/protectmem v0.0.0-20171002184600-e20412882b3a // indirect
160160
github.com/prometheus/client_model v0.2.0 // indirect
161+
github.com/prometheus/common/sigv4 v0.1.0 // indirect
161162
github.com/prometheus/procfs v0.7.3 // indirect
162163
github.com/rs/cors v1.8.2 // indirect
163164
github.com/shirou/gopsutil v3.21.6+incompatible // indirect
@@ -187,15 +188,14 @@ require (
187188
go.uber.org/multierr v1.7.0 // indirect
188189
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
189190
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
190-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
191+
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
191192
golang.org/x/text v0.3.7 // indirect
192-
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
193-
golang.org/x/tools v0.1.5 // indirect
193+
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
194+
golang.org/x/tools v0.1.7 // indirect
194195
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
195196
google.golang.org/appengine v1.6.7 // indirect
196197
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
197198
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
198-
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
199199
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
200200
sigs.k8s.io/yaml v1.2.0 // indirect
201201
)
@@ -220,8 +220,6 @@ replace github.com/google/flatbuffers => github.com/google/flatbuffers v1.12.1
220220
// Fix legacy import path - https://github.com/uber-go/atomic/pull/60
221221
replace github.com/uber-go/atomic => github.com/uber-go/atomic v1.4.0
222222

223-
replace github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.9.7
224-
225223
replace google.golang.org/grpc => google.golang.org/grpc v1.40.1
226224

227225
// TODO: this can be removed once M3 is on Go 1.17.x

0 commit comments

Comments
 (0)