From 693bfaf5051558632b615d1cc0f63a0000d26cc6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2019 07:14:33 +0900 Subject: [PATCH] bump: deno@v0.26.0 (#38) --- .denov | 2 +- README.md | 1 - modules-lock.json | 4 ++-- modules.json | 2 +- vendor/https/deno.land/std/fmt/colors.ts | 2 +- vendor/https/deno.land/std/io/bufio.ts | 2 +- vendor/https/deno.land/std/testing/asserts.ts | 2 +- vendor/https/deno.land/std/testing/mod.ts | 2 +- vendor/https/deno.land/std/util/async.ts | 2 +- 9 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.denov b/.denov index 5bd9725a..f7689f34 100644 --- a/.denov +++ b/.denov @@ -1 +1 @@ -v0.25.0 +v0.26.0 \ No newline at end of file diff --git a/README.md b/README.md index b57912b7..96d60b3b 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,3 @@ There are still unimplmeneted API - Server: [#35](https://github.com/keroxp/deno-redis/issues/35) - Stream: [#36](https://github.com/keroxp/deno-redis/issues/36) - Cluster: [#37](https://github.com/keroxp/deno-redis/issues/37) - diff --git a/modules-lock.json b/modules-lock.json index 76e04201..8d58fc75 100644 --- a/modules-lock.json +++ b/modules-lock.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@v0.25.0", + "version": "@v0.26.0", "modules": [ "/util/async.ts", "/testing/mod.ts", @@ -9,4 +9,4 @@ "/fmt/colors.ts" ] } -} \ No newline at end of file +} diff --git a/modules.json b/modules.json index d16b41e8..8d58fc75 100644 --- a/modules.json +++ b/modules.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@v0.25.0", + "version": "@v0.26.0", "modules": [ "/util/async.ts", "/testing/mod.ts", diff --git a/vendor/https/deno.land/std/fmt/colors.ts b/vendor/https/deno.land/std/fmt/colors.ts index f5b82f6d..60f4c18b 100644 --- a/vendor/https/deno.land/std/fmt/colors.ts +++ b/vendor/https/deno.land/std/fmt/colors.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.25.0/fmt/colors.ts"; +export * from "https://deno.land/std@v0.26.0/fmt/colors.ts"; diff --git a/vendor/https/deno.land/std/io/bufio.ts b/vendor/https/deno.land/std/io/bufio.ts index 995ea647..f9358974 100644 --- a/vendor/https/deno.land/std/io/bufio.ts +++ b/vendor/https/deno.land/std/io/bufio.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.25.0/io/bufio.ts"; +export * from "https://deno.land/std@v0.26.0/io/bufio.ts"; diff --git a/vendor/https/deno.land/std/testing/asserts.ts b/vendor/https/deno.land/std/testing/asserts.ts index 75e2caf3..e4a7640f 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.25.0/testing/asserts.ts"; +export * from "https://deno.land/std@v0.26.0/testing/asserts.ts"; diff --git a/vendor/https/deno.land/std/testing/mod.ts b/vendor/https/deno.land/std/testing/mod.ts index ec5855be..a69c7fd0 100644 --- a/vendor/https/deno.land/std/testing/mod.ts +++ b/vendor/https/deno.land/std/testing/mod.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.25.0/testing/mod.ts"; +export * from "https://deno.land/std@v0.26.0/testing/mod.ts"; diff --git a/vendor/https/deno.land/std/util/async.ts b/vendor/https/deno.land/std/util/async.ts index 453c886a..9aa574b3 100644 --- a/vendor/https/deno.land/std/util/async.ts +++ b/vendor/https/deno.land/std/util/async.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.25.0/util/async.ts"; +export * from "https://deno.land/std@v0.26.0/util/async.ts";