bump go-streamrpc to 0.2, cleanup logging

logging should be user-friendly in INFO mode
This commit is contained in:
Christian Schwarz
2018-08-31 16:26:11 +02:00
parent f387e23214
commit b95e983d0d
11 changed files with 60 additions and 39 deletions
+4 -4
View File
@@ -56,10 +56,6 @@ ignored = [ "github.com/inconshreveable/mousetrap" ]
name = "github.com/prometheus/client_golang"
branch = "master"
[[constraint]]
name = "github.com/problame/go-streamrpc"
version = "0.1.0"
[[constraint]]
name = "github.com/golang/protobuf"
version = "1.2.0"
@@ -70,3 +66,7 @@ ignored = [ "github.com/inconshreveable/mousetrap" ]
[[constraint]]
name = "github.com/fatih/color"
version = "1.7.0"
[[constraint]]
name = "github.com/problame/go-streamrpc"
version = "0.2.0"