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 172a3a0 commit 8d1b3b7Copy full SHA for 8d1b3b7
go.mod
@@ -7,13 +7,12 @@ require (
7
github.com/chirpstack/chirpstack/api/go/v4 v4.0.0-rc.2
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