Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 943b518

Browse files
author
Je
committed
chore: update std deps
1 parent 7721417 commit 943b518

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

std.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
export { Untar } from 'https://deno.land/std@0.71.0/archive/tar.ts'
2-
export * as colors from 'https://deno.land/std@0.71.0/fmt/colors.ts'
3-
export { ensureDir } from 'https://deno.land/std@0.71.0/fs/ensure_dir.ts'
4-
export { ensureFile } from 'https://deno.land/std@0.71.0/fs/ensure_file.ts'
5-
export { walk } from 'https://deno.land/std@0.71.0/fs/walk.ts'
6-
export { Sha1 } from 'https://deno.land/std@0.71.0/hash/sha1.ts'
7-
export * from 'https://deno.land/std@0.71.0/http/server.ts'
8-
export { fromStreamReader } from 'https://deno.land/std@0.71.0/io/mod.ts'
9-
export * as path from 'https://deno.land/std@0.71.0/path/mod.ts'
10-
export * as ws from 'https://deno.land/std@0.71.0/ws/mod.ts'
1+
export { Untar } from 'https://deno.land/std@0.73.0/archive/tar.ts'
2+
export * as colors from 'https://deno.land/std@0.73.0/fmt/colors.ts'
3+
export { ensureDir } from 'https://deno.land/std@0.73.0/fs/ensure_dir.ts'
4+
export { ensureFile } from 'https://deno.land/std@0.73.0/fs/ensure_file.ts'
5+
export { walk } from 'https://deno.land/std@0.73.0/fs/walk.ts'
6+
export { Sha1 } from 'https://deno.land/std@0.73.0/hash/sha1.ts'
7+
export * from 'https://deno.land/std@0.73.0/http/server.ts'
8+
export { fromStreamReader } from 'https://deno.land/std@0.73.0/io/mod.ts'
9+
export * as path from 'https://deno.land/std@0.73.0/path/mod.ts'
10+
export * as ws from 'https://deno.land/std@0.73.0/ws/mod.ts'
1111

0 commit comments

Comments
 (0)