Skip to content

Commit e35f582

Browse files
Bump github.com/prometheus/client_golang from 1.14.0 to 1.23.2
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.14.0 to 1.23.2. - [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.14.0...v1.23.2) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad911cc commit e35f582

File tree

2 files changed

+59
-53
lines changed

2 files changed

+59
-53
lines changed

go.mod

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/CosmWasm/wasmd
22

3-
go 1.21
3+
go 1.23.0
44

55
require (
66
github.com/CosmWasm/wasmvm v1.5.4
@@ -16,15 +16,15 @@ require (
1616
github.com/gorilla/mux v1.8.0
1717
github.com/grpc-ecosystem/grpc-gateway v1.16.0
1818
github.com/pkg/errors v0.9.1
19-
github.com/prometheus/client_golang v1.14.0
19+
github.com/prometheus/client_golang v1.23.2
2020
github.com/rakyll/statik v0.1.7
2121
github.com/regen-network/cosmos-proto v0.3.1
2222
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
2323
github.com/spf13/cast v1.5.0
2424
github.com/spf13/cobra v1.6.1
2525
github.com/spf13/pflag v1.0.5
2626
github.com/spf13/viper v1.13.0
27-
github.com/stretchr/testify v1.8.4
27+
github.com/stretchr/testify v1.11.1
2828
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d
2929
github.com/tendermint/tendermint v0.37.0-dev
3030
github.com/tendermint/tm-db v0.6.8-0.20220519162814-e24b96538a12
@@ -43,7 +43,7 @@ require (
4343
github.com/btcsuite/btcd v0.22.1 // indirect
4444
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
4545
github.com/cespare/xxhash v1.1.0 // indirect
46-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
46+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4747
github.com/coinbase/rosetta-sdk-go v0.7.0 // indirect
4848
github.com/confio/ics23/go v0.9.0 // indirect
4949
github.com/consensys/bavard v0.1.13 // indirect
@@ -96,24 +96,24 @@ require (
9696
github.com/inconshreveable/mousetrap v1.0.1 // indirect
9797
github.com/jmhodges/levigo v1.0.0 // indirect
9898
github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d // indirect
99-
github.com/klauspost/compress v1.17.8 // indirect
99+
github.com/klauspost/compress v1.18.0 // indirect
100100
github.com/lib/pq v1.10.6 // indirect
101101
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
102102
github.com/magiconair/properties v1.8.6 // indirect
103103
github.com/mattn/go-colorable v0.1.13 // indirect
104104
github.com/mattn/go-isatty v0.0.19 // indirect
105-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
106105
github.com/mitchellh/mapstructure v1.5.0 // indirect
107106
github.com/mmcloughlin/addchain v0.4.0 // indirect
108107
github.com/mtibben/percent v0.2.1 // indirect
108+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
109109
github.com/oasisprotocol/curve25519-voi v0.0.0-20210609091139-0a56a4bca00b // indirect
110110
github.com/pelletier/go-toml v1.9.5 // indirect
111111
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
112112
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect
113113
github.com/pmezard/go-difflib v1.0.0 // indirect
114-
github.com/prometheus/client_model v0.3.0 // indirect
115-
github.com/prometheus/common v0.42.0 // indirect
116-
github.com/prometheus/procfs v0.9.0 // indirect
114+
github.com/prometheus/client_model v0.6.2 // indirect
115+
github.com/prometheus/common v0.66.1 // indirect
116+
github.com/prometheus/procfs v0.16.1 // indirect
117117
github.com/rs/cors v1.8.2 // indirect
118118
github.com/rs/zerolog v1.30.0 // indirect
119119
github.com/sasha-s/go-deadlock v0.3.1 // indirect
@@ -135,16 +135,17 @@ require (
135135
go.opentelemetry.io/otel v1.9.0 // indirect
136136
go.opentelemetry.io/otel/exporters/jaeger v1.9.0 // indirect
137137
go.opentelemetry.io/otel/trace v1.9.0 // indirect
138-
golang.org/x/crypto v0.15.0 // indirect
138+
go.yaml.in/yaml/v2 v2.4.2 // indirect
139+
golang.org/x/crypto v0.41.0 // indirect
139140
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
140-
golang.org/x/net v0.18.0 // indirect
141-
golang.org/x/sync v0.5.0 // indirect
142-
golang.org/x/sys v0.14.0 // indirect
143-
golang.org/x/term v0.14.0 // indirect
144-
golang.org/x/text v0.14.0 // indirect
141+
golang.org/x/net v0.43.0 // indirect
142+
golang.org/x/sync v0.16.0 // indirect
143+
golang.org/x/sys v0.35.0 // indirect
144+
golang.org/x/term v0.34.0 // indirect
145+
golang.org/x/text v0.28.0 // indirect
145146
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
146147
google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect
147-
google.golang.org/protobuf v1.31.0 // indirect
148+
google.golang.org/protobuf v1.36.8 // indirect
148149
gopkg.in/ini.v1 v1.67.0 // indirect
149150
gopkg.in/yaml.v3 v3.0.1 // indirect
150151
nhooyr.io/websocket v1.8.6 // indirect

0 commit comments

Comments
 (0)