Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Feb 9, 2024
1 parent e0fff40 commit 22f683b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions denops/ddu/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ export * as op from "https://deno.land/x/denops_std@v6.0.1/option/mod.ts";
export * as fn from "https://deno.land/x/denops_std@v6.0.1/function/mod.ts";
export * as vars from "https://deno.land/x/denops_std@v6.0.1/variable/mod.ts";
export * as autocmd from "https://deno.land/x/denops_std@v6.0.1/autocmd/mod.ts";
export { ensure, is } from "https://deno.land/x/unknownutil@v3.14.1/mod.ts";
export { ensure, is } from "https://deno.land/x/unknownutil@v3.15.0/mod.ts";
export {
assertEquals,
equal,
} from "https://deno.land/std@0.214.0/assert/mod.ts";
export { parse, toFileUrl } from "https://deno.land/std@0.214.0/path/mod.ts";
} from "https://deno.land/std@0.215.0/assert/mod.ts";
export { parse, toFileUrl } from "https://deno.land/std@0.215.0/path/mod.ts";
export {
deadline,
DeadlineError,
} from "https://deno.land/std@0.214.0/async/mod.ts";
} from "https://deno.land/std@0.215.0/async/mod.ts";
export { TimeoutError } from "https://deno.land/x/msgpack_rpc@v4.0.1/response_waiter.ts";
export { Lock } from "https://deno.land/x/async@v2.1.0/mod.ts";
export {
basename,
dirname,
SEP as pathsep,
} from "https://deno.land/std@0.214.0/path/mod.ts";
} from "https://deno.land/std@0.215.0/path/mod.ts";

0 comments on commit 22f683b

Please sign in to comment.