Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp authored Nov 19, 2020
1 parent 36cfecb commit bb415c5
Show file tree
Hide file tree
Showing 25 changed files with 24 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .denov
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.5
v1.5.3
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install Deno
run: |
echo "::set-env name=DENO_VERSION::$(cat .denov)"
echo "DENO_VERSION=$(cat .denov)" >> $GITHUB_ENV
- uses: denolib/setup-deno@master
with:
deno-version: ${{ env.DENO_VERSION }}
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/bump.yml

This file was deleted.

2 changes: 1 addition & 1 deletion _version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Copyright 2019-2020 Yusuke Sakurai. All rights reserved. MIT license.
export const Version = "v1.1.6";
export const Version = "v1.1.7";
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": "@0.74.0",
"version": "@0.78.0",
"modules": [
"/testing/asserts.ts",
"/textproto/mod.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": "@0.74.0",
"version": "@0.78.0",
"modules": [
"/testing/asserts.ts",
"/textproto/mod.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@0.74.0/async/mod.ts";
export * from "https://deno.land/std@0.78.0/async/mod.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/datetime/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.74.0/datetime/mod.ts";
export * from "https://deno.land/std@0.78.0/datetime/mod.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/encoding/utf8.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.74.0/encoding/utf8.ts";
export * from "https://deno.land/std@0.78.0/encoding/utf8.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/flags/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.74.0/flags/mod.ts";
export * from "https://deno.land/std@0.78.0/flags/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@0.74.0/fmt/colors.ts";
export * from "https://deno.land/std@0.78.0/fmt/colors.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/fmt/printf.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.74.0/fmt/printf.ts";
export * from "https://deno.land/std@0.78.0/fmt/printf.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/fs/exists.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.74.0/fs/exists.ts";
export * from "https://deno.land/std@0.78.0/fs/exists.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/fs/expand_glob.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.74.0/fs/expand_glob.ts";
export * from "https://deno.land/std@0.78.0/fs/expand_glob.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/hash/sha1.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.74.0/hash/sha1.ts";
export * from "https://deno.land/std@0.78.0/hash/sha1.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/http/_io.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.74.0/http/_io.ts";
export * from "https://deno.land/std@0.78.0/http/_io.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/http/http_status.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.74.0/http/http_status.ts";
export * from "https://deno.land/std@0.78.0/http/http_status.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@0.74.0/io/bufio.ts";
export * from "https://deno.land/std@0.78.0/io/bufio.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/readers.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.74.0/io/readers.ts";
export * from "https://deno.land/std@0.78.0/io/readers.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/writers.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.74.0/io/writers.ts";
export * from "https://deno.land/std@0.78.0/io/writers.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/mime/multipart.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.74.0/mime/multipart.ts";
export * from "https://deno.land/std@0.78.0/mime/multipart.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/path/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.74.0/path/mod.ts";
export * from "https://deno.land/std@0.78.0/path/mod.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@0.74.0/testing/asserts.ts";
export * from "https://deno.land/std@0.78.0/testing/asserts.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/textproto/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.74.0/textproto/mod.ts";
export * from "https://deno.land/std@0.78.0/textproto/mod.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/ws/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.74.0/ws/mod.ts";
export * from "https://deno.land/std@0.78.0/ws/mod.ts";

0 comments on commit bb415c5

Please sign in to comment.