Skip to content

Commit 9b95832

Browse files
Bump fortio.org/fortio from 1.71.1 to 1.71.2 (#324)
Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.71.1 to 1.71.2. - [Release notes](https://github.com/fortio/fortio/releases) - [Commits](fortio/fortio@v1.71.1...v1.71.2) --- updated-dependencies: - dependency-name: fortio.org/fortio dependency-version: 1.71.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68fb92f commit 9b95832

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.6
55
require (
66
fortio.org/cli v1.10.0
77
fortio.org/dflag v1.8.1
8-
fortio.org/fortio v1.71.1
8+
fortio.org/fortio v1.71.2
99
fortio.org/log v1.17.2
1010
fortio.org/scli v1.16.1
1111
golang.org/x/crypto v0.41.0
@@ -17,7 +17,7 @@ require (
1717
// binary build with -tags no_tailscale
1818
require (
1919
filippo.io/edwards25519 v1.1.0 // indirect
20-
fortio.org/safecast v1.0.0 // indirect
20+
fortio.org/safecast v1.2.0 // indirect
2121
fortio.org/sets v1.3.0 // indirect
2222
fortio.org/struct2env v0.4.2 // indirect
2323
fortio.org/version v1.0.4 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ fortio.org/cli v1.10.0 h1:BsJXuBrJxBLqE+62gHSOQBRzY+EvE/sF1MnjIexUSI8=
66
fortio.org/cli v1.10.0/go.mod h1:DNxA/oD3cQaOtTean8Sgr78lJrwGLIs06X8U/G3va+M=
77
fortio.org/dflag v1.8.1 h1:2ax/9IvIwMb0zPE3yZEDp9D+UewfZzj5B8UKT79tblU=
88
fortio.org/dflag v1.8.1/go.mod h1:M2K61nLYfB4pAsp7mZzBtjqLP6dX11R9Vm+1I4F+sVg=
9-
fortio.org/fortio v1.71.1 h1:lEZep6YlBA7epR2tFS0Ta2wNlVptyTyF71f3RrTl00s=
10-
fortio.org/fortio v1.71.1/go.mod h1:blqZjtGZRGpQkTj1vjF+7eCqhvi2z3HPW0aY2kXh7NI=
9+
fortio.org/fortio v1.71.2 h1:HipkVJRN9hEgYTBCg6MH/nDH/ZD697mHpP3/EZ4STNE=
10+
fortio.org/fortio v1.71.2/go.mod h1:bGdlE8jblg96VHaX/c1Jjhy0uwtYfDLBYiU5LAeDhnI=
1111
fortio.org/log v1.17.2 h1:JPX/ApDXDoGzsNtXw0AJI4ai6tl9wHp4Ch6bVs1OK0Y=
1212
fortio.org/log v1.17.2/go.mod h1:1V7bPfFI7ZVTdtN9DnUCAN0ilEMs5VgKjHIDRO7Mjzk=
13-
fortio.org/safecast v1.0.0 h1:dr3131WPX8iS1pTf76+39WeXbTrerDYLvi9s7Oi3wiY=
14-
fortio.org/safecast v1.0.0/go.mod h1:xZmcPk3vi4kuUFf+tq4SvnlVdwViqf6ZSZl91Jr9Jdg=
13+
fortio.org/safecast v1.2.0 h1:ckQJNenMJHycqPsi/QrzA4EUX5WQkyd+hGO4mxt/a8w=
14+
fortio.org/safecast v1.2.0/go.mod h1:xZmcPk3vi4kuUFf+tq4SvnlVdwViqf6ZSZl91Jr9Jdg=
1515
fortio.org/scli v1.16.1 h1:TzaGHhFXKlTNx7mQ5BzVnXz2/qXZHG/mS30nWfJS0kE=
1616
fortio.org/scli v1.16.1/go.mod h1:jrdQnLbJuapUoaOcm2NwfTpCYrc5cNNc3datQkh3sQs=
1717
fortio.org/sets v1.3.0 h1:UiEtck/ndNM3Tg53mJu3I7Zz1ED8+YSQLtPKSjd8LTE=

0 commit comments

Comments
 (0)