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
@@ -8,7 +8,7 @@ import (
"strings"
"syscall"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"github.com/chihaya/chihaya/frontend/http"