Skip to content

Commit 59d156a

Browse files
chore(deps): bump github.com/ikawaha/httpcheck from 1.12.3 to 1.12.4 (#104)
* chore(deps): bump github.com/ikawaha/httpcheck from 1.12.3 to 1.12.4 Bumps [github.com/ikawaha/httpcheck](https://github.com/ikawaha/httpcheck) from 1.12.3 to 1.12.4. - [Release notes](https://github.com/ikawaha/httpcheck/releases) - [Commits](ikawaha/httpcheck@v1.12.3...v1.12.4) --- updated-dependencies: - dependency-name: github.com/ikawaha/httpcheck dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * goa gen --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec1092d commit 59d156a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
toolchain go1.24.1
66

77
require (
8-
github.com/ikawaha/httpcheck v1.12.3
8+
github.com/ikawaha/httpcheck v1.12.4
99
goa.design/goa/v3 v3.20.1
1010
)
1111

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
66
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
77
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
88
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
9-
github.com/ikawaha/httpcheck v1.12.3 h1:OCDe3yCTZWKhubT5rNOef26ulykUxQRx/GqSGm5lYMs=
10-
github.com/ikawaha/httpcheck v1.12.3/go.mod h1:K+Oyw7JUcLcRGOvIj2kTEzwPpxMqpXaafHiKb7WsJ4Q=
9+
github.com/ikawaha/httpcheck v1.12.4 h1:TJ0csaV1Rcw8WdOWCMo22shntw7VvbB7c2ubj6HFG5E=
10+
github.com/ikawaha/httpcheck v1.12.4/go.mod h1:UVLEuAE4OixLO0n4mfjK7UZLNuo5IUrPEf9EikjmBmc=
1111
github.com/itchyny/gojq v0.12.16 h1:yLfgLxhIr/6sJNVmYfQjTIv0jGctu6/DgDoivmxTr7g=
1212
github.com/itchyny/gojq v0.12.16/go.mod h1:6abHbdC2uB9ogMS38XsErnfqJ94UlngIJGlRAIj4jTM=
1313
github.com/itchyny/timefmt-go v0.1.6 h1:ia3s54iciXDdzWzwaVKXZPbiXzxxnv1SPGFfM/myJ5Q=

testdata/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/gohugoio/hashstructure v0.5.0 // indirect
1919
github.com/google/uuid v1.6.0 // indirect
2020
github.com/gorilla/websocket v1.5.3 // indirect
21-
github.com/ikawaha/httpcheck v1.12.3 // indirect
21+
github.com/ikawaha/httpcheck v1.12.4 // indirect
2222
github.com/itchyny/gojq v0.12.16 // indirect
2323
github.com/itchyny/timefmt-go v0.1.6 // indirect
2424
github.com/kr/text v0.1.0 // indirect

testdata/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
1414
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
1515
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
1616
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
17-
github.com/ikawaha/httpcheck v1.12.3 h1:OCDe3yCTZWKhubT5rNOef26ulykUxQRx/GqSGm5lYMs=
18-
github.com/ikawaha/httpcheck v1.12.3/go.mod h1:K+Oyw7JUcLcRGOvIj2kTEzwPpxMqpXaafHiKb7WsJ4Q=
17+
github.com/ikawaha/httpcheck v1.12.4 h1:TJ0csaV1Rcw8WdOWCMo22shntw7VvbB7c2ubj6HFG5E=
18+
github.com/ikawaha/httpcheck v1.12.4/go.mod h1:UVLEuAE4OixLO0n4mfjK7UZLNuo5IUrPEf9EikjmBmc=
1919
github.com/itchyny/gojq v0.12.16 h1:yLfgLxhIr/6sJNVmYfQjTIv0jGctu6/DgDoivmxTr7g=
2020
github.com/itchyny/gojq v0.12.16/go.mod h1:6abHbdC2uB9ogMS38XsErnfqJ94UlngIJGlRAIj4jTM=
2121
github.com/itchyny/timefmt-go v0.1.6 h1:ia3s54iciXDdzWzwaVKXZPbiXzxxnv1SPGFfM/myJ5Q=

0 commit comments

Comments
 (0)