Skip to content

Commit eb1aa3d

Browse files
Bump fortio.org/fortio from 1.73.1 to 1.73.2 (#131)
Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.73.1 to 1.73.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fortio/fortio/releases">fortio.org/fortio's releases</a>.</em></p> <blockquote> <h2>v1.73.2</h2> <p>Rebuild with latest and greatest (incl. go1.24.12)</p> <h2>What's Changed</h2> <ul> <li>Bump grol.io/grol from 0.96.3 to 0.97.0 in the fortio-and-grol group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/fortio/fortio/pull/1110">fortio/fortio#1110</a></li> <li>Bump grol.io/grol from 0.97.0 to 0.97.1 in the fortio-and-grol group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/fortio/fortio/pull/1112">fortio/fortio#1112</a></li> <li>Bump golang.org/x/net from 0.48.0 to 0.49.0 in the go-x group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/fortio/fortio/pull/1111">fortio/fortio#1111</a></li> <li>Use go1.24.12 and prep for 1.73.2 release by <a href="https://github.com/ldemailly"><code>@​ldemailly</code></a> in <a href="https://redirect.github.com/fortio/fortio/pull/1113">fortio/fortio#1113</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.73.1...v1.73.2">https://github.com/fortio/fortio/compare/v1.73.1...v1.73.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fortio/fortio/commit/13c81dc5609288574a09c01e48addbced4197c6e"><code>13c81dc</code></a> Use go1.24.12 and prep for 1.73.2 release (<a href="https://redirect.github.com/fortio/fortio/issues/1113">#1113</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/3c3741bb0e80d7d4546795d4dfc9c4279b0917f4"><code>3c3741b</code></a> Bump golang.org/x/net from 0.48.0 to 0.49.0 in the go-x group (<a href="https://redirect.github.com/fortio/fortio/issues/1111">#1111</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/27bcab10d2e163b5414d6211df31ed8adf18a8c4"><code>27bcab1</code></a> Bump grol.io/grol from 0.97.0 to 0.97.1 in the fortio-and-grol group (<a href="https://redirect.github.com/fortio/fortio/issues/1112">#1112</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/23f8c7560737b3ab9665b60d32ea5f2f7f35d369"><code>23f8c75</code></a> Bump grol.io/grol from 0.96.3 to 0.97.0 in the fortio-and-grol group (<a href="https://redirect.github.com/fortio/fortio/issues/1110">#1110</a>)</li> <li>See full diff in <a href="https://github.com/fortio/fortio/compare/v1.73.1...v1.73.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fortio.org/fortio&package-manager=go_modules&previous-version=1.73.1&new-version=1.73.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e667026 commit eb1aa3d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
fortio.org/assert v1.2.1
7-
fortio.org/fortio v1.73.1
7+
fortio.org/fortio v1.73.2
88
fortio.org/log v1.18.3
99
fortio.org/scli v1.19.0
1010
github.com/prometheus/client_golang v1.23.2
@@ -31,8 +31,8 @@ require (
3131
github.com/prometheus/procfs v0.16.1 // indirect
3232
go.yaml.in/yaml/v2 v2.4.2 // indirect
3333
golang.org/x/crypto/x509roots/fallback v0.0.0-20250406160420-959f8f3db0fb // indirect
34-
golang.org/x/net v0.48.0 // indirect
35-
golang.org/x/sys v0.39.0 // indirect
36-
golang.org/x/text v0.32.0 // indirect
34+
golang.org/x/net v0.49.0 // indirect
35+
golang.org/x/sys v0.40.0 // indirect
36+
golang.org/x/text v0.33.0 // indirect
3737
google.golang.org/protobuf v1.36.10 // indirect
3838
)

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ fortio.org/dflag v1.9.3 h1:1E/flKspJ18H/RC6uqxUf8F1t0htpBS9XF5otT4iRwQ=
66
fortio.org/dflag v1.9.3/go.mod h1:+FrKhZpKDqRbcfFcS9P0sY2WN/kc231dXuwpzfsLjzc=
77
fortio.org/duration v1.0.4 h1:TB07ng4UsMZPDRujJRkTJIcNqMTLM283zob10nb9K24=
88
fortio.org/duration v1.0.4/go.mod h1:RuBVqdcCKRwMmI8WIdVq8kd7ngQPCIe6G7AU0NC0XDw=
9-
fortio.org/fortio v1.73.1 h1:BfwXCJvVgEtgSz3qaQd2K0FLCt0Lzt3sJXe4yL81oB4=
10-
fortio.org/fortio v1.73.1/go.mod h1:1G5xMkOlIERTyx++9K80bwxl1sA2n/WYGc+inbeVpQs=
9+
fortio.org/fortio v1.73.2 h1:NrCg9++5y1dswTq7jQXCsXj7k7BoEj8L6SrLNnOYa8U=
10+
fortio.org/fortio v1.73.2/go.mod h1:nQ0LsLqEXm/+L5stEy/fRdKdWlSsmWXClPSVdcEkVfw=
1111
fortio.org/log v1.18.3 h1:2kwEUise3faY4OouueQ/1tC+75Y2YGJjJaX2/ECmu4I=
1212
fortio.org/log v1.18.3/go.mod h1:vqpyEZd/TP4xO5eAHQaa4buDZDCn1AxCAV+wl3eaTec=
1313
fortio.org/safecast v1.2.0 h1:ckQJNenMJHycqPsi/QrzA4EUX5WQkyd+hGO4mxt/a8w=
@@ -65,12 +65,12 @@ go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI=
6565
go.yaml.in/yaml/v2 v2.4.2/go.mod h1:081UH+NErpNdqlCXm3TtEran0rJZGxAYx9hb/ELlsPU=
6666
golang.org/x/crypto/x509roots/fallback v0.0.0-20250406160420-959f8f3db0fb h1:Iu0p/klM0SM7atONioa/bPhLS7cjhnip99x1OIGibwg=
6767
golang.org/x/crypto/x509roots/fallback v0.0.0-20250406160420-959f8f3db0fb/go.mod h1:lxN5T34bK4Z/i6cMaU7frUU57VkDXFD4Kamfl/cp9oU=
68-
golang.org/x/net v0.48.0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU=
69-
golang.org/x/net v0.48.0/go.mod h1:+ndRgGjkh8FGtu1w1FGbEC31if4VrNVMuKTgcAAnQRY=
70-
golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk=
71-
golang.org/x/sys v0.39.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
72-
golang.org/x/text v0.32.0 h1:ZD01bjUt1FQ9WJ0ClOL5vxgxOI/sVCNgX1YtKwcY0mU=
73-
golang.org/x/text v0.32.0/go.mod h1:o/rUWzghvpD5TXrTIBuJU77MTaN0ljMWE47kxGJQ7jY=
68+
golang.org/x/net v0.49.0 h1:eeHFmOGUTtaaPSGNmjBKpbng9MulQsJURQUAfUwY++o=
69+
golang.org/x/net v0.49.0/go.mod h1:/ysNB2EvaqvesRkuLAyjI1ycPZlQHM3q01F02UY/MV8=
70+
golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ=
71+
golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
72+
golang.org/x/text v0.33.0 h1:B3njUFyqtHDUI5jMn1YIr5B0IE2U0qck04r6d4KPAxE=
73+
golang.org/x/text v0.33.0/go.mod h1:LuMebE6+rBincTi9+xWTY8TztLzKHc/9C1uBCG27+q8=
7474
golang.org/x/time v0.14.0 h1:MRx4UaLrDotUKUdCIqzPC48t1Y9hANFKIRpNx+Te8PI=
7575
golang.org/x/time v0.14.0/go.mod h1:eL/Oa2bBBK0TkX57Fyni+NgnyQQN4LitPmob2Hjnqw4=
7676
google.golang.org/protobuf v1.36.10 h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE=

0 commit comments

Comments
 (0)