diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-10 13:02:51 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-10 13:02:51 +0200 |
| commit | c53df649c817f770ae1750bb6d11113e0bcd2b18 (patch) | |
| tree | 6c789c51ba15ba4faa6346b60996bc23a261a6ff /Package.resolved | |
| parent | 1b8bdf0f82d6273dc39a67ac579d34d5b0d7d21f (diff) | |
Update code, add source management config
Diffstat (limited to 'Package.resolved')
| -rw-r--r-- | Package.resolved | 42 |
1 files changed, 11 insertions, 31 deletions
diff --git a/Package.resolved b/Package.resolved index a2a49b3..4d93f8f 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,34 +1,14 @@ { - "object": { - "pins": [ - { - "package": "Bariloche", - "repositoryURL": "https://github.com/Subito-it/Bariloche", - "state": { - "branch": null, - "revision": "507f4121d2a7479522908dabf83aed78a6e5e268", - "version": "1.0.4" - } - }, - { - "package": "Rainbow", - "repositoryURL": "https://github.com/onevcat/Rainbow", - "state": { - "branch": null, - "revision": "9c52c1952e9b2305d4507cf473392ac2d7c9b155", - "version": "3.1.5" - } - }, - { - "package": "HTMLEntities", - "repositoryURL": "https://github.com/IBM-Swift/swift-html-entities.git", - "state": { - "branch": null, - "revision": "dc15f4d8eba5be23280a561c698fc36ab4fb6c76", - "version": "3.0.12" - } + "pins" : [ + { + "identity" : "swift-argument-parser", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-argument-parser", + "state" : { + "revision" : "fee6933f37fde9a5e12a1e4aeaa93fe60116ff2a", + "version" : "1.2.2" } - ] - }, - "version": 1 + } + ], + "version" : 2 } |