diff options
-rw-r--r-- | source/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/index.ts b/source/index.ts index d3373aa..3a5bf26 100644 --- a/source/index.ts +++ b/source/index.ts @@ -1,6 +1,6 @@ // SPDX-License-Identifier: AGPL-3.0-only -import { Application, Router, Response, Request } from "https://deno.land/x/oak/mod.ts"; -import { compile, compileTemplate } from "https://deno.land/x/pug/mod.ts"; +import { Application, Router, Response, Request } from "https://deno.land/x/oak@v10.1.0/mod.ts"; +import { compile, compileTemplate } from "https://deno.land/x/pug@v0.1.3/mod.ts"; const app = new Application() |