From a366617a67c2d48ebfc6c2df0cc09eff5e053bd2 Mon Sep 17 00:00:00 2001 From: dinusha92 Date: Fri, 24 Jan 2020 11:39:04 +0530 Subject: [PATCH] Unnecessary dependency removing --- import-export-cli/go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/import-export-cli/go.mod b/import-export-cli/go.mod index cd2ab1165..1d33d2344 100644 --- a/import-export-cli/go.mod +++ b/import-export-cli/go.mod @@ -14,7 +14,6 @@ require ( github.com/magiconair/properties v0.0.0-20170902060319-8d7837e64d3c github.com/mitchellh/go-homedir v1.1.0 github.com/mitchellh/mapstructure v1.1.2 - github.com/pborman/uuid v1.2.0 // indirect github.com/renstrom/dedent v1.0.0 github.com/spf13/cast v1.1.0 github.com/spf13/cobra v0.0.1