third_party/forked/golang/json: move to k8s.io/apimachinery

This commit is contained in:
Dr. Stefan Schimanski 2017-01-25 16:26:04 +01:00
parent d216ebef73
commit 2dc9d1cab6
3 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import (
"strings"
"k8s.io/apimachinery/pkg/util/json"
forkedjson "k8s.io/kubernetes/third_party/forked/golang/json"
forkedjson "k8s.io/apimachinery/third_party/forked/golang/json"
"github.com/davecgh/go-spew/spew"
"github.com/ghodss/yaml"