Skip to content

Commit 7058e66

Browse files
chore(deps): bump github.com/prometheus/common from 0.44.0 to 0.46.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.44.0 to 0.46.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.44.0...v0.46.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81cd901 commit 7058e66

File tree

2 files changed

+24
-65
lines changed

2 files changed

+24
-65
lines changed

go.mod

+8-16
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/manifoldco/promptui v0.9.0
1818
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a
1919
github.com/prometheus/client_model v0.5.0
20-
github.com/prometheus/common v0.44.0
20+
github.com/prometheus/common v0.46.0
2121
github.com/rs/zerolog v1.31.0
2222
github.com/schollz/progressbar/v3 v3.13.1
2323
github.com/spf13/cobra v1.7.0
@@ -28,7 +28,7 @@ require (
2828
github.com/tyler-smith/go-bip32 v1.0.0
2929
github.com/tyler-smith/go-bip39 v1.1.0
3030
github.com/xeipuuv/gojsonschema v1.2.0
31-
golang.org/x/crypto v0.17.0
31+
golang.org/x/crypto v0.18.0
3232
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
3333
golang.org/x/text v0.14.0
3434
golang.org/x/time v0.3.0
@@ -38,13 +38,7 @@ require (
3838

3939
require github.com/alecthomas/participle/v2 v2.1.1
4040

41-
require (
42-
github.com/go-errors/errors v1.5.1 // indirect
43-
github.com/sethvargo/go-retry v0.2.4 // indirect
44-
github.com/umbracle/ethgo v0.1.4-0.20231006072852-6b068360fc97 // indirect
45-
github.com/umbracle/fastrlp v0.1.1-0.20230504065717-58a1b8a9929d // indirect
46-
github.com/valyala/fastjson v1.6.3 // indirect
47-
)
41+
require github.com/go-errors/errors v1.5.1 // indirect
4842

4943
require (
5044
cloud.google.com/go v0.110.8 // indirect
@@ -100,7 +94,6 @@ require (
10094
github.com/mattn/go-colorable v0.1.13 // indirect
10195
github.com/mattn/go-isatty v0.0.20 // indirect
10296
github.com/mattn/go-runewidth v0.0.15 // indirect
103-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
10497
github.com/minio/sha256-simd v1.0.1 // indirect
10598
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
10699
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -119,8 +112,8 @@ require (
119112
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
120113
github.com/pkg/errors v0.9.1 // indirect
121114
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
122-
github.com/prometheus/client_golang v1.17.0 // indirect
123-
github.com/prometheus/procfs v0.11.1 // indirect
115+
github.com/prometheus/client_golang v1.18.0 // indirect
116+
github.com/prometheus/procfs v0.12.0 // indirect
124117
github.com/rivo/uniseg v0.4.4 // indirect
125118
github.com/rogpeppe/go-internal v1.10.0 // indirect
126119
github.com/sagikazarmark/locafero v0.3.0 // indirect
@@ -139,11 +132,11 @@ require (
139132
go.opencensus.io v0.24.0 // indirect
140133
go.uber.org/multierr v1.11.0 // indirect
141134
golang.org/x/mod v0.14.0 // indirect
142-
golang.org/x/net v0.19.0 // indirect
143-
golang.org/x/oauth2 v0.13.0 // indirect
135+
golang.org/x/net v0.20.0 // indirect
136+
golang.org/x/oauth2 v0.16.0 // indirect
144137
golang.org/x/sync v0.6.0 // indirect
145138
golang.org/x/sys v0.16.0 // indirect
146-
golang.org/x/term v0.15.0 // indirect
139+
golang.org/x/term v0.16.0 // indirect
147140
golang.org/x/tools v0.16.0 // indirect
148141
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
149142
google.golang.org/appengine v1.6.7 // indirect
@@ -164,7 +157,6 @@ require (
164157

165158
require (
166159
cloud.google.com/go/iam v1.1.3 // indirect
167-
github.com/0xPolygon/polygon-edge v1.3.2
168160
github.com/Microsoft/go-winio v0.6.1 // indirect
169161
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
170162
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233 // indirect

0 commit comments

Comments
 (0)