Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit c963937

Browse files
Bump github.com/prometheus/client_golang from 1.11.0 to 1.16.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.16.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.11.0...v1.16.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dafbf67 commit c963937

2 files changed

Lines changed: 520 additions & 36 deletions

File tree

go.mod

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/consensys/orchestrate
33
go 1.16
44

55
require (
6+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
67
github.com/Shopify/sarama v1.27.2
78
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect
89
github.com/alicebob/miniredis v2.5.0+incompatible
@@ -25,7 +26,7 @@ require (
2526
github.com/go-playground/validator/v10 v10.10.0
2627
github.com/gofrs/uuid v4.0.0+incompatible
2728
github.com/golang/mock v1.6.0
28-
github.com/golang/protobuf v1.5.2
29+
github.com/golang/protobuf v1.5.3
2930
github.com/gomodule/redigo v1.8.2
3031
github.com/gorilla/mux v1.8.0
3132
github.com/gorilla/websocket v1.4.2
@@ -37,9 +38,9 @@ require (
3738
github.com/nmvalera/striped-mutex v0.1.0
3839
github.com/opentracing/opentracing-go v1.2.0
3940
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
40-
github.com/prometheus/client_golang v1.11.0
41-
github.com/prometheus/client_model v0.2.0
42-
github.com/prometheus/common v0.26.0
41+
github.com/prometheus/client_golang v1.16.0
42+
github.com/prometheus/client_model v0.3.0
43+
github.com/prometheus/common v0.42.0
4344
github.com/rs/cors v1.7.0
4445
github.com/sirupsen/logrus v1.8.1
4546
github.com/spf13/cobra v1.2.1
@@ -53,9 +54,9 @@ require (
5354
github.com/vulcand/oxy v1.3.0
5455
github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb // indirect
5556
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
56-
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
57-
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
58-
google.golang.org/protobuf v1.26.0
57+
golang.org/x/net v0.7.0
58+
golang.org/x/time v0.1.0
59+
google.golang.org/protobuf v1.30.0
5960
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
6061
gopkg.in/h2non/gock.v1 v1.0.15
6162
gopkg.in/yaml.v2 v2.4.0

0 commit comments

Comments
 (0)