Upgrading deps

This commit is contained in:
Fabian Stamm 2020-08-16 19:28:12 +02:00
parent ac73b62df2
commit 438cee6bed
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
export * as Compress from "https://deno.hibas123.de/raw/@denreg-tar/mod.ts";
export * as Ini from "https://deno.land/x/ini/mod.ts";
export * as Cliffy from "https://deno.land/x/cliffy/mod.ts";
export * as Base64 from "https://deno.land/std@0.63.0/encoding/base64.ts";
export * as FS from "https://deno.land/std@0.63.0/fs/mod.ts";
export * as Colors from "https://deno.land/std@0.63.0/fmt/colors.ts";
export * as Path from "https://deno.land/std@0.63.0/path/mod.ts";
export * as Base64 from "https://deno.land/std@0.65.0/encoding/base64.ts";
export * as FS from "https://deno.land/std@0.65.0/fs/mod.ts";
export * as Colors from "https://deno.land/std@0.65.0/fmt/colors.ts";
export * as Path from "https://deno.land/std@0.65.0/path/mod.ts";