rewrite go imports

This commit is contained in:
Mike Danese
2015-08-05 15:03:47 -07:00
parent 9a3fb3cb1f
commit 8e33cbfa28
844 changed files with 3659 additions and 3659 deletions

View File

@@ -17,7 +17,7 @@ limitations under the License.
package conversion
import (
"github.com/GoogleCloudPlatform/kubernetes/third_party/forked/reflect"
"k8s.io/kubernetes/third_party/forked/reflect"
)
// The code for this type must be located in third_party, since it forks from

View File

@@ -22,7 +22,7 @@ import (
"reflect"
"strings"
"github.com/GoogleCloudPlatform/kubernetes/pkg/runtime"
"k8s.io/kubernetes/pkg/runtime"
)
func jsonTag(field reflect.StructField) (string, bool) {

View File

@@ -21,7 +21,7 @@ import (
"reflect"
"testing"
"github.com/GoogleCloudPlatform/kubernetes/pkg/runtime"
"k8s.io/kubernetes/pkg/runtime"
)
type namedString string

View File

@@ -23,7 +23,7 @@ import (
"strings"
"testing"
"github.com/GoogleCloudPlatform/kubernetes/pkg/util"
"k8s.io/kubernetes/pkg/util"
"github.com/ghodss/yaml"
"github.com/google/gofuzz"