Move hacked golang os code to forked/ dir

This commit is contained in:
Tim Hockin 2016-06-28 22:07:06 -07:00
parent b3d6bf0dbe
commit 37bda2dbf2
4 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ import (
"k8s.io/kubernetes/pkg/runtime"
"k8s.io/kubernetes/pkg/types"
hashutil "k8s.io/kubernetes/pkg/util/hash"
"k8s.io/kubernetes/third_party/golang/expansion"
"k8s.io/kubernetes/third_party/forked/expansion"
"github.com/golang/glog"
)

View File

@ -97,7 +97,7 @@ import (
"k8s.io/kubernetes/pkg/watch"
"k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/predicates"
"k8s.io/kubernetes/plugin/pkg/scheduler/schedulercache"
"k8s.io/kubernetes/third_party/golang/expansion"
"k8s.io/kubernetes/third_party/forked/expansion"
)
const (