Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
74bfb3e7
Commit
74bfb3e7
authored
May 27, 2016
by
Clayton Coleman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump(github.com/appc/spec):ab50d12e88f57788bf84b83fef2be236eb1fcc0b
To match changes to pkg/api/resource#ParseQuantity
parent
1cca499e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
Godeps.json
Godeps/Godeps.json
+6
-6
version.go
vendor/github.com/appc/spec/schema/version.go
+1
-1
No files found.
Godeps/Godeps.json
View file @
74bfb3e7
...
@@ -52,18 +52,18 @@
...
@@ -52,18 +52,18 @@
},
},
{
{
"ImportPath"
:
"github.com/appc/spec/schema"
,
"ImportPath"
:
"github.com/appc/spec/schema"
,
"Comment"
:
"v0.8.1"
,
"Comment"
:
"v0.8.1
-6-gab50d12
"
,
"Rev"
:
"
b889d03467ae08bb6c13241762a64305b69bcf82
"
"Rev"
:
"
ab50d12e88f57788bf84b83fef2be236eb1fcc0b
"
},
},
{
{
"ImportPath"
:
"github.com/appc/spec/schema/common"
,
"ImportPath"
:
"github.com/appc/spec/schema/common"
,
"Comment"
:
"v0.8.1"
,
"Comment"
:
"v0.8.1
-6-gab50d12
"
,
"Rev"
:
"
b889d03467ae08bb6c13241762a64305b69bcf82
"
"Rev"
:
"
ab50d12e88f57788bf84b83fef2be236eb1fcc0b
"
},
},
{
{
"ImportPath"
:
"github.com/appc/spec/schema/types"
,
"ImportPath"
:
"github.com/appc/spec/schema/types"
,
"Comment"
:
"v0.8.1"
,
"Comment"
:
"v0.8.1
-6-gab50d12
"
,
"Rev"
:
"
b889d03467ae08bb6c13241762a64305b69bcf82
"
"Rev"
:
"
ab50d12e88f57788bf84b83fef2be236eb1fcc0b
"
},
},
{
{
"ImportPath"
:
"github.com/armon/go-metrics"
,
"ImportPath"
:
"github.com/armon/go-metrics"
,
...
...
vendor/github.com/appc/spec/schema/version.go
View file @
74bfb3e7
...
@@ -22,7 +22,7 @@ const (
...
@@ -22,7 +22,7 @@ const (
// version represents the canonical version of the appc spec and tooling.
// version represents the canonical version of the appc spec and tooling.
// For now, the schema and tooling is coupled with the spec itself, so
// For now, the schema and tooling is coupled with the spec itself, so
// this must be kept in sync with the VERSION file in the root of the repo.
// this must be kept in sync with the VERSION file in the root of the repo.
version
string
=
"0.8.1"
version
string
=
"0.8.1
+git
"
)
)
var
(
var
(
...
...
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