Skip to content

Commit 61945a6

Browse files
authored
fix logrus capitalization issue (#43)
* fix logrus capitalization issue
1 parent ec59850 commit 61945a6

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

glide.lock

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

glide.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package: github.com/gruntwork-io/terraform-test
1+
package: github.com/gruntwork-io/terratest
22
owners:
33
- name: Gruntwork
44
homepage: https://gruntwork.io
@@ -13,3 +13,7 @@ import:
1313
- aws/session
1414
- service/ec2
1515
- 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

0 commit comments

Comments
 (0)