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

Commit 8352eae

Browse files
committed
chore: update std modules to 0.85
1 parent d0939f0 commit 8352eae

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

deps.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
// std
2-
export { Untar } from 'https://deno.land/std@0.84.0/archive/tar.ts'
3-
export * as bytes from 'https://deno.land/std@0.84.0/bytes/mod.ts'
4-
export * as base64 from 'https://deno.land/std@0.84.0/encoding/base64.ts'
5-
export * as colors from 'https://deno.land/std@0.84.0/fmt/colors.ts'
6-
export { ensureDir } from 'https://deno.land/std@0.84.0/fs/ensure_dir.ts'
7-
export { walk } from 'https://deno.land/std@0.84.0/fs/walk.ts'
8-
export { Sha1 } from 'https://deno.land/std@0.84.0/hash/sha1.ts'
9-
export { Sha256 } from 'https://deno.land/std@0.84.0/hash/sha256.ts'
10-
export { listenAndServe, serve } from 'https://deno.land/std@0.84.0/http/server.ts'
11-
export * as bufio from 'https://deno.land/std@0.84.0/io/bufio.ts'
12-
export * as path from 'https://deno.land/std@0.84.0/path/mod.ts'
13-
export * as ws from 'https://deno.land/std@0.84.0/ws/mod.ts'
2+
export { Untar } from 'https://deno.land/std@0.85.0/archive/tar.ts'
3+
export * as bytes from 'https://deno.land/std@0.85.0/bytes/mod.ts'
4+
export * as base64 from 'https://deno.land/std@0.85.0/encoding/base64.ts'
5+
export * as colors from 'https://deno.land/std@0.85.0/fmt/colors.ts'
6+
export { ensureDir } from 'https://deno.land/std@0.85.0/fs/ensure_dir.ts'
7+
export { walk } from 'https://deno.land/std@0.85.0/fs/walk.ts'
8+
export { Sha1 } from 'https://deno.land/std@0.85.0/hash/sha1.ts'
9+
export { Sha256 } from 'https://deno.land/std@0.85.0/hash/sha256.ts'
10+
export { listenAndServe, serve } from 'https://deno.land/std@0.85.0/http/server.ts'
11+
export * as bufio from 'https://deno.land/std@0.85.0/io/bufio.ts'
12+
export * as path from 'https://deno.land/std@0.85.0/path/mod.ts'
13+
export * as ws from 'https://deno.land/std@0.85.0/ws/mod.ts'
1414
// deno.land/x
1515
export * as brotli from 'https://deno.land/x/[email protected]/mod.ts'
1616
export { gzipDecode, gzipEncode } from 'https://deno.land/x/[email protected]/mod.ts'

0 commit comments

Comments
 (0)