From 382808301ffb28397a7e2c18f27c09adc42b3c4e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 1 Jan 2022 00:28:34 +0100 Subject: explicit version of pug and oak --- source/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/index.ts') 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() -- cgit v1.2.3-70-g09d2