From dcd096b479591892c87b6dac88ea951c1c7aba02 Mon Sep 17 00:00:00 2001 From: Thomas Rademaker Date: Fri, 17 Oct 2025 20:08:48 +0000 Subject: [PATCH] resolved added --- Package.resolved | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file(s) changed, 60 insertion(s)(+), 0 deletion(s)(-) diff --git a/Package.resolved b/Package.resolved new file mode 100644 --- /dev/null +++ b/Package.resolved @@ -0,0 +1,60 @@ +{ + "originHash" : "1139e0e1075c4de720978803490da5da789019e0504be736dd4f216da7eadad4", + "pins" : [ + { + "identity" : "jwt-kit", + "kind" : "remoteSourceControl", + "location" : "https://github.com/vapor/jwt-kit.git", + "state" : { + "revision" : "2033b3e661238dda3d30e36a2d40987499d987de", + "version" : "5.2.0" + } + }, + { + "identity" : "oauthenticator", + "kind" : "remoteSourceControl", + "location" : "https://github.com/ChimeHQ/OAuthenticator", + "state" : { + "branch" : "main", + "revision" : "618971d4d341650db664925fd0479032294064ad" + } + }, + { + "identity" : "swift-asn1", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-asn1.git", + "state" : { + "revision" : "40d25bbb2fc5b557a9aa8512210bded327c0f60d", + "version" : "1.5.0" + } + }, + { + "identity" : "swift-certificates", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-certificates.git", + "state" : { + "revision" : "f4cd9e78a1ec209b27e426a5f5c693675f95e75a", + "version" : "1.15.0" + } + }, + { + "identity" : "swift-crypto", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-crypto.git", + "state" : { + "revision" : "bcd2b89f2a4446395830b82e4e192765edd71e18", + "version" : "4.0.0" + } + }, + { + "identity" : "swift-log", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-log.git", + "state" : { + "revision" : "ce592ae52f982c847a4efc0dd881cc9eb32d29f2", + "version" : "1.6.4" + } + } + ], + "version" : 3 +} -- tangled.sh