diff --git a/example.ts b/example.ts index fa81cdb..b69e8d4 100644 --- a/example.ts +++ b/example.ts @@ -1,4 +1,4 @@ -import { Server } from 'https://deno.land/std@0.130.0/http/server.ts' +import { Server } from 'https://deno.land/std@0.179.0/http/server.ts' import { proxyaddr, RequestWithConnection } from './mod.ts' diff --git a/mod.ts b/mod.ts index 5b12c89..7eaf447 100644 --- a/mod.ts +++ b/mod.ts @@ -1,7 +1,7 @@ // deno-lint-ignore-file import { default as ipaddr, IPv4, IPv6 } from 'https://esm.sh/ipaddr.js@2.0.1' -import { forwarded } from 'https://deno.land/x/forwarded@0.1.3/mod.ts' -import type { RequestWithConnection } from 'https://deno.land/x/forwarded@0.1.3/mod.ts' +import { forwarded } from 'https://deno.land/x/forwarded@0.1.9/mod.ts' +import type { RequestWithConnection } from 'https://deno.land/x/forwarded@0.1.9/mod.ts' export type { RequestWithConnection }