Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Sep 30, 2023
1 parent 22503b4 commit e5c85c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions denops/ddc/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ export * as op from "https://deno.land/x/denops_std@v5.0.1/option/mod.ts";
export * as fn from "https://deno.land/x/denops_std@v5.0.1/function/mod.ts";
export * as vars from "https://deno.land/x/denops_std@v5.0.1/variable/mod.ts";
export * as autocmd from "https://deno.land/x/denops_std@v5.0.1/autocmd/mod.ts";
export * as base64 from "https://deno.land/std@0.201.0/encoding/base64.ts";
export * as base64 from "https://deno.land/std@0.203.0/encoding/base64.ts";
export {
assertEquals,
equal,
} from "https://deno.land/std@0.201.0/assert/mod.ts";
export { parse, toFileUrl } from "https://deno.land/std@0.201.0/path/mod.ts";
} from "https://deno.land/std@0.203.0/assert/mod.ts";
export { parse, toFileUrl } from "https://deno.land/std@0.203.0/path/mod.ts";
export {
deadline,
DeadlineError,
} from "https://deno.land/std@0.201.0/async/mod.ts";
} from "https://deno.land/std@0.203.0/async/mod.ts";
export { TimeoutError } from "https://deno.land/x/msgpack_rpc@v4.0.1/response_waiter.ts";
export { spy } from "https://deno.land/x/mock@0.15.2/mock.ts";
export { ensure, is } from "https://deno.land/x/unknownutil@v3.6.0/mod.ts";
export { ensure, is } from "https://deno.land/x/unknownutil@v3.9.0/mod.ts";
export { Lock } from "https://deno.land/x/async@v2.0.2/mod.ts";

0 comments on commit e5c85c1

Please sign in to comment.