Skip to content

Commit 5bb1a45

Browse files
authored
Bump prometheus/client_golang from v1.7.1 to v1.12.1 (#1090)
* Bump prometheus/client_golang from v1.7.1 to v1.12.1 * Fix integration test * Fix generated code
1 parent 7dc9082 commit 5bb1a45

File tree

4 files changed

+259
-226
lines changed

4 files changed

+259
-226
lines changed

go.mod

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,22 @@ go 1.16
55
require (
66
github.com/cenkalti/backoff/v4 v4.1.1
77
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f
8-
github.com/golang/protobuf v1.4.3
8+
github.com/golang/protobuf v1.5.2
99
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
1010
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
1111
github.com/klauspost/compress v1.11.7 // indirect
1212
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
1313
github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
14-
github.com/prometheus/client_golang v1.7.1
15-
github.com/prometheus/common v0.15.0 // indirect
16-
github.com/prometheus/procfs v0.3.0 // indirect
14+
github.com/prometheus/client_golang v1.12.1
1715
github.com/rs/cors v1.7.0
1816
github.com/sirupsen/logrus v1.7.0
1917
github.com/spf13/pflag v1.0.5
2018
github.com/stretchr/testify v1.7.0
2119
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
22-
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
2320
golang.org/x/text v0.3.7 // indirect
24-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2521
google.golang.org/genproto v0.0.0-20210126160654-44e461bb6506 // indirect
2622
google.golang.org/grpc v1.32.0
27-
google.golang.org/protobuf v1.25.0
23+
google.golang.org/protobuf v1.27.1
2824
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2925
nhooyr.io/websocket v1.8.7
3026
)

0 commit comments

Comments
 (0)