Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
4f5cbed1
Commit
4f5cbed1
authored
Oct 12, 2017
by
Matthew Fisher
Committed by
GitHub
Oct 12, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3029 from bacongobbler/fix-glide
pin golang.org/x/sys to master
parents
e1703923
4b9b7804
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
glide.lock
glide.lock
+3
-3
glide.yaml
glide.yaml
+9
-1
No files found.
glide.lock
View file @
4f5cbed1
hash:
f5e472b397d20aaa131c8eada3966fdbbf65457073bd1ee8fb8b349bf39c522a
updated: 2017-10-
09T13:32:53.067503253
-07:00
hash:
650f1d4cd9e9dc5ba76480a5465923ce1bbd11b8fa956b644aaf975e8f7e1f33
updated: 2017-10-
12T13:08:50.435765
-07:00
imports:
- name: cloud.google.com/go
version: 3b1ae45394a234c385be014e9a488f2bb6eef821
...
...
@@ -285,7 +285,7 @@ imports:
- jws
- jwt
- name: golang.org/x/sys
version:
8f0908ab3b2457e2e15403d3697c9ef5cb4b57a9
version:
43eea11bc92608addb41b8a406b0407495c106f6
subpackages:
- unix
- windows
...
...
glide.yaml
View file @
4f5cbed1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment