Skip to content

Commit ee69993

Browse files
Bump fortio.org/fortio from 1.63.7 to 1.63.8 (#59)
Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.63.7 to 1.63.8. <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>Fortio 1.63.8</h2> <p>Rebuilt with go1.22.3 and updated dependencies (dns security issue, etc) + some linter fixes</p> <h2>What's Changed</h2> <ul> <li>Bump golang.org/x/net from 0.23.0 to 0.24.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/fortio/fortio/pull/918">fortio/fortio#918</a></li> <li>go 1.22.3 and linter related updates (also updated config in workflows/) by <a href="https://github.com/ldemailly"><code>@​ldemailly</code></a> in <a href="https://redirect.github.com/fortio/fortio/pull/924">fortio/fortio#924</a></li> <li>Bump google.golang.org/grpc from 1.63.0 to 1.64.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/fortio/fortio/pull/923">fortio/fortio#923</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.63.7...v1.63.8">https://github.com/fortio/fortio/compare/v1.63.7...v1.63.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fortio/fortio/commit/a3e1747ec8df4a011c0b2efa3eac9ab80b4ac197"><code>a3e1747</code></a> Bump google.golang.org/grpc from 1.63.0 to 1.64.0 (<a href="https://redirect.github.com/fortio/fortio/issues/923">#923</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/2d89b9adc7bc31e7a900541d42301ba81e784b88"><code>2d89b9a</code></a> go 1.22.3 and linter related updates (also updated config in workflows/) (<a href="https://redirect.github.com/fortio/fortio/issues/924">#924</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/5dfc54a119c7b0aa038b015369597a7211353231"><code>5dfc54a</code></a> Bump golang.org/x/net from 0.23.0 to 0.24.0 (<a href="https://redirect.github.com/fortio/fortio/issues/918">#918</a>)</li> <li>See full diff in <a href="https://github.com/fortio/fortio/compare/v1.63.7...v1.63.8">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.63.7&new-version=1.63.8)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4194f3 commit ee69993

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

go.mod

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
fortio.org/assert v1.2.1
7-
fortio.org/fortio v1.63.7
7+
fortio.org/fortio v1.63.8
88
fortio.org/log v1.12.2
99
fortio.org/scli v1.14.2
1010
github.com/prometheus/client_golang v1.19.1
@@ -24,9 +24,9 @@ require (
2424
github.com/prometheus/client_model v0.5.0 // indirect
2525
github.com/prometheus/common v0.48.0 // indirect
2626
github.com/prometheus/procfs v0.12.0 // indirect
27-
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
28-
golang.org/x/net v0.23.0 // indirect
29-
golang.org/x/sys v0.18.0 // indirect
30-
golang.org/x/text v0.14.0 // indirect
31-
google.golang.org/protobuf v1.33.0 // indirect
27+
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
28+
golang.org/x/net v0.25.0 // indirect
29+
golang.org/x/sys v0.20.0 // indirect
30+
golang.org/x/text v0.15.0 // indirect
31+
google.golang.org/protobuf v1.34.1 // indirect
3232
)

go.sum

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ fortio.org/cli v1.5.2 h1:MfEcHAhYyIkwG04/K1YJL946Y8/jyAjmF9WeR5ZG/5E=
44
fortio.org/cli v1.5.2/go.mod h1:SdQufh5PLd6oX2EtvtzLFw++gw8zVoejD1WlwGXAvYw=
55
fortio.org/dflag v1.7.1 h1:sDdYSw3py02awhgtWEtRtZvOM0UWgeDweRsXWROU3A0=
66
fortio.org/dflag v1.7.1/go.mod h1:3KB1SSilm1WwYl7gydDCnV24+DQaycAusNyy06dDD+c=
7-
fortio.org/fortio v1.63.7 h1:S6e+z36nV6o8RYQSUI9EWYxhCoPJy4VdAB2HQROUqMg=
8-
fortio.org/fortio v1.63.7/go.mod h1:zGOS2pObMAnrE7vFfXCB6mSwFA8dQjUfvEZTYtQUgTw=
7+
fortio.org/fortio v1.63.8 h1:oqU+ZE2eNMt03uul48eiUYpMnV6KkjsaEOb6bsf//W0=
8+
fortio.org/fortio v1.63.8/go.mod h1:R6X+CAPCvRViXMV0Ce3xKR25kx3XvEtgVpCEyYmE7DE=
99
fortio.org/log v1.12.2 h1:JwLDFvEUKGfqA09fcf+mOn8kxsvwhjXV92xghxNnnwA=
1010
fortio.org/log v1.12.2/go.mod h1:1tMBG/Elr6YqjmJCWiejJp2FPvXg7/9UAN0Rfpkyt1o=
1111
fortio.org/scli v1.14.2 h1:dZEyzpC6YmCm24YSd2AvCAeMOxFEl7o4HvArFUpksIo=
@@ -36,15 +36,15 @@ github.com/prometheus/common v0.48.0 h1:QO8U2CdOzSn1BBsmXJXduaaW+dY/5QLjfB8svtSz
3636
github.com/prometheus/common v0.48.0/go.mod h1:0/KsvlIEfPQCQ5I2iNSAWKPZziNCvRs5EC6ILDTlAPc=
3737
github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=
3838
github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo=
39-
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 h1:aAcj0Da7eBAtrTp03QXWvm88pSyOt+UgdZw2BFZ+lEw=
40-
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8/go.mod h1:CQ1k9gNrJ50XIzaKCRR2hssIjF07kZFEiieALBM/ARQ=
41-
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
42-
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
43-
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
44-
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
45-
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
46-
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
39+
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 h1:vr/HnozRka3pE4EsMEg1lgkXJkTFJCVUX+S/ZT6wYzM=
40+
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842/go.mod h1:XtvwrStGgqGPLc4cjQfWqZHG1YFdYs6swckp8vpsjnc=
41+
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
42+
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
43+
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
44+
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
45+
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=
46+
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
4747
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
4848
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
49-
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
50-
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
49+
google.golang.org/protobuf v1.34.1 h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=
50+
google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=

0 commit comments

Comments
 (0)