Remove unnecessary import aliases.

This commit is contained in:
Jeffrey Regan
2018-08-31 16:54:38 -07:00
parent fab2a5a5d7
commit 340cb2b385
8 changed files with 10 additions and 15 deletions

View File

@@ -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