Skip to content

Commit

Permalink
everything is ok
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Dec 23, 2021
1 parent b748ee4 commit 4b3f831
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deps/std/flags.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { parse } from "https://deno.land/std@0.116.0/flags/mod.ts";
export { parse } from "https://deno.land/std@0.119.0/flags/mod.ts";
2 changes: 1 addition & 1 deletion deps/std/fs.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { exists, expandGlob } from "https://deno.land/std@0.116.0/fs/mod.ts";
export { exists, expandGlob } from "https://deno.land/std@0.119.0/fs/mod.ts";
2 changes: 1 addition & 1 deletion deps/std/path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export {
join,
normalize,
parse,
} from "https://deno.land/std@0.116.0/path/mod.ts";
} from "https://deno.land/std@0.119.0/path/mod.ts";
6 changes: 3 additions & 3 deletions deps/std/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ export {
assert,
assertEquals,
assertThrows,
} from "https://deno.land/std@0.116.0/testing/asserts.ts";
} from "https://deno.land/std@0.119.0/testing/asserts.ts";
export {
bench,
runBenchmarks,
} from "https://deno.land/std@0.116.0/testing/bench.ts";
} from "https://deno.land/std@0.119.0/testing/bench.ts";
export type {
BenchmarkResult,
BenchmarkRunProgress,
BenchmarkTimer,
} from "https://deno.land/std@0.116.0/testing/bench.ts";
} from "https://deno.land/std@0.119.0/testing/bench.ts";

1 comment on commit 4b3f831

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 4b3f831 Dec 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

failed to fetch 'https://raw.githubusercontent.com/EthanThatOneKid/fart/4b3f83106d456e653bec38bfb8febcd4cb19acdc/fart_server/handle_request.ts': HTTP status client error (404 Not Found) for url (https://raw.githubusercontent.com/EthanThatOneKid/fart/4b3f83106d456e653bec38bfb8febcd4cb19acdc/fart_server/handle_request.ts)

Please sign in to comment.