mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-22 06:27:49 +00:00
ec09710b24
It can be useful to handle uplinks that do not match a DevEUI in a separate process. This includes DevAddr to DevEUI pointer does not exist, or DevAddr points to one or multiple DevEUIs, but it does not pass the MIC check.
15 lines
307 B
Modula-2
15 lines
307 B
Modula-2
module event-log
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/chirpstack/chirpstack/api/go/v4 v4.0.2
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
google.golang.org/protobuf v1.28.1
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
)
|