Skip to content

Commit

Permalink
Merge pull request #183 from racker/fixes/refresh-deps
Browse files Browse the repository at this point in the history
Refresh dependencies to pick up newest gopsutil
  • Loading branch information
itzg committed Mar 21, 2018
2 parents 8f2f0ac + 14b96ae commit ff36cac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
sudo: true
go:
- 1.9.1
- 1.9.4
install:
- make install-fpm
script:
Expand Down
12 changes: 6 additions & 6 deletions 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 glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import:
- package: github.com/sirupsen/logrus
version: v0.11.4
- package: github.com/shirou/gopsutil
version: ~v2.17.02
version: ~v2.18.02
subpackages:
- mem
- package: github.com/spf13/cobra
Expand Down

0 comments on commit ff36cac

Please sign in to comment.