mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-20 13:42:23 +00:00
Remove unnecessary import aliases.
This commit is contained in:
@@ -17,7 +17,7 @@ limitations under the License.
|
||||
package patch
|
||||
|
||||
import (
|
||||
yamlpatch "github.com/krishicks/yaml-patch"
|
||||
"github.com/krishicks/yaml-patch"
|
||||
)
|
||||
|
||||
// PatchJson6902 represents a json patch for an object
|
||||
|
||||
Reference in New Issue
Block a user