Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Mar 25, 2023
1 parent b3fdb2a commit 290fe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { exist } from "./fs.ts";
import { builtinModules as _builtinModules } from "node:module";
import { walk } from "https://deno.land/std@0.180.0/fs/walk.ts";
import { walk } from "https://deno.land/std@0.181.0/fs/walk.ts";

export const BUILTIN_MODULES = [
"module",
Expand Down

0 comments on commit 290fe2e

Please sign in to comment.