Skip to content

Commit 38b9bba

Browse files
Bump github.com/prometheus/prometheus from 0.308.1 to 0.309.1
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.308.1 to 0.309.1. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.308.1...v0.309.1) --- updated-dependencies: - dependency-name: github.com/prometheus/prometheus dependency-version: 0.309.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4169222 commit 38b9bba

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
module github.com/prometheus/prom2json
22

3-
go 1.24.0
4-
5-
toolchain go1.24.4
3+
go 1.24.9
64

75
require (
86
github.com/alecthomas/kingpin/v2 v2.4.0
97
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
108
github.com/matttproud/golang_protobuf_extensions v1.0.4
119
github.com/prometheus/client_model v0.6.2
1210
github.com/prometheus/common v0.67.5
13-
github.com/prometheus/prometheus v0.308.1
11+
github.com/prometheus/prometheus v0.309.1
1412
)
1513

1614
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNw
3232
github.com/prometheus/client_model v0.6.2/go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE=
3333
github.com/prometheus/common v0.67.5 h1:pIgK94WWlQt1WLwAC5j2ynLaBRDiinoAb86HZHTUGI4=
3434
github.com/prometheus/common v0.67.5/go.mod h1:SjE/0MzDEEAyrdr5Gqc6G+sXI67maCxzaT3A2+HqjUw=
35-
github.com/prometheus/prometheus v0.308.1 h1:ApMNI/3/es3Ze90Z7CMb+wwU2BsSYur0m5VKeqHj7h4=
36-
github.com/prometheus/prometheus v0.308.1/go.mod h1:aHjYCDz9zKRyoUXvMWvu13K9XHOkBB12XrEqibs3e0A=
35+
github.com/prometheus/prometheus v0.309.1 h1:jutK6eCYDpWdPTUbVbkcQsNCMO9CCkSwjQRMLds4jSo=
36+
github.com/prometheus/prometheus v0.309.1/go.mod h1:d+dOGiVhuNDa4MaFXHVdnUBy/CzqlcNTooR8oM1wdTU=
3737
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
3838
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
3939
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=

0 commit comments

Comments
 (0)