Skip to content

Commit 323b9ce

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 9905944 commit 323b9ce

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/prometheus/pushgateway
22

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

75
require (
86
github.com/alecthomas/kingpin/v2 v2.4.0
@@ -28,6 +26,7 @@ require (
2826
golang.org/x/net v0.48.0 // indirect
2927
golang.org/x/oauth2 v0.34.0 // indirect
3028
golang.org/x/time v0.14.0 // indirect
29+
golang.org/x/tools/godoc v0.1.0-deprecated // indirect
3130
)
3231

3332
require (
@@ -39,7 +38,7 @@ require (
3938
github.com/julienschmidt/httprouter v1.3.0 // indirect
4039
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
4140
github.com/prometheus/procfs v0.16.1 // indirect
42-
github.com/prometheus/prometheus v0.308.1
41+
github.com/prometheus/prometheus v0.309.1
4342
github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c // indirect
4443
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
4544
golang.org/x/sync v0.19.0 // indirect

go.sum

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ github.com/prometheus/exporter-toolkit v0.15.1 h1:XrGGr/qWl8Gd+pqJqTkNLww9eG8vR/
5757
github.com/prometheus/exporter-toolkit v0.15.1/go.mod h1:P/NR9qFRGbCFgpklyhix9F6v6fFr/VQB/CVsrMDGKo4=
5858
github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg=
5959
github.com/prometheus/procfs v0.16.1/go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is=
60-
github.com/prometheus/prometheus v0.308.1 h1:ApMNI/3/es3Ze90Z7CMb+wwU2BsSYur0m5VKeqHj7h4=
61-
github.com/prometheus/prometheus v0.308.1/go.mod h1:aHjYCDz9zKRyoUXvMWvu13K9XHOkBB12XrEqibs3e0A=
60+
github.com/prometheus/prometheus v0.309.1 h1:jutK6eCYDpWdPTUbVbkcQsNCMO9CCkSwjQRMLds4jSo=
61+
github.com/prometheus/prometheus v0.309.1/go.mod h1:d+dOGiVhuNDa4MaFXHVdnUBy/CzqlcNTooR8oM1wdTU=
6262
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
6363
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
6464
github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c h1:aqg5Vm5dwtvL+YgDpBcK1ITf3o96N/K7/wsRXQnUTEs=
@@ -95,7 +95,6 @@ golang.org/x/text v0.32.0 h1:ZD01bjUt1FQ9WJ0ClOL5vxgxOI/sVCNgX1YtKwcY0mU=
9595
golang.org/x/text v0.32.0/go.mod h1:o/rUWzghvpD5TXrTIBuJU77MTaN0ljMWE47kxGJQ7jY=
9696
golang.org/x/time v0.14.0 h1:MRx4UaLrDotUKUdCIqzPC48t1Y9hANFKIRpNx+Te8PI=
9797
golang.org/x/time v0.14.0/go.mod h1:eL/Oa2bBBK0TkX57Fyni+NgnyQQN4LitPmob2Hjnqw4=
98-
golang.org/x/tools v0.39.0 h1:ik4ho21kwuQln40uelmciQPp9SipgNDdrafrYA4TmQQ=
9998
golang.org/x/tools/godoc v0.1.0-deprecated h1:o+aZ1BOj6Hsx/GBdJO/s815sqftjSnrZZwyYTHODvtk=
10099
golang.org/x/tools/godoc v0.1.0-deprecated/go.mod h1:qM63CriJ961IHWmnWa9CjZnBndniPt4a3CK0PVB9bIg=
101100
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=

0 commit comments

Comments
 (0)