Skip to content

Commit e0f1674

Browse files
chore: bump github.com/prometheus/client_golang from 1.14.0 to 1.22.0 (#128)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.14.0 to 1.22.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.14.0...v1.22.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7345234 commit e0f1674

File tree

2 files changed

+38
-482
lines changed

2 files changed

+38
-482
lines changed

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/bradleyfalzon/ghinstallation/v2 v2.16.0
99
github.com/google/go-github/v65 v65.0.0
1010
github.com/migueleliasweb/go-github-mock v1.4.0
11-
github.com/prometheus/client_golang v1.14.0
11+
github.com/prometheus/client_golang v1.22.0
1212
github.com/stretchr/testify v1.10.0
1313
golang.org/x/oauth2 v0.30.0
1414
)
@@ -17,21 +17,21 @@ require github.com/golang-jwt/jwt/v5 v5.2.3
1717

1818
require (
1919
github.com/beorn7/perks v1.0.1 // indirect
20-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
20+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2121
github.com/davecgh/go-spew v1.1.1 // indirect
2222
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
23-
github.com/golang/protobuf v1.5.2 // indirect
2423
github.com/google/go-github/v72 v72.0.0 // indirect
2524
github.com/google/go-github/v73 v73.0.0 // indirect
2625
github.com/google/go-querystring v1.1.0 // indirect
2726
github.com/gorilla/mux v1.8.1 // indirect
28-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
27+
github.com/kr/text v0.2.0 // indirect
28+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2929
github.com/pmezard/go-difflib v1.0.0 // indirect
30-
github.com/prometheus/client_model v0.3.0 // indirect
31-
github.com/prometheus/common v0.37.0 // indirect
32-
github.com/prometheus/procfs v0.8.0 // indirect
33-
golang.org/x/sys v0.6.0 // indirect
30+
github.com/prometheus/client_model v0.6.1 // indirect
31+
github.com/prometheus/common v0.62.0 // indirect
32+
github.com/prometheus/procfs v0.15.1 // indirect
33+
golang.org/x/sys v0.30.0 // indirect
3434
golang.org/x/time v0.11.0 // indirect
35-
google.golang.org/protobuf v1.28.1 // indirect
35+
google.golang.org/protobuf v1.36.5 // indirect
3636
gopkg.in/yaml.v3 v3.0.1 // indirect
3737
)

0 commit comments

Comments
 (0)