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 b69a0eb commit 29e0b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/dpp/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ export {
export { deadline, DeadlineError } from "jsr:@std/[email protected]";

export { TimeoutError } from "https://deno.land/x/[email protected]/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";
export { ensure, is } from "https://deno.land/x/[email protected]/mod.ts";

0 comments on commit 29e0b59

Please sign in to comment.