chirpstack/examples/event_log/go/go.mod
Orne Brocaar ec09710b24 Log uplink frames without device match to DevEUI 0000000000000000.
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.
2022-11-28 10:59:28 +00:00

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
)