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 11{
22 "hash" : " 830981b993a8554a72d15f4378c1a4cc" ,
3- "updated" : " 2022-02-16T09:05:26.6965591 -03:00" ,
3+ "updated" : " 2023-03-09T23:16:37.9915349 -03:00" ,
44 "installedModules" : {
55 "github.com/hashload/horse" : {
66 "name" : " horse" ,
7- "version" : " 3.0 .0" ,
8- "hash" : " 195e14c9c225f81a8c69d18b5118c149 " ,
7+ "version" : " 3.1 .0" ,
8+ "hash" : " fc3b8eefb46c1a3b387e86ca46a9faa1 " ,
99 "artifacts" : {},
1010 "failed" : false ,
1111 "changed" : false
1212 },
1313 "github.com/hashload/jhonson" : {
1414 "name" : " jhonson" ,
15- "version" : " 1.1.4 " ,
16- "hash" : " 7f48e0509b98505a12fa80ee39b53aea " ,
15+ "version" : " 1.1.5 " ,
16+ "hash" : " b4efa1372fdf1109fbaf5a625b702f90 " ,
1717 "artifacts" : {},
1818 "failed" : false ,
1919 "changed" : false
Original file line number Diff line number Diff line change 11{
22 "name" : " handle-exception" ,
33 "description" : " " ,
4- "version" : " 1.0.0 " ,
4+ "version" : " 0.1.8 " ,
55 "homepage" : " " ,
66 "mainsrc" : " src/" ,
77 "projects" : [],
88 "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 "
1111 }
1212}
Original file line number Diff line number Diff line change 1111 .Use(HandleException);
1212
1313 THorse.Get(' /ping' ,
14- procedure(Req: THorseRequest; Res: THorseResponse; Next: TProc )
14+ procedure(Req: THorseRequest; Res: THorseResponse)
1515 begin
1616 raise EHorseException.New.Error(' My Error!' );
1717 end );
You can’t perform that action at this time.
0 commit comments