We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927baa8 commit 462b0c7Copy full SHA for 462b0c7
1 file changed
src/vendor_deps.ts
@@ -10,4 +10,7 @@ This is only used by vendor.sh and should not be imported by any other code.
10
// for puppeteer
11
import { dirname, join, SEP } from "https://deno.land/std@0.93.0/path/mod.ts";
12
import puppeteer from "https://deno.land/x/puppeteer@9.0.2/mod.ts";
13
-import * as base64 from "https://deno.land/std@0.93.0/encoding/base64.ts";
+import * as _base64 from "https://deno.land/std@0.93.0/encoding/base64.ts";
14
+
15
+// I don't quite understand why the import map is not resolving this one
16
+import * as _base64_2 from "https://deno.land/std@0.196.0/encoding/base64.ts";
0 commit comments