Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed Jul 10, 2021
1 parent 0957b97 commit 82eb64c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export { randomBytes } from "https://deno.land/[email protected]/node/crypto.ts";
export { Buffer } from "https://deno.land/[email protected]/node/buffer.ts";
export { dirname, resolve } from "https://deno.land/[email protected]/node/path.ts";
export { delay } from "https://deno.land/[email protected]/async/delay.ts";

export { getLanguageInfo } from "https://deno.land/x/[email protected]/mod.ts";
export { SteamID } from "https://deno.land/x/[email protected]/mod.ts";
export {
Expand Down Expand Up @@ -48,3 +47,5 @@ export {
} from "https://deno.land/x/[email protected]/mod.ts";

export { Semaphore } from "https://deno.land/x/[email protected]/mod.ts";

export { ByteBuf } from "https://deno.land/x/[email protected]/bytebuf.ts";

0 comments on commit 82eb64c

Please sign in to comment.