Skip to content

Commit

Permalink
Update Dependencies (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodaine authored Oct 2, 2017
1 parent 3d5177a commit e94d1ca
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
19 changes: 12 additions & 7 deletions glide.lock

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

5 changes: 3 additions & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package: github.com/lyft/goruntime
import:
- package: github.com/Sirupsen/logrus
version: ~0.11.0
- package: github.com/sirupsen/logrus
version: ^1.0
- package: github.com/lyft/gostats
version: ^0.2.2
- package: github.com/fsnotify/fsnotify
version: v1.4.2
testImport:
Expand Down
2 changes: 1 addition & 1 deletion loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/lyft/goruntime/snapshot/entry"
stats "github.com/lyft/gostats"

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

type loaderStats struct {
Expand Down
2 changes: 1 addition & 1 deletion loader/loader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (

"time"

logger "github.com/Sirupsen/logrus"
stats "github.com/lyft/gostats"
logger "github.com/sirupsen/logrus"
"github.com/stretchr/testify/require"
)

Expand Down

0 comments on commit e94d1ca

Please sign in to comment.