Skip to content

Commit 927baa8

Browse files
committed
deno 2 - one more vendor dep
1 parent 6b38b62 commit 927baa8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vendor_deps.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ This is only used by vendor.sh and should not be imported by any other code.
1010
// for puppeteer
1111
import { dirname, join, SEP } from "https://deno.land/std@0.93.0/path/mod.ts";
1212
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";

0 commit comments

Comments
 (0)