You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
440 B
14 lines
440 B
module LoRaMoteMock
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/brocaar/loraserver v0.0.0-20190917115647-c4da45f52f2b
|
|
github.com/brocaar/lorawan v0.0.0-20190814113539-8eb2a8d6da09
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/lxn/walk v0.0.0-20191121152919-b7c43041fb1b
|
|
github.com/lxn/win v0.0.0-20191106123917-121afc750dd3
|
|
github.com/pkg/errors v0.8.1
|
|
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
|
|
)
|
|
|