Skip to content

Commit

Permalink
Update horse version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciussanchez committed Feb 16, 2022
1 parent e16dd59 commit 83f9427
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 1,114 deletions.
8 changes: 4 additions & 4 deletions boss-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hash": "d41d8cd98f00b204e9800998ecf8427e",
"updated": "2022-02-08T14:16:13.4097104-03:00",
"hash": "445774d05b3e1b873cfcdb89032b3e1f",
"updated": "2022-02-16T09:12:07.6951428-03:00",
"installedModules": {
"github.com/andre-djsystem/hashlib4pascal": {
"name": "hashlib4pascal",
Expand All @@ -12,8 +12,8 @@
},
"github.com/hashload/horse": {
"name": "horse",
"version": "v2.0.14",
"hash": "38c6bebdc7b9712d6e5856d299289a26",
"version": "3.0.0",
"hash": "195e14c9c225f81a8c69d18b5118c149",
"artifacts": {},
"failed": false,
"changed": false
Expand Down
2 changes: 1 addition & 1 deletion boss.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"projects": [],
"dependencies": {
"github.com/andre-djsystem/hashlib4pascal": "^1.0.0",
"github.com/hashload/horse": "^v2.0.14",
"github.com/hashload/horse": "^v3.0.0",
"github.com/paolo-rossi/delphi-jose-jwt": "^v3.0.3"
}
}
38 changes: 0 additions & 38 deletions horse_jwt.dpk

This file was deleted.

1,053 changes: 0 additions & 1,053 deletions horse_jwt.dproj

This file was deleted.

10 changes: 5 additions & 5 deletions samples/delphi/auth/boss-lock.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"hash": "6ef9161b900632671022358216c7dfe7",
"updated": "2021-01-29T08:10:14.3922009-03:00",
"updated": "2022-02-16T09:12:51.9203789-03:00",
"installedModules": {
"github.com/hashload/horse": {
"name": "horse",
"version": "v2.0.14",
"hash": "38c6bebdc7b9712d6e5856d299289a26",
"version": "3.0.0",
"hash": "195e14c9c225f81a8c69d18b5118c149",
"artifacts": {},
"failed": false,
"changed": false
},
"github.com/hashload/jhonson": {
"name": "jhonson",
"version": "1.1.3",
"hash": "711f200029b2fc3aef76ab410ac5833a",
"version": "1.1.4",
"hash": "7f48e0509b98505a12fa80ee39b53aea",
"artifacts": {},
"failed": false,
"changed": false
Expand Down
6 changes: 3 additions & 3 deletions samples/delphi/auth/boss.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"mainsrc": "./",
"projects": [],
"dependencies": {
"github.com/hashload/horse": "^2.0.8",
"github.com/hashload/jhonson": "^1.1.1",
"github.com/paolo-rossi/delphi-jose-jwt": "^v3.0.0"
"github.com/hashload/horse": "^3.0.0",
"github.com/hashload/jhonson": "^1.1.4",
"github.com/paolo-rossi/delphi-jose-jwt": "^v3.0.3"
}
}
6 changes: 3 additions & 3 deletions samples/delphi/client/boss-lock.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"hash": "6ef9161b900632671022358216c7dfe7",
"updated": "2021-01-29T08:49:30.9916406-03:00",
"updated": "2022-02-16T09:13:15.5895531-03:00",
"installedModules": {
"github.com/hashload/horse": {
"name": "horse",
"version": "v2.0.14",
"hash": "38c6bebdc7b9712d6e5856d299289a26",
"version": "3.0.0",
"hash": "195e14c9c225f81a8c69d18b5118c149",
"artifacts": {},
"failed": false,
"changed": false
Expand Down
4 changes: 2 additions & 2 deletions samples/delphi/client/boss.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"mainsrc": "./",
"projects": [],
"dependencies": {
"github.com/hashload/horse": "^2.0.8",
"github.com/paolo-rossi/delphi-jose-jwt": "^v3.0.0"
"github.com/hashload/horse": "^3.0.0",
"github.com/paolo-rossi/delphi-jose-jwt": "^v3.0.3"
}
}
8 changes: 4 additions & 4 deletions samples/lazarus/client/boss-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hash": "d41d8cd98f00b204e9800998ecf8427e",
"updated": "2022-02-04T10:51:11.8350763-03:00",
"hash": "62608e08adc29a8d6dbc9754e659f125",
"updated": "2022-02-16T09:13:46.807605-03:00",
"installedModules": {
"github.com/andre-djsystem/hashlib4pascal": {
"name": "hashlib4pascal",
Expand All @@ -12,8 +12,8 @@
},
"github.com/hashload/horse": {
"name": "horse",
"version": "v2.0.14",
"hash": "38c6bebdc7b9712d6e5856d299289a26",
"version": "3.0.0",
"hash": "195e14c9c225f81a8c69d18b5118c149",
"artifacts": {},
"failed": false,
"changed": false
Expand Down
2 changes: 1 addition & 1 deletion samples/lazarus/client/boss.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"projects": [],
"dependencies": {
"github.com/andre-djsystem/hashlib4pascal": "^1.0.0",
"github.com/hashload/horse": "^v2.0.14"
"github.com/hashload/horse": "^3.0.0"
}
}

0 comments on commit 83f9427

Please sign in to comment.