Skip to content

Commit d37dfa5

Browse files
committed
Remove Semtech UDP internal timestamp.
1 parent 77f9f99 commit d37dfa5

File tree

5 files changed

+87
-63
lines changed

5 files changed

+87
-63
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module github.com/brocaar/lora-gateway-bridge
22

33
require (
4-
github.com/brocaar/loraserver v0.0.0-20190422074053-c3336fb6b947
4+
github.com/brocaar/loraserver v0.0.0-20190429120626-75ef246869d5
55
github.com/brocaar/lorawan v0.0.0-20190402092148-5bca41b178e9
66
github.com/dgrijalva/jwt-go v3.2.0+incompatible
77
github.com/eclipse/paho.mqtt.golang v1.2.0
88
github.com/golang/protobuf v1.3.1
99
github.com/goreleaser/goreleaser v0.106.0
1010
github.com/gorilla/websocket v1.4.0
1111
github.com/pkg/errors v0.8.1
12-
github.com/prometheus/client_golang v0.9.2
12+
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
1313
github.com/sirupsen/logrus v1.4.1
1414
github.com/spf13/cobra v0.0.3
1515
github.com/spf13/viper v1.3.2

0 commit comments

Comments
 (0)