Skip to content

Commit 99b4eb4

Browse files
chore(deps): bump contrib.go.opencensus.io/exporter/prometheus
Bumps [contrib.go.opencensus.io/exporter/prometheus](https://github.com/census-ecosystem/opencensus-go-exporter-prometheus) from 0.4.0 to 0.4.2. - [Release notes](https://github.com/census-ecosystem/opencensus-go-exporter-prometheus/releases) - [Commits](census-ecosystem/opencensus-go-exporter-prometheus@v0.4.0...v0.4.2) --- updated-dependencies: - dependency-name: contrib.go.opencensus.io/exporter/prometheus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67fdb6e commit 99b4eb4

File tree

2 files changed

+60
-36
lines changed

2 files changed

+60
-36
lines changed

go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/ipfs/go-ipfs
22

33
require (
44
bazil.org/fuse v0.0.0-20200117225306-7b5117fecadc
5-
contrib.go.opencensus.io/exporter/prometheus v0.4.0
5+
contrib.go.opencensus.io/exporter/prometheus v0.4.2
66
github.com/blang/semver/v4 v4.0.0
77
github.com/ceramicnetwork/go-dag-jose v0.1.0
88
github.com/cespare/xxhash v1.1.0
@@ -100,7 +100,7 @@ require (
100100
github.com/multiformats/go-multihash v0.1.0
101101
github.com/opentracing/opentracing-go v1.2.0
102102
github.com/pkg/errors v0.9.1
103-
github.com/prometheus/client_golang v1.11.0
103+
github.com/prometheus/client_golang v1.13.0
104104
github.com/stretchr/testify v1.7.0
105105
github.com/syndtr/goleveldb v1.0.0
106106
github.com/wI2L/jsondiff v0.2.0
@@ -119,22 +119,22 @@ require (
119119
go.uber.org/fx v1.16.0
120120
go.uber.org/zap v1.21.0
121121
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
122-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
123-
golang.org/x/sys v0.0.0-20211025112917-711f33c9992c
122+
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
123+
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d
124124
)
125125

126126
require (
127127
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
128128
github.com/Kubuxu/go-os-helper v0.0.1 // indirect
129129
github.com/Stebalien/go-bitfield v0.0.1 // indirect
130-
github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a // indirect
130+
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
131131
github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5 // indirect
132132
github.com/benbjohnson/clock v1.3.0 // indirect
133133
github.com/beorn7/perks v1.0.1 // indirect
134134
github.com/btcsuite/btcd v0.22.0-beta // indirect
135135
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
136136
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
137-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
137+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
138138
github.com/cheekybits/genny v1.0.0 // indirect
139139
github.com/containerd/cgroups v0.0.0-20201119153540-4cbc285b3327 // indirect
140140
github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
@@ -148,8 +148,8 @@ require (
148148
github.com/felixge/httpsnoop v1.0.2 // indirect
149149
github.com/flynn/noise v1.0.0 // indirect
150150
github.com/francoispqt/gojay v1.2.13 // indirect
151-
github.com/go-kit/log v0.1.0 // indirect
152-
github.com/go-logfmt/logfmt v0.5.0 // indirect
151+
github.com/go-kit/log v0.2.1 // indirect
152+
github.com/go-logfmt/logfmt v0.5.1 // indirect
153153
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
154154
github.com/godbus/dbus/v5 v5.0.4 // indirect
155155
github.com/gogo/protobuf v1.3.2 // indirect
@@ -224,9 +224,9 @@ require (
224224
github.com/pmezard/go-difflib v1.0.0 // indirect
225225
github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect
226226
github.com/prometheus/client_model v0.2.0 // indirect
227-
github.com/prometheus/common v0.30.0 // indirect
228-
github.com/prometheus/procfs v0.7.3 // indirect
229-
github.com/prometheus/statsd_exporter v0.21.0 // indirect
227+
github.com/prometheus/common v0.37.0 // indirect
228+
github.com/prometheus/procfs v0.8.0 // indirect
229+
github.com/prometheus/statsd_exporter v0.22.7 // indirect
230230
github.com/raulk/clock v1.1.0 // indirect
231231
github.com/raulk/go-watchdog v1.2.0 // indirect
232232
github.com/rs/cors v1.7.0 // indirect
@@ -251,16 +251,16 @@ require (
251251
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
252252
golang.org/x/exp v0.0.0-20210615023648-acb5c1269671 // indirect
253253
golang.org/x/mod v0.4.2 // indirect
254-
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
255-
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
256-
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
254+
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
255+
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
256+
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
257257
golang.org/x/text v0.3.7 // indirect
258258
golang.org/x/tools v0.1.5 // indirect
259259
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
260260
google.golang.org/appengine v1.6.6 // indirect
261261
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect
262262
google.golang.org/grpc v1.42.0 // indirect
263-
google.golang.org/protobuf v1.27.1 // indirect
263+
google.golang.org/protobuf v1.28.1 // indirect
264264
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
265265
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
266266
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)