From 2d7ccfae3f4986b006c22be3a1661b35e70d5417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Borov=C4=8Danin?= Date: Fri, 26 Jan 2024 11:16:47 +0100 Subject: [PATCH] NOISSUE - Update CallHome version (#2066) Signed-off-by: Dusan Borovcanin --- go.mod | 6 ++++-- go.sum | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 9ec172a1bd..ce2f6d62fb 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,12 @@ module github.com/absmach/magistrala -go 1.21 +go 1.21.5 + +toolchain go1.21.6 require ( github.com/0x6flab/namegenerator v1.2.0 - github.com/absmach/callhome v0.0.0-20240117170159-c5f5cccd21fd + github.com/absmach/callhome v0.14.0 github.com/absmach/mproxy v0.4.2 github.com/absmach/senml v1.0.5 github.com/authzed/authzed-go v0.10.1 diff --git a/go.sum b/go.sum index b044da2ddb..3ccfe84987 100644 --- a/go.sum +++ b/go.sum @@ -18,8 +18,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8 github.com/RaveNoX/go-jsoncommentstrip v1.0.0/go.mod h1:78ihd09MekBnJnxpICcwzCMzGrKSKYe4AqU6PDYYpjk= github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE= github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g= -github.com/absmach/callhome v0.0.0-20240117170159-c5f5cccd21fd h1:w6/9rG7Ov0aFz6BuArGW2HjWCHAlB1FyZI278rigR/c= -github.com/absmach/callhome v0.0.0-20240117170159-c5f5cccd21fd/go.mod h1:GCP7YZVCYC/LmG1pnqDcQl819ej9kXwsGgi6YvjzIDk= +github.com/absmach/callhome v0.14.0 h1:zB4tIZJ1YUmZ1VGHFPfMA/Lo6/Mv19y2dvoOiXj2BWs= +github.com/absmach/callhome v0.14.0/go.mod h1:l12UJOfibK4Muvg/AbupHuquNV9qSz/ROdTEPg7f2Vk= github.com/absmach/mproxy v0.4.2 h1:u0ORPxSrUknqbVrC+E1MdsCv/7Q5eWNG7clIwOMV5hk= github.com/absmach/mproxy v0.4.2/go.mod h1:TeXhbHdjihXLVoohSzxvIEFzWu16WDOa91LNduks/N8= github.com/absmach/senml v1.0.5 h1:zNPRYpGr2Wsb8brAusz8DIfFqemy1a2dNbmMnegY3GE=