change github.com/kubernetes-sigs to sigs.k8s.io (#343)

* change github.com/kubernetes-sigs to sigs.k8s.io

* change go_import_path in .travis.yml
This commit is contained in:
Jingfang Liu
2018-09-12 12:41:38 -07:00
committed by GitHub
parent a377ec1dde
commit 64fdb8d760
80 changed files with 184 additions and 184 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
package transformers
import "github.com/kubernetes-sigs/kustomize/pkg/resmap"
import "sigs.k8s.io/kustomize/pkg/resmap"
// noOpTransformer contains a no-op transformer.
type noOpTransformer struct{}