Skip to content

Commit

Permalink
chore: remove unused dependency (denodrivers#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanium authored Oct 17, 2021
1 parent 19fc613 commit 8474aa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export { createHash } from "https://deno.land/std@0.110.0/hash/mod.ts";
export { pbkdf2Sync } from "https://deno.land/std@0.110.0/node/_crypto/pbkdf2.ts";
export { HmacSha1 } from "https://deno.land/std@0.110.0/hash/sha1.ts";
export { HmacSha256 } from "https://deno.land/std@0.110.0/hash/sha256.ts";
export * from "https://deno.land/x/bytes_formater@v1.4.0/mod.ts";
export { BufReader, writeAll } from "https://deno.land/std@0.110.0/io/mod.ts";
export { deferred } from "https://deno.land/std@0.110.0/async/deferred.ts";
export type { Deferred } from "https://deno.land/std@0.110.0/async/deferred.ts";
Expand Down

0 comments on commit 8474aa0

Please sign in to comment.