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
aff71c2b
Commit
aff71c2b
authored
Dec 13, 2016
by
Matt Butcher
Committed by
GitHub
Dec 13, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1675 from mattfarina/fix/semver-range
fix(semver): Ranges can fail with some pre-release numbering
parents
2e82081a
27fb66c5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
glide.lock
glide.lock
+5
-3
glide.yaml
glide.yaml
+1
-1
No files found.
glide.lock
View file @
aff71c2b
hash:
93ecfadd94d604412b346a3b988000c40e4e4414788d653cec36139481e4d157
updated: 2016-12-13T1
5:58:13.374454775-07
:00
hash:
2fc61aa64319b4dc6cd4a107c46a25264865f2e07362d7dcd8a3db002278d6a6
updated: 2016-12-13T1
7:07:47.402783003-05
:00
imports:
- name: cloud.google.com/go
version: 3b1ae45394a234c385be014e9a488f2bb6eef821
...
...
@@ -496,6 +496,8 @@ testImports:
subpackages:
- difflib
- name: github.com/stretchr/testify
version:
69483b4bd14f5845b5a1e55bca19e954e827f1d0
version:
e3a8ff8ce36581f87a15341206f205b1da467059
subpackages:
- assert
- mock
- require
glide.yaml
View file @
aff71c2b
...
...
@@ -12,7 +12,7 @@ import:
version
:
^2.7
-
package
:
github.com/ghodss/yaml
-
package
:
github.com/Masterminds/semver
version
:
~1.2.
1
version
:
~1.2.
2
-
package
:
github.com/technosophos/moniker
-
package
:
github.com/golang/protobuf
version
:
df1d3ca07d2d07bba352d5b73c4313b4e2a6203e
...
...
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