File tree Expand file tree Collapse file tree 4 files changed +241
-242
lines changed Expand file tree Collapse file tree 4 files changed +241
-242
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"hash" : " 830981b993a8554a72d15f4378c1a4cc" ,
3
- "updated" : " 2022-02-16T09:05:26.6965591 -03:00" ,
3
+ "updated" : " 2023-03-09T23:16:37.9915349 -03:00" ,
4
4
"installedModules" : {
5
5
"github.com/hashload/horse" : {
6
6
"name" : " horse" ,
7
- "version" : " 3.0 .0" ,
8
- "hash" : " 195e14c9c225f81a8c69d18b5118c149 " ,
7
+ "version" : " 3.1 .0" ,
8
+ "hash" : " fc3b8eefb46c1a3b387e86ca46a9faa1 " ,
9
9
"artifacts" : {},
10
10
"failed" : false ,
11
11
"changed" : false
12
12
},
13
13
"github.com/hashload/jhonson" : {
14
14
"name" : " jhonson" ,
15
- "version" : " 1.1.4 " ,
16
- "hash" : " 7f48e0509b98505a12fa80ee39b53aea " ,
15
+ "version" : " 1.1.5 " ,
16
+ "hash" : " b4efa1372fdf1109fbaf5a625b702f90 " ,
17
17
"artifacts" : {},
18
18
"failed" : false ,
19
19
"changed" : false
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " handle-exception" ,
3
3
"description" : " " ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 0.1.8 " ,
5
5
"homepage" : " " ,
6
6
"mainsrc" : " src/" ,
7
7
"projects" : [],
8
8
"dependencies" : {
9
- "github.com/hashload/horse" : " ^3.0 .0" ,
10
- "github.com/hashload/jhonson" : " ^1.1.4 "
9
+ "github.com/hashload/horse" : " ^3.1 .0" ,
10
+ "github.com/hashload/jhonson" : " ^1.1.5 "
11
11
}
12
12
}
Original file line number Diff line number Diff line change 11
11
.Use(HandleException);
12
12
13
13
THorse.Get(' /ping' ,
14
- procedure(Req: THorseRequest; Res: THorseResponse; Next: TProc )
14
+ procedure(Req: THorseRequest; Res: THorseResponse)
15
15
begin
16
16
raise EHorseException.New.Error(' My Error!' );
17
17
end );
You can’t perform that action at this time.
0 commit comments