diff --git a/mod.ts b/mod.ts index d1a5d99..e0c5165 100644 --- a/mod.ts +++ b/mod.ts @@ -4,8 +4,8 @@ import { } from "https://deno.land/std@0.186.0/http/http_status.ts"; import * as path from "https://deno.land/std@0.185.0/path/mod.ts"; import * as cookie from "https://deno.land/std@0.185.0/http/cookie.ts"; -import { Aes } from "https://deno.land/x/crypto/aes.ts"; -import { Cbc, Padding } from "https://deno.land/x/crypto/block-modes.ts"; +import { Aes } from "https://deno.land/x/crypto@v0.10.0/aes.ts"; +import { Cbc, Padding } from "https://deno.land/x/crypto@v0.10.0/block-modes.ts"; import { cryptoRandomString } from "https://deno.land/x/crypto_random_string@1.0.0/mod.ts"; type HTTPServerOptions = {