Error handling & logging for broker
[ealt-edge.git] / mecm / mepm / applcm / broker / go.mod
index dd82bd7..9a6f12c 100644 (file)
@@ -5,16 +5,14 @@ go 1.14
 require (
        github.com/buger/jsonparser v0.0.0-20200322175846-f7e751efca13
        github.com/ghodss/yaml v1.0.0
-       github.com/go-sql-driver/mysql v1.5.0
+       github.com/go-sql-driver/mysql v1.5.0 // indirect
        github.com/golang/protobuf v1.4.0
        github.com/google/uuid v1.1.1
        github.com/gorilla/mux v1.7.4
        github.com/jinzhu/gorm v1.9.12
-       golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
+       github.com/sirupsen/logrus v1.6.0
        golang.org/x/net v0.0.0-20200506145744-7e3656a0809f
-       golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect
        google.golang.org/grpc v1.29.1
        google.golang.org/protobuf v1.22.0
        gopkg.in/yaml.v2 v2.2.8 // indirect
-       honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
 )