Updating CLI to new deno std
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2020-08-02 23:44:40 +02:00
parent 6453137208
commit 936cf1ec52

View File

@ -1,7 +1,7 @@
export * as Compress from "https://git.stamm.me/Deno/DenReg/raw/branch/master/tar/mod.ts";
export * as Ini from "https://deno.land/x/ini/mod.ts";
export * as Base64 from "https://deno.land/std@0.62.0/encoding/base64.ts";
export * as Cliffy from "https://deno.land/x/cliffy/mod.ts";
export * as FS from "https://deno.land/std@0.62.0/fs/mod.ts";
export * as Colors from "https://deno.land/std@0.62.0/fmt/colors.ts";
export * as Path from "https://deno.land/std@0.62.0/path/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";