Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a authored Jun 20, 2020
1 parent 1fd9323 commit 3f6add6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .denov
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.5
v1.1.1
2 changes: 1 addition & 1 deletion modules-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@v0.56.0",
"version": "@v0.58.0",
"modules": [
"/async/mod.ts",
"/testing/asserts.ts",
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"https://deno.land/std": {
"version": "@v0.56.0",
"version": "@v0.58.0",
"modules": [
"/async/mod.ts",
"/testing/asserts.ts",
Expand Down
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/async/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@v0.56.0/async/mod.ts";
export * from "https://deno.land/std@v0.58.0/async/mod.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/fmt/colors.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@v0.56.0/fmt/colors.ts";
export * from "https://deno.land/std@v0.58.0/fmt/colors.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/bufio.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@v0.56.0/io/bufio.ts";
export * from "https://deno.land/std@v0.58.0/io/bufio.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/asserts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@v0.56.0/testing/asserts.ts";
export * from "https://deno.land/std@v0.58.0/testing/asserts.ts";

0 comments on commit 3f6add6

Please sign in to comment.