From dc5d7241aa4c7cb15ff280c6f2ac63e65821bde6 Mon Sep 17 00:00:00 2001 From: Giorgio Henrique Bazzo Date: Thu, 3 Dec 2020 10:27:06 -0300 Subject: [PATCH] Update to Horse v2.0.6 --- samples/boss.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/boss.json b/samples/boss.json index bea1b09..be205e0 100644 --- a/samples/boss.json +++ b/samples/boss.json @@ -6,6 +6,7 @@ "mainsrc": "./", "projects": [], "dependencies": { - "github.com/hashload/horse": "^v2.0.6" + "github.com/hashload/horse": "^v2.0.6", + "github.com/giorgiobazzo/horse-upload": "^1.0.5" } -} \ No newline at end of file +}