Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
v1rtl committed Mar 11, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent e12d68d commit a9805f2
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example.ts
Original file line number Diff line number Diff line change
@@ -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'

4 changes: 2 additions & 2 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// deno-lint-ignore-file
import { default as ipaddr, IPv4, IPv6 } from 'https://esm.sh/[email protected]'
import { forwarded } from 'https://deno.land/x/[email protected].3/mod.ts'
import type { RequestWithConnection } from 'https://deno.land/x/[email protected].3/mod.ts'
import { forwarded } from 'https://deno.land/x/[email protected].9/mod.ts'
import type { RequestWithConnection } from 'https://deno.land/x/[email protected].9/mod.ts'

export type { RequestWithConnection }

0 comments on commit a9805f2

Please sign in to comment.