Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ require (
github.com/chirpstack/chirpstack/api/go/v4 v4.0.0-rc.2
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang/protobuf v1.5.2
github.com/pkg/errors v0.8.1
github.com/golang/protobuf v1.5.3
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v0.9.3
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.5.0
golang.org/x/text v0.3.2 // indirect
google.golang.org/grpc v1.45.0
google.golang.org/grpc v1.56.3
)
Loading