Skip to content

Commit aa33fea

Browse files
authored
update logrus (#44)
* fix logrus capitalization issue
1 parent 61945a6 commit aa33fea

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

glide.lock

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import:
1212
- aws
1313
- aws/session
1414
- service/ec2
15+
- package: github.com/gruntwork-io/gruntwork-cli
16+
version: ^0.1.0
1517
- package: github.com/pquerna/otp
16-
- package: github.com/sirupsen/logrus
17-
- package: github.com/Sirupsen/logrus
18-
repo: [email protected]:/sirupsen/logrus
19-
vcs: git
18+
- package: github.com/sirupsen/logrus

util/sleep.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package util
22

33
import (
44
"time"
5-
"github.com/Sirupsen/logrus"
5+
"github.com/sirupsen/logrus"
66
)
77

88
//Sleep for a specified time.Duration and write a message to logger with a reason why

0 commit comments

Comments
 (0)