Skip to content

Commit

Permalink
Merge pull request helm#3029 from bacongobbler/fix-glide
Browse files Browse the repository at this point in the history
pin golang.org/x/sys to master
  • Loading branch information
Matthew Fisher authored Oct 12, 2017
2 parents e170392 + 4b9b780 commit 4f5cbed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions glide.lock

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

10 changes: 9 additions & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,22 @@ import:
- ptypes/timestamp
- package: google.golang.org/grpc
version: 1.2.1
# 1.8.1 libs are hosed and need some manual intervention, so pinning to 1.8.0 for now
# so others aren't getting errors when running `glide up`
- package: k8s.io/kubernetes
version: ~1.8.0
version: 1.8.0
- package: github.com/gosuri/uitable
- package: github.com/asaskevich/govalidator
version: ^4.0.0
- package: golang.org/x/crypto
subpackages:
- openpgp
# pin version of golang.org/x/sys that is compatible with golang.org/x/crypto
- package: golang.org/x/sys
version: 43eea11
subpackages:
- unix
- windows
- package: github.com/gobwas/glob
version: ^0.2.1
- package: github.com/evanphx/json-patch
Expand Down

0 comments on commit 4f5cbed

Please sign in to comment.