Add a shards.lock and use HTTPs for new telepathy

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2025-12-25 18:44:17 -08:00
parent b4e67daa9b
commit 26ae4e9589
2 changed files with 23 additions and 1 deletions

22
shard.lock Normal file
View File

@@ -0,0 +1,22 @@
version: 2.0
shards:
cron_parser:
git: https://github.com/kostya/cron_parser.git
version: 0.4.0
cron_scheduler:
git: https://github.com/kostya/cron_scheduler.git
version: 0.4.0
db:
git: https://github.com/crystal-lang/crystal-db.git
version: 0.14.0
sqlite3:
git: https://github.com/crystal-lang/crystal-sqlite3.git
version: 0.22.0
telepathy:
git: https://dev.danilafe.com/Crystal-Bots/telepathy
version: 0.2.0

View File

@@ -10,7 +10,7 @@ targets:
dependencies: dependencies:
telepathy: telepathy:
git: http://dev.danilafe.com/Crystal-Bots/telepathy git: https://dev.danilafe.com/Crystal-Bots/telepathy
cron_scheduler: cron_scheduler:
github: kostya/cron_scheduler github: kostya/cron_scheduler
sqlite3: sqlite3: