set crypto version
This commit is contained in:
parent
2e6ce88e80
commit
b335bb61bd
4
mod.ts
4
mod.ts
|
@ -4,8 +4,8 @@ import {
|
||||||
} from "https://deno.land/std@0.186.0/http/http_status.ts";
|
} 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 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 * as cookie from "https://deno.land/std@0.185.0/http/cookie.ts";
|
||||||
import { Aes } from "https://deno.land/x/crypto/aes.ts";
|
import { Aes } from "https://deno.land/x/crypto@v0.10.0/aes.ts";
|
||||||
import { Cbc, Padding } from "https://deno.land/x/crypto/block-modes.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";
|
import { cryptoRandomString } from "https://deno.land/x/crypto_random_string@1.0.0/mod.ts";
|
||||||
|
|
||||||
type HTTPServerOptions = {
|
type HTTPServerOptions = {
|
||||||
|
|
Reference in New Issue
Block a user