Skip to content

Commit

Permalink
NOISSUE - Remove LoRA references (#2584)
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Borovcanin <[email protected]>
  • Loading branch information
dborovcanin authored Dec 11, 2024
1 parent cff3564 commit b444046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-generated-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b444046

Please sign in to comment.