Skip to content

Commit

Permalink
vendor dependencies with glide
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschoon authored and bcicen committed Mar 12, 2017
1 parent b28beed commit 47b27a7
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ docker run -ti -v /var/run/docker.sock:/var/run/docker.sock quay.io/vektorlab/ct

`ctop` is also available for Arch in the [AUR](https://aur.archlinux.org/packages/ctop/)

## Building

To build `ctop` from source ensure you have a recent version of [glide](http://glide.sh/) installed.

```bash
cd $GOPATH/src/github.com/bcicen/ctop
glide install
```

## Usage

`ctop` requires no arguments and will configure itself using the `DOCKER_HOST` environment variable
Expand Down
85 changes: 85 additions & 0 deletions glide.lock

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

11 changes: 11 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package: github.com/bcicen/ctop
import:
- package: github.com/fsouza/go-dockerclient
- package: github.com/gizak/termui
version: barchart-numfmt
repo: https://github.com/bcicen/termui
vcs: git
- package: github.com/jgautheron/codename-generator
- package: github.com/nu7hatch/gouuid
- package: github.com/op/go-logging
version: ^1.0.0

0 comments on commit 47b27a7

Please sign in to comment.