Skip to content

Commit

Permalink
Update deps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
v 1 r t l authored May 3, 2021
1 parent 71a7feb commit ecf54f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export { encodeUrl } from 'https://deno.land/x/encodeurl@1.0.0/mod.ts'
export { charset, contentType, lookup } from 'https://deno.land/x/media_types@v2.8.2/mod.ts'
export { default as rg } from 'https://esm.sh/regexparam'
export { forwarded } from 'https://deno.land/x/forwarded@0.0.5/mod.ts'
export * from 'https://deno.land/x/proxy_addr@0.0.2/mod.ts'
export * from 'https://deno.land/x/proxy_addr@0.0.3/mod.ts'
import type { ServerRequest as Req, Response as ServerResponse } from 'https://deno.land/std@0.95.0/http/server.ts'

interface Res extends ServerResponse {
Expand Down

0 comments on commit ecf54f9

Please sign in to comment.