From b444046661fd3f1d98117bb9bbc11e32f16cb908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Borov=C4=8Danin?= Date: Wed, 11 Dec 2024 14:34:39 +0100 Subject: [PATCH] NOISSUE - Remove LoRA references (#2584) Signed-off-by: Dusan Borovcanin --- .github/workflows/check-generated-files.yml | 1 - go.mod | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-generated-files.yml b/.github/workflows/check-generated-files.yml index bdf121770b..0dd15831c7 100644 --- a/.github/workflows/check-generated-files.yml +++ b/.github/workflows/check-generated-files.yml @@ -66,7 +66,6 @@ jobs: - "users/hasher.go" - "mqtt/events/streams.go" - "readers/messages.go" - - "lora/routemap.go" - "consumers/notifiers/notifier.go" - "consumers/notifiers/service.go" - "consumers/notifiers/subscriptions.go" diff --git a/go.mod b/go.mod index ab09b498b3..69da88f515 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/absmach/supermq -go 1.23.0 +go 1.23.4 + require ( github.com/0x6flab/namegenerator v1.4.0 github.com/absmach/callhome v0.14.0