From 3fb1cd7a761998b811471ed4198e35b1e15ed8d2 Mon Sep 17 00:00:00 2001 From: Vinicius Sanchez Date: Wed, 16 Feb 2022 09:18:55 -0300 Subject: [PATCH] Update horse-logger version 2.0.5 --- boss-lock.json | 30 ------------------------------ boss.json | 4 ++-- 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 boss-lock.json diff --git a/boss-lock.json b/boss-lock.json deleted file mode 100644 index bf53b15..0000000 --- a/boss-lock.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "hash": "a8be6bf6281ffa4cdf03a079a8fc87ff", - "updated": "2021-10-07T08:35:04.6481375-03:00", - "installedModules": { - "github.com/dliocode/horse-utils-clientip": { - "name": "horse-utils-clientip", - "version": "0.0.6", - "hash": "db4c16721abe55f9f8c42c7990101361", - "artifacts": {}, - "failed": false, - "changed": false - }, - "github.com/hashload/horse": { - "name": "horse", - "version": "v2.0.14", - "hash": "38c6bebdc7b9712d6e5856d299289a26", - "artifacts": {}, - "failed": false, - "changed": false - }, - "github.com/hashload/horse-logger": { - "name": "horse-logger", - "version": "2.0.2", - "hash": "bfb121c6e85b5cfeedbd445c962a3fed", - "artifacts": {}, - "failed": false, - "changed": false - } - } -} \ No newline at end of file diff --git a/boss.json b/boss.json index ffc20ba..c5a58f0 100644 --- a/boss.json +++ b/boss.json @@ -1,11 +1,11 @@ { "name": "horse-logger-provider-console", "description": "Print log to console", - "version": "1.0.0", + "version": "1.0.5", "homepage": "https://github.com/HashLoad/horse-logger-provider-console", "mainsrc": "./src/", "projects": [], "dependencies": { - "github.com/hashload/horse-logger": "^2.0.0" + "github.com/hashload/horse-logger": "^2.0.5" } } \ No newline at end of file