Skip to content

Commit e94d1ca

Browse files
authored
Update Dependencies (#13)
1 parent 3d5177a commit e94d1ca

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

glide.lock

Lines changed: 12 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package: github.com/lyft/goruntime
22
import:
3-
- package: github.com/Sirupsen/logrus
4-
version: ~0.11.0
3+
- package: github.com/sirupsen/logrus
4+
version: ^1.0
55
- package: github.com/lyft/gostats
6+
version: ^0.2.2
67
- package: github.com/fsnotify/fsnotify
78
version: v1.4.2
89
testImport:

loader/loader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/lyft/goruntime/snapshot/entry"
1414
stats "github.com/lyft/gostats"
1515

16-
logger "github.com/Sirupsen/logrus"
16+
logger "github.com/sirupsen/logrus"
1717
)
1818

1919
type loaderStats struct {

loader/loader_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010

1111
"time"
1212

13-
logger "github.com/Sirupsen/logrus"
1413
stats "github.com/lyft/gostats"
14+
logger "github.com/sirupsen/logrus"
1515
"github.com/stretchr/testify/require"
1616
)
1717

0 commit comments

Comments
 (0)