From 02b13d8e0c95bef4329d5838edaa1c95a5c6acbd Mon Sep 17 00:00:00 2001 From: dusan Date: Mon, 6 Apr 2026 11:32:57 +0200 Subject: [PATCH] Rename to magistrala-old to be replaced with magistrala Signed-off-by: dusan --- go.mod | 3 ++- go.sum | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1ad56deca..923ef3b4c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/absmach/magistrala +module github.com/absmach/magistrala-old go 1.26.0 @@ -6,6 +6,7 @@ require ( github.com/0x6flab/namegenerator v1.4.0 github.com/absmach/callhome v0.18.2 github.com/absmach/certs v0.18.5 + github.com/absmach/magistrala v0.19.1 github.com/absmach/supermq v0.19.2-0.20260317185610-fade98b84ee4 github.com/authzed/authzed-go v1.8.0 github.com/authzed/grpcutil v0.0.0-20250221190651-1985b19b35b8 diff --git a/go.sum b/go.sum index 983bd18b6..83dadce48 100644 --- a/go.sum +++ b/go.sum @@ -31,6 +31,8 @@ github.com/absmach/callhome v0.18.2 h1:dmopRHm2qTheHN1hdUKRRYpKwRrj7X9d8AWCFrb+K github.com/absmach/callhome v0.18.2/go.mod h1:LEXKhES9JJtj3tBgTZv7VPNjOi5ukJQB0mFic0QP60Q= github.com/absmach/certs v0.18.5 h1:eYlvitou+LoDtt7ETVLTp6d/1xCejGL3EmVOg+rHGTU= github.com/absmach/certs v0.18.5/go.mod h1:31dtVe1VYF16W+IvjAE/uPAIz4f3uLHgh+moBezjqIc= +github.com/absmach/magistrala v0.19.1 h1:WLT1B3WOOO8KL43HxZOWKnt1JJQh65uGiFhwQB4DzC8= +github.com/absmach/magistrala v0.19.1/go.mod h1:5pNI533Mf2tN1ihDETR4lOhRdGuijmRuAhxVw7+pKCI= github.com/absmach/mgate v0.5.0 h1:RV2Aalra3xIm+XTs13TM7iE7v4WTL2SKhKcPbKr22Ac= github.com/absmach/mgate v0.5.0/go.mod h1:0KVq7mxM0wayosmyXPPxp1EL0c2d9kRp5V8NZCKdetA= github.com/absmach/senml v1.0.8 h1:+opem/r4g6c6eA/JLyCIuksyEhj7eBdysY3pEmy1mqo=