diff --git a/.denov b/.denov index a5c8bd5..60453e6 100644 --- a/.denov +++ b/.denov @@ -1 +1 @@ -v0.42.0 \ No newline at end of file +v1.0.0 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..e69de29 diff --git a/modules-lock.json b/modules-lock.json index 57439d2..e911821 100644 --- a/modules-lock.json +++ b/modules-lock.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@v0.42.0", + "version": "@v0.51.0", "modules": [ "/testing/asserts.ts" ] diff --git a/modules.json b/modules.json index 57439d2..e911821 100644 --- a/modules.json +++ b/modules.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@v0.42.0", + "version": "@v0.51.0", "modules": [ "/testing/asserts.ts" ] diff --git a/vendor/https/deno.land/std/testing/asserts.ts b/vendor/https/deno.land/std/testing/asserts.ts index 4e7bbd9..9a1d622 100644 --- a/vendor/https/deno.land/std/testing/asserts.ts +++ b/vendor/https/deno.land/std/testing/asserts.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.42.0/testing/asserts.ts"; +export * from "https://deno.land/std@v0.51.0/testing/asserts.ts";