File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import { Server } from 'https://deno.land/std@0.130 .0/http/server.ts'
1+ import { Server } from 'https://deno.land/std@0.179 .0/http/server.ts'
22
33import { proxyaddr , RequestWithConnection } from './mod.ts'
44
Original file line number Diff line number Diff line change 11// deno-lint-ignore-file
22import { default as ipaddr , IPv4 , IPv6 } from 'https://esm.sh/ipaddr.js@2.0.1'
3- import { forwarded } from 'https://deno.land/x/forwarded@0.1.3 /mod.ts'
4- import type { RequestWithConnection } from 'https://deno.land/x/forwarded@0.1.3 /mod.ts'
3+ import { forwarded } from 'https://deno.land/x/forwarded@0.1.9 /mod.ts'
4+ import type { RequestWithConnection } from 'https://deno.land/x/forwarded@0.1.9 /mod.ts'
55
66export type { RequestWithConnection }
77
You can’t perform that action at this time.
0 commit comments