manyuanrong / dso

Simple Orm library for Deno based on deno_mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught 'https://deno.land/std/testing/mod.ts' failed: 404 Not Found

Ch3rlO opened this issue · comments

Hello there,

I'm running deno -v 0.34.0

and when I'm trying to connect with my DB

like that
code

I got an error with something like that :
error: Uncaught Other: Import 'https://deno.land/std/testing/mod.ts' failed: 404 Not Found

I did my homework and search for it I saw 2 with same problem but the had older versions than me and I guess that in v0.34.0 mod.ts was deleted so hope you guys the best <3

Oh shit I'm sorry after I saw all the issue (not only the opening ones)
I knew that I had to upgrade to 0.7.0 thanks a lot tho <3