import { fetchLatestModuleVersion } from "https://dotland.deno.dev/x/deno_slack_hooks@0.2.0/check_update.ts";
fetchLatestModuleVersion makes a call to deno.land with the module name and returns the extracted version number, if found
x/deno_slack_hooks/check_update.ts>fetchLatestModuleVersion
import { fetchLatestModuleVersion } from "https://dotland.deno.dev/x/deno_slack_hooks@0.2.0/check_update.ts";
fetchLatestModuleVersion makes a call to deno.land with the module name and returns the extracted version number, if found