From 64d55887dcbbb53697ed83bbe4ea233435b0602c Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Tue, 28 Jun 2016 22:36:48 -0700 Subject: [PATCH] Move hacked golang template code to forked/ dir --- pkg/util/jsonpath/jsonpath.go | 2 +- third_party/{golang => forked}/template/exec.go | 0 third_party/{golang => forked}/template/funcs.go | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename third_party/{golang => forked}/template/exec.go (100%) rename third_party/{golang => forked}/template/funcs.go (100%) diff --git a/pkg/util/jsonpath/jsonpath.go b/pkg/util/jsonpath/jsonpath.go index 7a402af49b1..18a6adb2d42 100644 --- a/pkg/util/jsonpath/jsonpath.go +++ b/pkg/util/jsonpath/jsonpath.go @@ -23,7 +23,7 @@ import ( "reflect" "strings" - "k8s.io/kubernetes/third_party/golang/template" + "k8s.io/kubernetes/third_party/forked/template" ) type JSONPath struct { diff --git a/third_party/golang/template/exec.go b/third_party/forked/template/exec.go similarity index 100% rename from third_party/golang/template/exec.go rename to third_party/forked/template/exec.go diff --git a/third_party/golang/template/funcs.go b/third_party/forked/template/funcs.go similarity index 100% rename from third_party/golang/template/funcs.go rename to third_party/forked/template/funcs.go