Updating to new deno std
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0d55b09677
commit
6453137208
@ -8,11 +8,10 @@ export * as ABC from "https://deno.land/x/abc@v1/mod.ts";
|
|||||||
export * as CorsMW from "https://deno.land/x/abc@v1/middleware/cors.ts";
|
export * as CorsMW from "https://deno.land/x/abc@v1/middleware/cors.ts";
|
||||||
export * as LoggerMW from "https://deno.land/x/abc@v1/middleware/logger.ts";
|
export * as LoggerMW from "https://deno.land/x/abc@v1/middleware/logger.ts";
|
||||||
|
|
||||||
export * as Path from "https://deno.land/std@0.62.0/path/mod.ts";
|
export * as Path from "https://deno.land/std@0.63.0/path/mod.ts";
|
||||||
export * as FS from "https://deno.land/std@0.62.0/fs/mod.ts";
|
export * as FS from "https://deno.land/std@0.63.0/fs/mod.ts";
|
||||||
|
export * as Base64 from "https://deno.land/std@0.63.0/encoding/base64.ts";
|
||||||
export * as Base64 from "https://deno.land/std@0.62.0/encoding/base64.ts";
|
export * as Hash from "https://deno.land/std@0.63.0/hash/mod.ts";
|
||||||
export * as Hash from "https://deno.land/std@0.62.0/hash/mod.ts";
|
|
||||||
|
|
||||||
export * as Compress from "https://git.stamm.me/Deno/DenReg/raw/branch/master/tar/mod.ts";
|
export * as Compress from "https://git.stamm.me/Deno/DenReg/raw/branch/master/tar/mod.ts";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user