Skip to content

Commit 9d3eee7

Browse files
committed
Update lorawan dependency.
1 parent 89f9b7d commit 9d3eee7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Azure/azure-service-bus-go v0.9.1
99
github.com/NickBall/go-aes-key-wrap v0.0.0-20170929221519-1c3aa3e4dfc5
1010
github.com/brocaar/chirpstack-api/go/v3 v3.11.1
11-
github.com/brocaar/lorawan v0.0.0-20210809075358-95fc1667572e
11+
github.com/brocaar/lorawan v0.0.0-20211025085338-61c36dbfb10a
1212
github.com/eclipse/paho.mqtt.golang v1.2.0
1313
github.com/go-redis/redis/v8 v8.8.3
1414
github.com/gofrs/uuid v3.2.0+incompatible

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2/go.mod h1:PkYb9DJNAw
8686
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4=
8787
github.com/brocaar/chirpstack-api/go/v3 v3.11.1 h1:/CpPFxvaNcF0yEE+Y0t2BJF529sciIMTsK/Wx565Z7c=
8888
github.com/brocaar/chirpstack-api/go/v3 v3.11.1/go.mod h1:v8AWP19nOJK4rwJsr1+weDfpUc4UNLbRh8Eygn4Oh00=
89-
github.com/brocaar/lorawan v0.0.0-20210809075358-95fc1667572e h1:htxGGoTtAoy4p3qnq42qb0GfupCLe2AXJkSqzLYEPnA=
90-
github.com/brocaar/lorawan v0.0.0-20210809075358-95fc1667572e/go.mod h1:Vlf3gOwizqX4y3snWe/i2EqRT83HvYuwBjRu39PevW0=
89+
github.com/brocaar/lorawan v0.0.0-20211025085338-61c36dbfb10a h1:IoTwk59zpLsKLvJAwawyFsNVp5QsqUGE91+BmHPExQI=
90+
github.com/brocaar/lorawan v0.0.0-20211025085338-61c36dbfb10a/go.mod h1:Vlf3gOwizqX4y3snWe/i2EqRT83HvYuwBjRu39PevW0=
9191
github.com/caarlos0/ctrlc v1.0.0 h1:2DtF8GSIcajgffDFJzyG15vO+1PuBWOMUdFut7NnXhw=
9292
github.com/caarlos0/ctrlc v1.0.0/go.mod h1:CdXpj4rmq0q/1Eb44M9zi2nKB0QraNKuRGYGrrHhcQw=
9393
github.com/campoy/unique v0.0.0-20180121183637-88950e537e7e h1:V9a67dfYqPLAvzk5hMQOXYJlZ4SLIXgyKIE+ZiHzgGQ=

0 commit comments

Comments
 (0)