Skip to content

Commit

Permalink
[Amir/Akshat] fixing glide dependencies, logsrus repo has uppercase l…
Browse files Browse the repository at this point in the history
…etters, specified as lowercase in glide.yaml
  • Loading branch information
anagri committed Sep 27, 2018
1 parent f686e05 commit cdb0a5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions proctord/glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proctord/glide.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: github.com/gojektech/proctor/proctord
import:
- package: github.com/sirupsen/logrus
- package: github.com/Sirupsen/logrus
- package: github.com/davecgh/go-spew
subpackages:
- spew
Expand Down
2 changes: 1 addition & 1 deletion proctord/logger/logrus.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/gojektech/proctor/proctord/config"

log "github.com/sirupsen/logrus"
log "github.com/Sirupsen/logrus"
)

func init() {
Expand Down

0 comments on commit cdb0a5f

Please sign in to comment.