Skip to content

Commit

Permalink
Use JSR async module
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed May 12, 2024
1 parent 61e3193 commit ba4d440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/ddu/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ export {
export { deadline, DeadlineError } from "jsr:@std/async@0.224.0";

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 { Lock } from "jsr:@lambdalisue/async@2.1.1";

0 comments on commit ba4d440

Please sign in to comment.