Move deno std from deno.land to jsr

This commit is contained in:
2024-05-31 09:21:14 +08:00
parent b3fc811af0
commit b7fd2ca133
38 changed files with 56 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
import { Handlers } from "$fresh/server.ts";
import { exists } from "std/fs/exists.ts";
import { exists } from "@std/fs/exists";
import { get_task_manager } from "../../server.ts";
import { parse_int } from "../../server/parse_form.ts";
import { generate_filename, ThumbnailConfig } from "../../thumbnail/base.ts";
@@ -9,7 +9,7 @@ import {
GetFileResponseOptions,
} from "../../server/get_file_response.ts";
import pbkdf2Hmac from "pbkdf2-hmac";
import { encodeBase64 as encode } from "std/encoding/base64.ts";
import { encodeBase64 as encode } from "@std/encoding/base64";
import { SortableURLSearchParams } from "../../server/SortableURLSearchParams.ts";
export const handler: Handlers = {