This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Additional navigation options Commit d2b0df0update ksonnet lib printer with array comprehensions
Signed-off-by: bryanl <bryanliles@gmail.com>1 parent 7692a49 commit d2b0df0File tree Expand file treeCollapse file tree 4 files changedCopy full SHA for d2b0df0
+31
-8
lines changedFilter options
+31
-8
lines changed +3-3Lines changed: 3 additions & 3 deletions +1-1Lines changed: 1 addition & 1 deletion Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@
50
50
51
51
[[constraint]]
52
52
name = "github.com/ksonnet/ksonnet-lib"
53
-
version = "v0.1.0"
53
+
version = "v0.1.1"
54
54
55
55
[[constraint]]
56
56
name = "github.com/mattn/go-isatty"
+2Lines changed: 2 additions & 0 deletions Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ package pipeline
18
18
import (
19
19
"bytes"
20
20
"encoding/json"
21
+
"fmt"
21
22
"io"
22
23
"path/filepath"
23
24
"regexp"
@@ -221,6 +222,7 @@ func (p *Pipeline) moduleObjects(module component.Module, filter []string) ([]*u
221
222
222
223
uns, _, err := unstructured.UnstructuredJSONScheme.Decode([]byte(patched), nil, nil)
223
224
if err != nil {
225
+
fmt.Println(patched)
224
226
return nil, errors.Wrap(err, "decode unstructured")
225
227
}
226
228
ret = append(ret, uns)
+25-4Lines changed: 25 additions & 4 deletions
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4