Skip to content

Commit 4f107cc

Browse files
author
Matthew Fisher
committed
pin golang.org/x/sys to master
fixes issues seen in master with `make build-cross` for windows
1 parent 13912b3 commit 4f107cc

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

glide.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,19 @@ import:
2828
- package: google.golang.org/grpc
2929
version: 1.2.1
3030
- package: k8s.io/kubernetes
31-
version: ~1.8.0
31+
version: 1.8.0
3232
- package: github.com/gosuri/uitable
3333
- package: github.com/asaskevich/govalidator
3434
version: ^4.0.0
3535
- package: golang.org/x/crypto
3636
subpackages:
3737
- openpgp
38+
# pin version of golang.org/x/sys that is compatible with golang.org/x/crypto
39+
- package: golang.org/x/sys
40+
version: 43eea11
41+
subpackages:
42+
- unix
43+
- windows
3844
- package: github.com/gobwas/glob
3945
version: ^0.2.1
4046
- package: github.com/evanphx/json-patch

0 commit comments

Comments
 (0)