From ffa15815136b3547f56f0ff0e16a953e187b7621 Mon Sep 17 00:00:00 2001 From: emrah Date: Tue, 9 Jan 2024 12:50:54 +0300 Subject: [PATCH] refactor: set the version explicitly --- adapter.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/adapter.ts b/adapter.ts index 513c479..8eed421 100644 --- a/adapter.ts +++ b/adapter.ts @@ -1,7 +1,7 @@ -import { serve } from "https://deno.land/std/http/server.ts"; -import { Status } from "https://deno.land/std/http/http_status.ts"; -import { create, getNumericDate } from "https://deno.land/x/djwt/mod.ts"; -import { Algorithm } from "https://deno.land/x/djwt/algorithm.ts"; +import { serve } from "https://deno.land/std@0.210.0/http/server.ts"; +import { Status } from "https://deno.land/std@0.210.0/http/http_status.ts"; +import { create, getNumericDate } from "https://deno.land/x/djwt@v3.0.1/mod.ts"; +import { Algorithm } from "https://deno.land/x/djwt@v3.0.1/algorithm.ts"; import { DEBUG, HOSTNAME,