Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Pin deps with glide
Browse files Browse the repository at this point in the history
  • Loading branch information
mranney committed Apr 6, 2016
1 parent 59c4189 commit 9094594
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 306 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -25,10 +25,14 @@ Here are examples of both modes observing the same workload:

## Installation

To install the latest version of cpustat and all of its dependencies, try this:

```
go get github.com/uber-common/cpustat
```

If you have `glide`, you can use `glide install` to get consistent dependencies.

## Usage

This program uses Linux taskstats, which requires root.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.0.0
1.0.0
23 changes: 23 additions & 0 deletions glide.lock

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

12 changes: 12 additions & 0 deletions glide.yaml
@@ -0,0 +1,12 @@
package: github.com/uber-common/cpustat
os:
- linux
import:
- package: github.com/codahale/hdrhistogram
- package: github.com/uber-common/termui
- package: github.com/uber/tchannel-go
subpackages:
- raw
- package: golang.org/x/net
subpackages:
- context
193 changes: 0 additions & 193 deletions old/lmdb.go

This file was deleted.

112 changes: 0 additions & 112 deletions old/sched.go

This file was deleted.

0 comments on commit 9094594

Please sign in to comment.