From 29f4cf948fe9246e3b02361067490e4f8b6023c5 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Fri, 30 Sep 2022 17:53:37 -0700 Subject: [PATCH] Restore Package.resolved --- .gitignore | 1 - Package.resolved | 232 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 232 insertions(+), 1 deletion(-) create mode 100644 Package.resolved diff --git a/.gitignore b/.gitignore index 1a09da8b..3596c286 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,3 @@ DerivedData/ .swiftpm/config/registries.json .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata .netrc -Package.resolved diff --git a/Package.resolved b/Package.resolved new file mode 100644 index 00000000..4bd37a8b --- /dev/null +++ b/Package.resolved @@ -0,0 +1,232 @@ +{ + "object": { + "pins": [ + { + "package": "async-http-client", + "repositoryURL": "https://github.com/swift-server/async-http-client.git", + "state": { + "branch": null, + "revision": "03b3e7b34153299e9b4c4b5c2a6ac790a582a3ac", + "version": "1.12.0" + } + }, + { + "package": "async-kit", + "repositoryURL": "https://github.com/vapor/async-kit.git", + "state": { + "branch": null, + "revision": "c3329e444bafbb12d1d312af9191be95348a8175", + "version": "1.13.0" + } + }, + { + "package": "console-kit", + "repositoryURL": "https://github.com/vapor/console-kit.git", + "state": { + "branch": null, + "revision": "a7e67a1719933318b5ab7eaaed355cde020465b1", + "version": "4.5.0" + } + }, + { + "package": "multipart-kit", + "repositoryURL": "https://github.com/vapor/multipart-kit.git", + "state": { + "branch": null, + "revision": "0d55c35e788451ee27222783c7d363cb88092fab", + "version": "4.5.2" + } + }, + { + "package": "routing-kit", + "repositoryURL": "https://github.com/vapor/routing-kit.git", + "state": { + "branch": null, + "revision": "ffac7b3a127ce1e85fb232f1a6271164628809ad", + "version": "4.6.0" + } + }, + { + "package": "swift-algorithms", + "repositoryURL": "https://github.com/apple/swift-algorithms.git", + "state": { + "branch": null, + "revision": "b14b7f4c528c942f121c8b860b9410b2bf57825e", + "version": "1.0.0" + } + }, + { + "package": "swift-atomics", + "repositoryURL": "https://github.com/apple/swift-atomics.git", + "state": { + "branch": null, + "revision": "919eb1d83e02121cdb434c7bfc1f0c66ef17febe", + "version": "1.0.2" + } + }, + { + "package": "swift-backtrace", + "repositoryURL": "https://github.com/swift-server/swift-backtrace.git", + "state": { + "branch": null, + "revision": "f25620d5d05e2f1ba27154b40cafea2b67566956", + "version": "1.3.3" + } + }, + { + "package": "swift-case-paths", + "repositoryURL": "https://github.com/pointfreeco/swift-case-paths", + "state": { + "branch": null, + "revision": "7346701ea29da0a85d4403cf3d7a589a58ae3dee", + "version": "0.9.2" + } + }, + { + "package": "swift-collections", + "repositoryURL": "https://github.com/apple/swift-collections.git", + "state": { + "branch": null, + "revision": "f504716c27d2e5d4144fa4794b12129301d17729", + "version": "1.0.3" + } + }, + { + "package": "swift-crypto", + "repositoryURL": "https://github.com/apple/swift-crypto.git", + "state": { + "branch": null, + "revision": "d9825fa541df64b1a7b182178d61b9a82730d01f", + "version": "2.1.0" + } + }, + { + "package": "SwiftDocCPlugin", + "repositoryURL": "https://github.com/apple/swift-docc-plugin", + "state": { + "branch": null, + "revision": "3303b164430d9a7055ba484c8ead67a52f7b74f6", + "version": "1.0.0" + } + }, + { + "package": "swift-log", + "repositoryURL": "https://github.com/apple/swift-log.git", + "state": { + "branch": null, + "revision": "6fe203dc33195667ce1759bf0182975e4653ba1c", + "version": "1.4.4" + } + }, + { + "package": "swift-metrics", + "repositoryURL": "https://github.com/apple/swift-metrics.git", + "state": { + "branch": null, + "revision": "53be78637ecd165d1ddedc4e20de69b8f43ec3b7", + "version": "2.3.2" + } + }, + { + "package": "swift-nio", + "repositoryURL": "https://github.com/apple/swift-nio.git", + "state": { + "branch": null, + "revision": "a16e2f54a25b2af217044e5168997009a505930f", + "version": "2.42.0" + } + }, + { + "package": "swift-nio-extras", + "repositoryURL": "https://github.com/apple/swift-nio-extras.git", + "state": { + "branch": null, + "revision": "6c84d247754ad77487a6f0694273b89b83efd056", + "version": "1.14.0" + } + }, + { + "package": "swift-nio-http2", + "repositoryURL": "https://github.com/apple/swift-nio-http2.git", + "state": { + "branch": null, + "revision": "00576e6f1efa5c46dca2ca3081dc56dd233b402d", + "version": "1.23.0" + } + }, + { + "package": "swift-nio-ssl", + "repositoryURL": "https://github.com/apple/swift-nio-ssl.git", + "state": { + "branch": null, + "revision": "ba7c0d7f82affc518147ea61d240330bf7f7ea9b", + "version": "2.22.1" + } + }, + { + "package": "swift-nio-transport-services", + "repositoryURL": "https://github.com/apple/swift-nio-transport-services.git", + "state": { + "branch": null, + "revision": "b6e37a0d442745760d6ed0195d8f283d3ce0414a", + "version": "1.14.1" + } + }, + { + "package": "swift-numerics", + "repositoryURL": "https://github.com/apple/swift-numerics", + "state": { + "branch": null, + "revision": "0a5bc04095a675662cf24757cc0640aa2204253b", + "version": "1.0.2" + } + }, + { + "package": "swift-parsing", + "repositoryURL": "https://github.com/pointfreeco/swift-parsing", + "state": { + "branch": null, + "revision": "bc92e84968990b41640214b636667f35b6e5d44c", + "version": "0.10.0" + } + }, + { + "package": "swift-url-routing", + "repositoryURL": "https://github.com/pointfreeco/swift-url-routing", + "state": { + "branch": null, + "revision": "80e8a0257ccdd639e31f709954ceca6b690fdc67", + "version": "0.3.1" + } + }, + { + "package": "vapor", + "repositoryURL": "https://github.com/vapor/vapor.git", + "state": { + "branch": null, + "revision": "dda0de537e7906414dccd551e77095be1e34e3da", + "version": "4.65.2" + } + }, + { + "package": "websocket-kit", + "repositoryURL": "https://github.com/vapor/websocket-kit.git", + "state": { + "branch": null, + "revision": "2d9d2188a08eef4a869d368daab21b3c08510991", + "version": "2.6.1" + } + }, + { + "package": "xctest-dynamic-overlay", + "repositoryURL": "https://github.com/pointfreeco/xctest-dynamic-overlay", + "state": { + "branch": null, + "revision": "30314f1ece684dd60679d598a9b89107557b67d9", + "version": "0.4.1" + } + } + ] + }, + "version": 1 +}