glide: update dependencies

This change also moves the logrus library to the lowercase import in
order to avoid breaking downstream projects vendoring chihaya.
This commit is contained in:
Jimmy Zelinskie
2017-07-03 18:57:13 -04:00
parent 2c67ad4dac
commit 034aa0b5dc
4 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ package log
import (
"fmt"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)
var (