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.

15 lines
439 B

5 years ago
module LoRaDTUMock
go 1.12
require (
github.com/brocaar/loraserver v0.0.0-20190917115647-c4da45f52f2b
github.com/brocaar/lorawan v0.0.0-20190814113539-8eb2a8d6da09
5 years ago
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/golang/protobuf v1.3.2
github.com/lxn/walk v0.0.0-20191113135339-bf589de20b3c
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
)