diff --git a/DENO_VERSION b/DENO_VERSION index 6085e94..bc80560 100755 --- a/DENO_VERSION +++ b/DENO_VERSION @@ -1 +1 @@ -1.2.1 +1.5.0 diff --git a/deps.ts b/deps.ts index 3923883..3f2ac52 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.75.0/fmt/colors.ts"; +export { createHash } from "https://deno.land/std@0.75.0/hash/mod.ts"; +export { serve } from "https://deno.land/std@0.75.0/http/server.ts"; +export { serveFile } from "https://deno.land/std@0.75.0/http/file_server.ts"; +export { v4 as UUID } from "https://deno.land/std@0.75.0/uuid/mod.ts"; diff --git a/lock.json b/lock.json index 708f2b0..bafeee6 100644 --- a/lock.json +++ b/lock.json @@ -1,44 +1,39 @@ { - "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.75.0/_util/assert.ts": "e1f76e77c5ccb5a8e0dbbbe6cce3a56d2556c8cb5a9a8802fc9565af72462149", + "https://deno.land/std@0.75.0/async/deferred.ts": "ac95025f46580cf5197928ba90995d87f26e202c19ad961bc4e3177310894cdc", + "https://deno.land/std@0.75.0/async/delay.ts": "35957d585a6e3dd87706858fb1d6b551cb278271b03f52c5a2cb70e65e00c26a", + "https://deno.land/std@0.75.0/async/mod.ts": "39f2602a005805dd1e6b9da4ee5391b14d15e8fec4fa5494a6165c599911d746", + "https://deno.land/std@0.75.0/async/mux_async_iterator.ts": "1352b10a5cee1821a963eb8f4f05603bd7e25f8886eaf8d1888f4b416ddccdf5", + "https://deno.land/std@0.75.0/async/pool.ts": "a499691231d8c249f044f69d204b479ad3af7f115e0b37342829eff076bc2450", + "https://deno.land/std@0.75.0/bytes/mod.ts": "b1a149ac741728db00bda9ce1a2d044f248edd5ac95e708a6cc501bfd3adb4a7", + "https://deno.land/std@0.75.0/encoding/base64.ts": "b1d8f99b778981548457ec74bc6273ad785ffd6f61b2233bd5b30925345b565d", + "https://deno.land/std@0.75.0/encoding/hex.ts": "07a03ba41c96060a4ed4ba272e50b9e23f3c5b3839f4b069cdebc24d57434386", + "https://deno.land/std@0.75.0/encoding/utf8.ts": "1b7e77db9a12363c67872f8a208886ca1329f160c1ca9133b13d2ed399688b99", + "https://deno.land/std@0.75.0/flags/mod.ts": "11f51e7fec72bfe01d531acb4e0b0ae54115439367377b088b3c6e7e7142918f", + "https://deno.land/std@0.75.0/fmt/colors.ts": "ce9375edade12ca09c257743f223fc469d72578d0c74a55cbf1a34f6198ce3df", + "https://deno.land/std@0.75.0/hash/_wasm/hash.ts": "005f64c4d9343ecbc91e0da9ae5e800f146c20930ad829bbb872c5c06bd89c5f", + "https://deno.land/std@0.75.0/hash/_wasm/wasm.js": "5ac48aa0c3931d7f31dba628be5ab0aa4e786354197eb4d7d0583f9b50be1397", + "https://deno.land/std@0.75.0/hash/hasher.ts": "099c9e2a91b9f106b9f01379705e17e7d9de392ee1ea2b8684a2adfa82ac3bfc", + "https://deno.land/std@0.75.0/hash/mod.ts": "e764a6a9ab2f5519a97f928e17cc13d984e3dd5c7f742ff9c1c8fb3114790f0c", + "https://deno.land/std@0.75.0/hash/sha1.ts": "60e280a440ca49308f36bf2febc4ac1b4ccab24897ef3751d4d011bd5bf6cedb", + "https://deno.land/std@0.75.0/http/_io.ts": "277093b6c2d5df758c6efa3b467ee3e92076126dc4db55e8859b797d5625ba99", + "https://deno.land/std@0.75.0/http/file_server.ts": "a16277bef3d51713e39224a51ea6ba506fdcc31e4edd03cb2d385156e8037236", + "https://deno.land/std@0.75.0/http/http_status.ts": "0ecc0799a208f49452023b1b927106ba5a2c13cc6cf6666345db028239d554ab", + "https://deno.land/std@0.75.0/http/server.ts": "1b832ac1c1a5ab36537858984a2288aa03afb5d020bcf864dd2d8d0a668a7a85", + "https://deno.land/std@0.75.0/io/bufio.ts": "9fdfcd7e408aa01cbd31e5d8c90cb8a648635db12e05ba78534296e696c635ee", + "https://deno.land/std@0.75.0/path/_constants.ts": "aba480c4a2c098b6374fdd5951fea13ecc8aaaf8b8aa4dae1871baa50243d676", + "https://deno.land/std@0.75.0/path/_interface.ts": "67b276380d297a7cedc3c17f7a0bf122edcfc96a3e1f69de06f379d85ba0e2c0", + "https://deno.land/std@0.75.0/path/_util.ts": "7820a788b35c26dfc27ff329df12507fc0553ae92727009597046f6cf856b4fa", + "https://deno.land/std@0.75.0/path/common.ts": "e4ec66a7416d56f60331b66e27a8a4f08c7b1cf48e350271cb69754a01cf5c04", + "https://deno.land/std@0.75.0/path/glob.ts": "54fea22f0f47dee07399d22e18a34a84eaf4b8a3771bbed96db43bbec71ef237", + "https://deno.land/std@0.75.0/path/mod.ts": "3afd8864854f6f3d88b4850c6e3f85e15bfa97b1f63095baffffdac9711f85cf", + "https://deno.land/std@0.75.0/path/posix.ts": "8faaf459c5e21e16c62d5dca02784155df92f7677ed9c3baa895694d00d0ff6e", + "https://deno.land/std@0.75.0/path/separator.ts": "9dd15d46ff84a16e13554f56af7fee1f85f8d0f379efbbe60ac066a60561f036", + "https://deno.land/std@0.75.0/path/win32.ts": "c8aabaf4b34c1009e567b4001d9f5ab1fd6da3f8b94e0e7afee94ff8e2e61150", + "https://deno.land/std@0.75.0/textproto/mod.ts": "4c378eda3cb6216608bb4c3a34201761c65f6980c4669455ca224c330cd5b790", + "https://deno.land/std@0.75.0/uuid/_common.ts": "0ceb0c9ffd1eb0fe49e0b34b0680d0023d8641c9eb279f4970ab4a976488bf08", + "https://deno.land/std@0.75.0/uuid/mod.ts": "bc6ec7998cbd382c2445c50ed0a612795c4f9d9a88c7ce94748f27ed033376b5", + "https://deno.land/std@0.75.0/uuid/v1.ts": "818378f25e20ee7e682aac3d1fe2a59180e3b019dd0f4519db8fd9917e1e5a83", + "https://deno.land/std@0.75.0/uuid/v4.ts": "3afc7ba85ca8e846d5bc78e44601fd21bda83dec5977657a97d85037d3fb1a1d", + "https://deno.land/std@0.75.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..f950e32 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.75.0/http/server.ts"; diff --git a/packages/micro/lock.json b/packages/micro/lock.json index 45f686b..4b90863 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.75.0/_util/assert.ts": "e1f76e77c5ccb5a8e0dbbbe6cce3a56d2556c8cb5a9a8802fc9565af72462149", + "https://deno.land/std@0.75.0/async/deferred.ts": "ac95025f46580cf5197928ba90995d87f26e202c19ad961bc4e3177310894cdc", + "https://deno.land/std@0.75.0/async/delay.ts": "35957d585a6e3dd87706858fb1d6b551cb278271b03f52c5a2cb70e65e00c26a", + "https://deno.land/std@0.75.0/async/mod.ts": "39f2602a005805dd1e6b9da4ee5391b14d15e8fec4fa5494a6165c599911d746", + "https://deno.land/std@0.75.0/async/mux_async_iterator.ts": "1352b10a5cee1821a963eb8f4f05603bd7e25f8886eaf8d1888f4b416ddccdf5", + "https://deno.land/std@0.75.0/async/pool.ts": "a499691231d8c249f044f69d204b479ad3af7f115e0b37342829eff076bc2450", + "https://deno.land/std@0.75.0/bytes/mod.ts": "b1a149ac741728db00bda9ce1a2d044f248edd5ac95e708a6cc501bfd3adb4a7", + "https://deno.land/std@0.75.0/encoding/utf8.ts": "1b7e77db9a12363c67872f8a208886ca1329f160c1ca9133b13d2ed399688b99", + "https://deno.land/std@0.75.0/http/_io.ts": "277093b6c2d5df758c6efa3b467ee3e92076126dc4db55e8859b797d5625ba99", + "https://deno.land/std@0.75.0/http/http_status.ts": "0ecc0799a208f49452023b1b927106ba5a2c13cc6cf6666345db028239d554ab", + "https://deno.land/std@0.75.0/http/server.ts": "1b832ac1c1a5ab36537858984a2288aa03afb5d020bcf864dd2d8d0a668a7a85", + "https://deno.land/std@0.75.0/io/bufio.ts": "9fdfcd7e408aa01cbd31e5d8c90cb8a648635db12e05ba78534296e696c635ee", + "https://deno.land/std@0.75.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..1b3d08d 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.75.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.75.0/io/bufio.ts"; +export { ServerRequest } from "https://deno.land/std@0.75.0/http/server.ts"; diff --git a/packages/testing/lock.json b/packages/testing/lock.json index c9d14bb..654b909 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.75.0/_util/assert.ts": "e1f76e77c5ccb5a8e0dbbbe6cce3a56d2556c8cb5a9a8802fc9565af72462149", + "https://deno.land/std@0.75.0/async/deferred.ts": "ac95025f46580cf5197928ba90995d87f26e202c19ad961bc4e3177310894cdc", + "https://deno.land/std@0.75.0/async/delay.ts": "35957d585a6e3dd87706858fb1d6b551cb278271b03f52c5a2cb70e65e00c26a", + "https://deno.land/std@0.75.0/async/mod.ts": "39f2602a005805dd1e6b9da4ee5391b14d15e8fec4fa5494a6165c599911d746", + "https://deno.land/std@0.75.0/async/mux_async_iterator.ts": "1352b10a5cee1821a963eb8f4f05603bd7e25f8886eaf8d1888f4b416ddccdf5", + "https://deno.land/std@0.75.0/async/pool.ts": "a499691231d8c249f044f69d204b479ad3af7f115e0b37342829eff076bc2450", + "https://deno.land/std@0.75.0/bytes/mod.ts": "b1a149ac741728db00bda9ce1a2d044f248edd5ac95e708a6cc501bfd3adb4a7", + "https://deno.land/std@0.75.0/encoding/utf8.ts": "1b7e77db9a12363c67872f8a208886ca1329f160c1ca9133b13d2ed399688b99", + "https://deno.land/std@0.75.0/fmt/colors.ts": "ce9375edade12ca09c257743f223fc469d72578d0c74a55cbf1a34f6198ce3df", + "https://deno.land/std@0.75.0/http/_io.ts": "277093b6c2d5df758c6efa3b467ee3e92076126dc4db55e8859b797d5625ba99", + "https://deno.land/std@0.75.0/http/http_status.ts": "0ecc0799a208f49452023b1b927106ba5a2c13cc6cf6666345db028239d554ab", + "https://deno.land/std@0.75.0/http/server.ts": "1b832ac1c1a5ab36537858984a2288aa03afb5d020bcf864dd2d8d0a668a7a85", + "https://deno.land/std@0.75.0/io/bufio.ts": "9fdfcd7e408aa01cbd31e5d8c90cb8a648635db12e05ba78534296e696c635ee", + "https://deno.land/std@0.75.0/testing/_diff.ts": "48a34be6be2721bafe48033a46e8d80c44d5458ea862e5ffdb9083d8c2b97a46", + "https://deno.land/std@0.75.0/testing/asserts.ts": "1159488c9faccdab293de52f7bc16fbaaaba0462a2c71474761382b1e0d8881a", + "https://deno.land/std@0.75.0/textproto/mod.ts": "4c378eda3cb6216608bb4c3a34201761c65f6980c4669455ca224c330cd5b790" } \ No newline at end of file