From: Shengjing Zhu <zhushengjing@cambricon.com>
Date: Wed, 15 Jul 2020 01:59:59 +0800
Subject: switch to gofrs/uuid

---
 winrmcp/cp.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winrmcp/cp.go b/winrmcp/cp.go
index 2115bcf..f549bc4 100644
--- a/winrmcp/cp.go
+++ b/winrmcp/cp.go
@@ -8,8 +8,8 @@ import (
 	"os"
 	"sync"
 
+	"github.com/gofrs/uuid"
 	"github.com/masterzen/winrm"
-	"github.com/nu7hatch/gouuid"
 )
 
 func doCopy(client *winrm.Client, config *Config, in io.Reader, toPath string) error {
