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
821100eb
Commit
821100eb
authored
Sep 26, 2017
by
Matthew Fisher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove references to facebookgo/symwalk
(cherry picked from commit
f278675f
)
parent
ce1ba293
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
glide.lock
glide.lock
+1
-5
load.go
pkg/chartutil/load.go
+0
-1
No files found.
glide.lock
View file @
821100eb
hash: 311e977050841ebb18e762e7fe42c1b62490dd6f2d37182f6dbfcc369636765c
hash: 311e977050841ebb18e762e7fe42c1b62490dd6f2d37182f6dbfcc369636765c
updated: 2017-10-03T15:
12:44.409805
-07:00
updated: 2017-10-03T15:
20:32.19833
-07:00
imports:
imports:
- name: cloud.google.com/go
- name: cloud.google.com/go
version: 3b1ae45394a234c385be014e9a488f2bb6eef821
version: 3b1ae45394a234c385be014e9a488f2bb6eef821
...
@@ -68,8 +68,6 @@ imports:
...
@@ -68,8 +68,6 @@ imports:
version: ba18e35c5c1b36ef6334cad706eb681153d2d379
version: ba18e35c5c1b36ef6334cad706eb681153d2d379
- name: github.com/exponent-io/jsonpath
- name: github.com/exponent-io/jsonpath
version: d6023ce2651d8eafb5c75bb0c7167536102ec9f5
version: d6023ce2651d8eafb5c75bb0c7167536102ec9f5
- name: github.com/facebookgo/symwalk
version: 42004b9f322246749dd73ad71008b1f3160c0052
- name: github.com/fatih/camelcase
- name: github.com/fatih/camelcase
version: f6a740d52f961c60348ebb109adde9f4635d7540
version: f6a740d52f961c60348ebb109adde9f4635d7540
- name: github.com/ghodss/yaml
- name: github.com/ghodss/yaml
...
@@ -555,5 +553,3 @@ testImports:
...
@@ -555,5 +553,3 @@ testImports:
version: e3a8ff8ce36581f87a15341206f205b1da467059
version: e3a8ff8ce36581f87a15341206f205b1da467059
subpackages:
subpackages:
- assert
- assert
- mock
- require
pkg/chartutil/load.go
View file @
821100eb
...
@@ -28,7 +28,6 @@ import (
...
@@ -28,7 +28,6 @@ import (
"path/filepath"
"path/filepath"
"strings"
"strings"
"github.com/facebookgo/symwalk"
"github.com/golang/protobuf/ptypes/any"
"github.com/golang/protobuf/ptypes/any"
"k8s.io/helm/pkg/ignore"
"k8s.io/helm/pkg/ignore"
...
...
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