diff --git a/DENO_VERSION b/DENO_VERSION index 6085e94..8af85be 100755 --- a/DENO_VERSION +++ b/DENO_VERSION @@ -1 +1 @@ -1.2.1 +1.5.3 diff --git a/deps.ts b/deps.ts index 3923883..90ae2ff 100644 --- a/deps.ts +++ b/deps.ts @@ -1,5 +1,5 @@ -export * as Colors from "https://deno.land/std@0.62.0/fmt/colors.ts"; -export { createHash } from "https://deno.land/std@0.62.0/hash/mod.ts"; -export { serve } from "https://deno.land/std@0.62.0/http/server.ts"; -export { serveFile } from "https://deno.land/std@0.62.0/http/file_server.ts"; -export { v4 as UUID } from "https://deno.land/std@0.62.0/uuid/mod.ts"; +export * as Colors from "https://deno.land/std@0.78.0/fmt/colors.ts"; +export { createHash } from "https://deno.land/std@0.78.0/hash/mod.ts"; +export { serve } from "https://deno.land/std@0.78.0/http/server.ts"; +export { serveFile } from "https://deno.land/std@0.78.0/http/file_server.ts"; +export { v4 as UUID } from "https://deno.land/std@0.78.0/uuid/mod.ts"; diff --git a/lock.json b/lock.json index 708f2b0..b7eee25 100644 --- a/lock.json +++ b/lock.json @@ -1,44 +1,40 @@ { - "https://deno.land/std@0.62.0/_util/assert.ts": "e1f76e77c5ccb5a8e0dbbbe6cce3a56d2556c8cb5a9a8802fc9565af72462149", - "https://deno.land/std@0.62.0/async/deferred.ts": "ac95025f46580cf5197928ba90995d87f26e202c19ad961bc4e3177310894cdc", - "https://deno.land/std@0.62.0/async/delay.ts": "35957d585a6e3dd87706858fb1d6b551cb278271b03f52c5a2cb70e65e00c26a", - "https://deno.land/std@0.62.0/async/mod.ts": "bf46766747775d0fc4070940d20d45fb311c814989485861cdc8a8ef0e3bbbab", - "https://deno.land/std@0.62.0/async/mux_async_iterator.ts": "1352b10a5cee1821a963eb8f4f05603bd7e25f8886eaf8d1888f4b416ddccdf5", - "https://deno.land/std@0.62.0/bytes/mod.ts": "b1a149ac741728db00bda9ce1a2d044f248edd5ac95e708a6cc501bfd3adb4a7", - "https://deno.land/std@0.62.0/encoding/base64.ts": "79c67b8a9d911eff89cafd84749587a2851a7bb3bed4e952f6cf4c2ff97ae120", - "https://deno.land/std@0.62.0/encoding/hex.ts": "8dc1489e66b22fec26950c7a55391b12be0d9f9a80cbc7b422700cdff85cd2f7", - "https://deno.land/std@0.62.0/encoding/utf8.ts": "8654fa820aa69a37ec5eb11908e20b39d056c9bf1c23ab294303ff467f3d50a1", - "https://deno.land/std@0.62.0/flags/mod.ts": "11f51e7fec72bfe01d531acb4e0b0ae54115439367377b088b3c6e7e7142918f", - "https://deno.land/std@0.62.0/fmt/colors.ts": "eb606cfb06e3f03a0222f09768a9701de2dd31c1fc8fa3a939137792a472962a", - "https://deno.land/std@0.62.0/hash/_wasm/hash.ts": "005f64c4d9343ecbc91e0da9ae5e800f146c20930ad829bbb872c5c06bd89c5f", - "https://deno.land/std@0.62.0/hash/_wasm/wasm.js": "10c91f7551443bd49b8ced10df7d5c2ce9a447d224eccc6d51f77730e074cdfe", - "https://deno.land/std@0.62.0/hash/hasher.ts": "099c9e2a91b9f106b9f01379705e17e7d9de392ee1ea2b8684a2adfa82ac3bfc", - "https://deno.land/std@0.62.0/hash/mod.ts": "e764a6a9ab2f5519a97f928e17cc13d984e3dd5c7f742ff9c1c8fb3114790f0c", - "https://deno.land/std@0.62.0/hash/sha1.ts": "a887e14efc6c8d17b062647dc5eff07b8d8ed446eb7f994d69ae0e808db31e65", - "https://deno.land/std@0.62.0/http/_io.ts": "a6108623563611e901b1128ca91aca02982af552aa7c4f39f2240cf6e6cd9ac7", - "https://deno.land/std@0.62.0/http/file_server.ts": "14aa85fbde44cbfa670a226b8e892d80f6392258780cdcd0fca7e0f3c71e897c", - "https://deno.land/std@0.62.0/http/http_status.ts": "0ecc0799a208f49452023b1b927106ba5a2c13cc6cf6666345db028239d554ab", - "https://deno.land/std@0.62.0/http/server.ts": "9f39d814950c741e0dcf0dfb9a046515f5fb342a62fbc28607c44ac5692e8a7e", - "https://deno.land/std@0.62.0/io/bufio.ts": "e76c5b7bf978a638aae6f62b87efde3ab7203b85902ce9b84ac8388c8c2bb104", - "https://deno.land/std@0.62.0/node/_util/_util_callbackify.ts": "50f980fafc0b12172ba53b26036835f55dd3296b46556a227f8616b0682179e0", - "https://deno.land/std@0.62.0/node/_util/_util_promisify.ts": "35f7b8a4123d3a44b1aa349ada9b671fb096cb1144520482767ed72a8799708f", - "https://deno.land/std@0.62.0/node/_util/_util_types.ts": "217a4c1055289f25d1dc9097638aeeb7662136d34e6f49df5f27038872dc8d6f", - "https://deno.land/std@0.62.0/node/_utils.ts": "786b4f364609c8066dda897a9557d00c2a3a48e884ad734549c2ced692509d97", - "https://deno.land/std@0.62.0/node/util.ts": "2399b5b640683221cdab13ac94e0c16d62f74d5ba80ef2313aed731a9b0ab1d4", - "https://deno.land/std@0.62.0/path/_constants.ts": "e11f32a36644e04dce243f3c1f30c02cc5d149827f48a755628176f0707cfc70", - "https://deno.land/std@0.62.0/path/_globrex.ts": "cfd1af99fb5ed2eff9b49aef994cdf7a14a5d26cd32b14c60b27bfff49839c82", - "https://deno.land/std@0.62.0/path/_interface.ts": "5876f91d35fd42624893a4aaddaee352144e1f46e719f1dde6511bab7c3c1029", - "https://deno.land/std@0.62.0/path/_util.ts": "f0fa012d40ae9b6acbef03908e534eb11e694de6470fb4d78ea4f38829e735ab", - "https://deno.land/std@0.62.0/path/common.ts": "e4ec66a7416d56f60331b66e27a8a4f08c7b1cf48e350271cb69754a01cf5c04", - "https://deno.land/std@0.62.0/path/glob.ts": "dbcda011329b5ba0f955823e578af19a8bf8d01586a07925b42affe885544e62", - "https://deno.land/std@0.62.0/path/mod.ts": "6de8885c2534757097818e302becd1cefcbc4c28ac022cc279e612ee04e8cfd1", - "https://deno.land/std@0.62.0/path/posix.ts": "018dd955e0a6b6fffed55acd34ea2f4fb734aec3c9feb842e50b144c1bdb0851", - "https://deno.land/std@0.62.0/path/separator.ts": "9dd15d46ff84a16e13554f56af7fee1f85f8d0f379efbbe60ac066a60561f036", - "https://deno.land/std@0.62.0/path/win32.ts": "90261b763121538e8133ee7f2995987d4871debfe029456c5c7000207f45317c", - "https://deno.land/std@0.62.0/textproto/mod.ts": "ebd84342f62216af1850279d32581c51d0958e36d477c6c26c961987e6240356", - "https://deno.land/std@0.62.0/uuid/_common.ts": "6fd4cb11fb959d6181fe91e7e0be77a91a0aee4dfea5fbc6cb768f1b56404298", - "https://deno.land/std@0.62.0/uuid/mod.ts": "3b37d4e0e75891caa5c63c79dedb68a5f449b6c4e9f57ec4e57e385099674030", - "https://deno.land/std@0.62.0/uuid/v1.ts": "67dbf98aa6378ee2fa5d4c9758df5c6f7fc9680ee32e245a197a42bbf42c7afa", - "https://deno.land/std@0.62.0/uuid/v4.ts": "6452fea17180252ba181f93be2b35ddccb156130f2d07c5539f097b6a172f7ee", - "https://deno.land/std@0.62.0/uuid/v5.ts": "eb1a657916f9d7bc88e216cd9f7d23b30c5eee46915a2df14bc6ac392e21bbca" + "https://deno.land/std@0.78.0/_util/assert.ts": "e1f76e77c5ccb5a8e0dbbbe6cce3a56d2556c8cb5a9a8802fc9565af72462149", + "https://deno.land/std@0.78.0/_util/os.ts": "e2be3e25f96e4b5a233a08fd03aba80819bcaee66ac53c11c9b5aaa64799b475", + "https://deno.land/std@0.78.0/async/deferred.ts": "ecdb71319e164ec4ace5a44e3ee991b52c21bfc19e498acdf8eccdc0b1184f70", + "https://deno.land/std@0.78.0/async/delay.ts": "35957d585a6e3dd87706858fb1d6b551cb278271b03f52c5a2cb70e65e00c26a", + "https://deno.land/std@0.78.0/async/mod.ts": "39f2602a005805dd1e6b9da4ee5391b14d15e8fec4fa5494a6165c599911d746", + "https://deno.land/std@0.78.0/async/mux_async_iterator.ts": "2532c6f448fda34db7ab9504746db671c32425dd4ffa96eeb9df744c3038c106", + "https://deno.land/std@0.78.0/async/pool.ts": "a499691231d8c249f044f69d204b479ad3af7f115e0b37342829eff076bc2450", + "https://deno.land/std@0.78.0/bytes/mod.ts": "b1a149ac741728db00bda9ce1a2d044f248edd5ac95e708a6cc501bfd3adb4a7", + "https://deno.land/std@0.78.0/encoding/base64.ts": "b1d8f99b778981548457ec74bc6273ad785ffd6f61b2233bd5b30925345b565d", + "https://deno.land/std@0.78.0/encoding/hex.ts": "07a03ba41c96060a4ed4ba272e50b9e23f3c5b3839f4b069cdebc24d57434386", + "https://deno.land/std@0.78.0/encoding/utf8.ts": "1b7e77db9a12363c67872f8a208886ca1329f160c1ca9133b13d2ed399688b99", + "https://deno.land/std@0.78.0/flags/mod.ts": "1beaf22677d1d5fe13fb15b08552065aea032bca4a9664b73cad618d2c1f34ed", + "https://deno.land/std@0.78.0/fmt/colors.ts": "c5665c66f1a67228f21c5989bbb04b36d369b98dd7ceac06f5e26856c81c2531", + "https://deno.land/std@0.78.0/hash/_wasm/hash.ts": "005f64c4d9343ecbc91e0da9ae5e800f146c20930ad829bbb872c5c06bd89c5f", + "https://deno.land/std@0.78.0/hash/_wasm/wasm.js": "fa27095b91e6268682100997577f1d3478beab5b045777e27ff7b2b5d19c8fdc", + "https://deno.land/std@0.78.0/hash/hasher.ts": "099c9e2a91b9f106b9f01379705e17e7d9de392ee1ea2b8684a2adfa82ac3bfc", + "https://deno.land/std@0.78.0/hash/mod.ts": "e764a6a9ab2f5519a97f928e17cc13d984e3dd5c7f742ff9c1c8fb3114790f0c", + "https://deno.land/std@0.78.0/hash/sha1.ts": "60e280a440ca49308f36bf2febc4ac1b4ccab24897ef3751d4d011bd5bf6cedb", + "https://deno.land/std@0.78.0/http/_io.ts": "bedd02490ed75449def8e5f0c630cabfc9fe2afb3e307586782fc08e4d39b7c1", + "https://deno.land/std@0.78.0/http/file_server.ts": "a16277bef3d51713e39224a51ea6ba506fdcc31e4edd03cb2d385156e8037236", + "https://deno.land/std@0.78.0/http/http_status.ts": "0ecc0799a208f49452023b1b927106ba5a2c13cc6cf6666345db028239d554ab", + "https://deno.land/std@0.78.0/http/server.ts": "1b832ac1c1a5ab36537858984a2288aa03afb5d020bcf864dd2d8d0a668a7a85", + "https://deno.land/std@0.78.0/io/bufio.ts": "1ff50c4d5e0db2dfb3072f4a9e3167bd658fedbdc92d72f0ca306f3bc9031a2f", + "https://deno.land/std@0.78.0/path/_constants.ts": "3a19d04e5d6de4620df22ab40c2e8c9d87002b56702d2b4669c14dfa2765e368", + "https://deno.land/std@0.78.0/path/_interface.ts": "67b276380d297a7cedc3c17f7a0bf122edcfc96a3e1f69de06f379d85ba0e2c0", + "https://deno.land/std@0.78.0/path/_util.ts": "7820a788b35c26dfc27ff329df12507fc0553ae92727009597046f6cf856b4fa", + "https://deno.land/std@0.78.0/path/common.ts": "e4ec66a7416d56f60331b66e27a8a4f08c7b1cf48e350271cb69754a01cf5c04", + "https://deno.land/std@0.78.0/path/glob.ts": "c36be777b82346a3fac02ef0ffef7d6c9bfe4da50f4599c798d7ded072f88d22", + "https://deno.land/std@0.78.0/path/mod.ts": "ef6a91aed4bc417eb56f8d5947f117f35ed3ca76c24d19dc482d3d6514218d5f", + "https://deno.land/std@0.78.0/path/posix.ts": "1e38cb411e00eb98c9c49da3b7c7589bc22012fe9194165030945b71ddecbe69", + "https://deno.land/std@0.78.0/path/separator.ts": "696812939d47fbe095002e92d595e3a1cdf03157222029a39c68dce9995f38c4", + "https://deno.land/std@0.78.0/path/win32.ts": "ac04d13b10e47655472256666d60d8e0bb62a4bf4532be1c493b1444f5a76464", + "https://deno.land/std@0.78.0/textproto/mod.ts": "4c378eda3cb6216608bb4c3a34201761c65f6980c4669455ca224c330cd5b790", + "https://deno.land/std@0.78.0/uuid/_common.ts": "0ceb0c9ffd1eb0fe49e0b34b0680d0023d8641c9eb279f4970ab4a976488bf08", + "https://deno.land/std@0.78.0/uuid/mod.ts": "bc6ec7998cbd382c2445c50ed0a612795c4f9d9a88c7ce94748f27ed033376b5", + "https://deno.land/std@0.78.0/uuid/v1.ts": "a0dec1c07bf0bd9af102c3386cbc432ff98dfc9376803547de1cdb755c0c73f3", + "https://deno.land/std@0.78.0/uuid/v4.ts": "3afc7ba85ca8e846d5bc78e44601fd21bda83dec5977657a97d85037d3fb1a1d", + "https://deno.land/std@0.78.0/uuid/v5.ts": "b71f78e0fd3c362c4367ede91e603579875f129f299b4afb3b429b570275f8d8" } \ No newline at end of file diff --git a/packages/micro/deps.ts b/packages/micro/deps.ts index b05f57c..909be27 100644 --- a/packages/micro/deps.ts +++ b/packages/micro/deps.ts @@ -1 +1 @@ -export * as server from "https://deno.land/std@0.62.0/http/server.ts"; +export * as server from "https://deno.land/std@0.78.0/http/server.ts"; diff --git a/packages/micro/lock.json b/packages/micro/lock.json index 45f686b..4581b42 100644 --- a/packages/micro/lock.json +++ b/packages/micro/lock.json @@ -1,14 +1,15 @@ { - "https://deno.land/std@0.62.0/_util/assert.ts": "e1f76e77c5ccb5a8e0dbbbe6cce3a56d2556c8cb5a9a8802fc9565af72462149", - "https://deno.land/std@0.62.0/async/deferred.ts": "ac95025f46580cf5197928ba90995d87f26e202c19ad961bc4e3177310894cdc", - "https://deno.land/std@0.62.0/async/delay.ts": "35957d585a6e3dd87706858fb1d6b551cb278271b03f52c5a2cb70e65e00c26a", - "https://deno.land/std@0.62.0/async/mod.ts": "bf46766747775d0fc4070940d20d45fb311c814989485861cdc8a8ef0e3bbbab", - "https://deno.land/std@0.62.0/async/mux_async_iterator.ts": "1352b10a5cee1821a963eb8f4f05603bd7e25f8886eaf8d1888f4b416ddccdf5", - "https://deno.land/std@0.62.0/bytes/mod.ts": "b1a149ac741728db00bda9ce1a2d044f248edd5ac95e708a6cc501bfd3adb4a7", - "https://deno.land/std@0.62.0/encoding/utf8.ts": "8654fa820aa69a37ec5eb11908e20b39d056c9bf1c23ab294303ff467f3d50a1", - "https://deno.land/std@0.62.0/http/_io.ts": "a6108623563611e901b1128ca91aca02982af552aa7c4f39f2240cf6e6cd9ac7", - "https://deno.land/std@0.62.0/http/http_status.ts": "0ecc0799a208f49452023b1b927106ba5a2c13cc6cf6666345db028239d554ab", - "https://deno.land/std@0.62.0/http/server.ts": "9f39d814950c741e0dcf0dfb9a046515f5fb342a62fbc28607c44ac5692e8a7e", - "https://deno.land/std@0.62.0/io/bufio.ts": "e76c5b7bf978a638aae6f62b87efde3ab7203b85902ce9b84ac8388c8c2bb104", - "https://deno.land/std@0.62.0/textproto/mod.ts": "ebd84342f62216af1850279d32581c51d0958e36d477c6c26c961987e6240356" + "https://deno.land/std@0.78.0/_util/assert.ts": "e1f76e77c5ccb5a8e0dbbbe6cce3a56d2556c8cb5a9a8802fc9565af72462149", + "https://deno.land/std@0.78.0/async/deferred.ts": "ecdb71319e164ec4ace5a44e3ee991b52c21bfc19e498acdf8eccdc0b1184f70", + "https://deno.land/std@0.78.0/async/delay.ts": "35957d585a6e3dd87706858fb1d6b551cb278271b03f52c5a2cb70e65e00c26a", + "https://deno.land/std@0.78.0/async/mod.ts": "39f2602a005805dd1e6b9da4ee5391b14d15e8fec4fa5494a6165c599911d746", + "https://deno.land/std@0.78.0/async/mux_async_iterator.ts": "2532c6f448fda34db7ab9504746db671c32425dd4ffa96eeb9df744c3038c106", + "https://deno.land/std@0.78.0/async/pool.ts": "a499691231d8c249f044f69d204b479ad3af7f115e0b37342829eff076bc2450", + "https://deno.land/std@0.78.0/bytes/mod.ts": "b1a149ac741728db00bda9ce1a2d044f248edd5ac95e708a6cc501bfd3adb4a7", + "https://deno.land/std@0.78.0/encoding/utf8.ts": "1b7e77db9a12363c67872f8a208886ca1329f160c1ca9133b13d2ed399688b99", + "https://deno.land/std@0.78.0/http/_io.ts": "bedd02490ed75449def8e5f0c630cabfc9fe2afb3e307586782fc08e4d39b7c1", + "https://deno.land/std@0.78.0/http/http_status.ts": "0ecc0799a208f49452023b1b927106ba5a2c13cc6cf6666345db028239d554ab", + "https://deno.land/std@0.78.0/http/server.ts": "1b832ac1c1a5ab36537858984a2288aa03afb5d020bcf864dd2d8d0a668a7a85", + "https://deno.land/std@0.78.0/io/bufio.ts": "1ff50c4d5e0db2dfb3072f4a9e3167bd658fedbdc92d72f0ca306f3bc9031a2f", + "https://deno.land/std@0.78.0/textproto/mod.ts": "4c378eda3cb6216608bb4c3a34201761c65f6980c4669455ca224c330cd5b790" } \ No newline at end of file diff --git a/packages/testing/deps.ts b/packages/testing/deps.ts index 1c13004..c6d230d 100644 --- a/packages/testing/deps.ts +++ b/packages/testing/deps.ts @@ -1,3 +1,3 @@ -export * from "https://deno.land/std@0.62.0/testing/asserts.ts"; -export * from "https://deno.land/std@0.62.0/io/bufio.ts"; -export { ServerRequest } from "https://deno.land/std@0.62.0/http/server.ts"; +export * from "https://deno.land/std@0.78.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.78.0/io/bufio.ts"; +export { ServerRequest } from "https://deno.land/std@0.78.0/http/server.ts"; diff --git a/packages/testing/lock.json b/packages/testing/lock.json index c9d14bb..0afe184 100644 --- a/packages/testing/lock.json +++ b/packages/testing/lock.json @@ -1,17 +1,18 @@ { - "https://deno.land/std@0.62.0/_util/assert.ts": "e1f76e77c5ccb5a8e0dbbbe6cce3a56d2556c8cb5a9a8802fc9565af72462149", - "https://deno.land/std@0.62.0/async/deferred.ts": "ac95025f46580cf5197928ba90995d87f26e202c19ad961bc4e3177310894cdc", - "https://deno.land/std@0.62.0/async/delay.ts": "35957d585a6e3dd87706858fb1d6b551cb278271b03f52c5a2cb70e65e00c26a", - "https://deno.land/std@0.62.0/async/mod.ts": "bf46766747775d0fc4070940d20d45fb311c814989485861cdc8a8ef0e3bbbab", - "https://deno.land/std@0.62.0/async/mux_async_iterator.ts": "1352b10a5cee1821a963eb8f4f05603bd7e25f8886eaf8d1888f4b416ddccdf5", - "https://deno.land/std@0.62.0/bytes/mod.ts": "b1a149ac741728db00bda9ce1a2d044f248edd5ac95e708a6cc501bfd3adb4a7", - "https://deno.land/std@0.62.0/encoding/utf8.ts": "8654fa820aa69a37ec5eb11908e20b39d056c9bf1c23ab294303ff467f3d50a1", - "https://deno.land/std@0.62.0/fmt/colors.ts": "eb606cfb06e3f03a0222f09768a9701de2dd31c1fc8fa3a939137792a472962a", - "https://deno.land/std@0.62.0/http/_io.ts": "a6108623563611e901b1128ca91aca02982af552aa7c4f39f2240cf6e6cd9ac7", - "https://deno.land/std@0.62.0/http/http_status.ts": "0ecc0799a208f49452023b1b927106ba5a2c13cc6cf6666345db028239d554ab", - "https://deno.land/std@0.62.0/http/server.ts": "9f39d814950c741e0dcf0dfb9a046515f5fb342a62fbc28607c44ac5692e8a7e", - "https://deno.land/std@0.62.0/io/bufio.ts": "e76c5b7bf978a638aae6f62b87efde3ab7203b85902ce9b84ac8388c8c2bb104", - "https://deno.land/std@0.62.0/testing/asserts.ts": "1e9f87e0ecc456caa00a95f3345c5a7aeea0a4bf25c443a54341d9f6e36e5edf", - "https://deno.land/std@0.62.0/testing/diff.ts": "b685fb818c3527f0890628711934863672de2e94f01db421731654243f1eac8f", - "https://deno.land/std@0.62.0/textproto/mod.ts": "ebd84342f62216af1850279d32581c51d0958e36d477c6c26c961987e6240356" + "https://deno.land/std@0.78.0/_util/assert.ts": "e1f76e77c5ccb5a8e0dbbbe6cce3a56d2556c8cb5a9a8802fc9565af72462149", + "https://deno.land/std@0.78.0/async/deferred.ts": "ecdb71319e164ec4ace5a44e3ee991b52c21bfc19e498acdf8eccdc0b1184f70", + "https://deno.land/std@0.78.0/async/delay.ts": "35957d585a6e3dd87706858fb1d6b551cb278271b03f52c5a2cb70e65e00c26a", + "https://deno.land/std@0.78.0/async/mod.ts": "39f2602a005805dd1e6b9da4ee5391b14d15e8fec4fa5494a6165c599911d746", + "https://deno.land/std@0.78.0/async/mux_async_iterator.ts": "2532c6f448fda34db7ab9504746db671c32425dd4ffa96eeb9df744c3038c106", + "https://deno.land/std@0.78.0/async/pool.ts": "a499691231d8c249f044f69d204b479ad3af7f115e0b37342829eff076bc2450", + "https://deno.land/std@0.78.0/bytes/mod.ts": "b1a149ac741728db00bda9ce1a2d044f248edd5ac95e708a6cc501bfd3adb4a7", + "https://deno.land/std@0.78.0/encoding/utf8.ts": "1b7e77db9a12363c67872f8a208886ca1329f160c1ca9133b13d2ed399688b99", + "https://deno.land/std@0.78.0/fmt/colors.ts": "c5665c66f1a67228f21c5989bbb04b36d369b98dd7ceac06f5e26856c81c2531", + "https://deno.land/std@0.78.0/http/_io.ts": "bedd02490ed75449def8e5f0c630cabfc9fe2afb3e307586782fc08e4d39b7c1", + "https://deno.land/std@0.78.0/http/http_status.ts": "0ecc0799a208f49452023b1b927106ba5a2c13cc6cf6666345db028239d554ab", + "https://deno.land/std@0.78.0/http/server.ts": "1b832ac1c1a5ab36537858984a2288aa03afb5d020bcf864dd2d8d0a668a7a85", + "https://deno.land/std@0.78.0/io/bufio.ts": "1ff50c4d5e0db2dfb3072f4a9e3167bd658fedbdc92d72f0ca306f3bc9031a2f", + "https://deno.land/std@0.78.0/testing/_diff.ts": "48a34be6be2721bafe48033a46e8d80c44d5458ea862e5ffdb9083d8c2b97a46", + "https://deno.land/std@0.78.0/testing/asserts.ts": "2887fa46577bd0f8c9f6555a9abb65f0765d1fd943d3ed4593cdbc5f5a8105d8", + "https://deno.land/std@0.78.0/textproto/mod.ts": "4c378eda3cb6216608bb4c3a34201761c65f6980c4669455ca224c330cd5b790" } \ No newline at end of file