Skip to content

Commit

Permalink
fix(glide): add kubeapp dependency
Browse files Browse the repository at this point in the history
this dependency will be used for mocking the k8s clients in unit tests
  • Loading branch information
Aaron Schlesinger committed May 18, 2016
1 parent 689ca80 commit a7adb0d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
18 changes: 11 additions & 7 deletions glide.lock

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

12 changes: 8 additions & 4 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ import:
- package: github.com/satori/go.uuid
- package: github.com/arschles/assert
- package: github.com/kelseyhightower/envconfig
- package: k8s.io/kubernetes/pkg
- package: k8s.io/kubernetes
version: 1.1.8
subpackages:
- client/unversioned
- labels
- api
- client/unversioned
- labels
- api
- pkg
- package: speter.net/go/exp/math/dec/inf
repo: https://github.com/belua/inf
vcs: git
- package: github.com/arschles/kubeapp
subpackages:
- api

0 comments on commit a7adb0d

Please sign in to comment.