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