File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
5
5
toolchain go1.24.1
6
6
7
7
require (
8
- github.com/ikawaha/httpcheck v1.12.3
8
+ github.com/ikawaha/httpcheck v1.12.4
9
9
goa.design/goa/v3 v3.20.1
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
6
6
github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
7
7
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg =
8
8
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 =
11
11
github.com/itchyny/gojq v0.12.16 h1:yLfgLxhIr/6sJNVmYfQjTIv0jGctu6/DgDoivmxTr7g =
12
12
github.com/itchyny/gojq v0.12.16 /go.mod h1:6abHbdC2uB9ogMS38XsErnfqJ94UlngIJGlRAIj4jTM =
13
13
github.com/itchyny/timefmt-go v0.1.6 h1:ia3s54iciXDdzWzwaVKXZPbiXzxxnv1SPGFfM/myJ5Q =
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
18
18
github.com/gohugoio/hashstructure v0.5.0 // indirect
19
19
github.com/google/uuid v1.6.0 // indirect
20
20
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
22
22
github.com/itchyny/gojq v0.12.16 // indirect
23
23
github.com/itchyny/timefmt-go v0.1.6 // indirect
24
24
github.com/kr/text v0.1.0 // indirect
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
14
14
github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
15
15
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg =
16
16
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 =
19
19
github.com/itchyny/gojq v0.12.16 h1:yLfgLxhIr/6sJNVmYfQjTIv0jGctu6/DgDoivmxTr7g =
20
20
github.com/itchyny/gojq v0.12.16 /go.mod h1:6abHbdC2uB9ogMS38XsErnfqJ94UlngIJGlRAIj4jTM =
21
21
github.com/itchyny/timefmt-go v0.1.6 h1:ia3s54iciXDdzWzwaVKXZPbiXzxxnv1SPGFfM/myJ5Q =
You can’t perform that action at this time.
0 commit comments