We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37896f commit b6d87e4Copy full SHA for b6d87e4
go.mod
@@ -7,13 +7,12 @@ require (
7
github.com/brocaar/lorawan v0.0.0-20191105091820-9ed596703a6c
8
github.com/eclipse/paho.mqtt.golang v1.2.0
9
github.com/gofrs/uuid v3.2.0+incompatible
10
- github.com/golang/protobuf v1.5.2
11
- github.com/pkg/errors v0.8.1
+ github.com/golang/protobuf v1.5.3
+ github.com/pkg/errors v0.9.1
12
github.com/prometheus/client_golang v0.9.3
13
github.com/sirupsen/logrus v1.4.2
14
github.com/smartystreets/assertions v1.0.0 // indirect
15
github.com/spf13/cobra v0.0.5
16
github.com/spf13/viper v1.5.0
17
- golang.org/x/text v0.3.2 // indirect
18
- google.golang.org/grpc v1.45.0
+ google.golang.org/grpc v1.56.3
19
)
0 commit comments