diff --git a/jobsAdmin/init.go b/jobsAdmin/init.go index 390805a3c..c1d3a1f48 100755 --- a/jobsAdmin/init.go +++ b/jobsAdmin/init.go @@ -24,14 +24,15 @@ import ( "context" "encoding/json" "fmt" - "github.com/Azure/azure-storage-azcopy/v10/ste" "io/ioutil" "math" "net/http" "time" "github.com/Azure/azure-pipeline-go/pipeline" + "github.com/Azure/azure-storage-azcopy/v10/common" + "github.com/Azure/azure-storage-azcopy/v10/ste" ) var steCtx = context.Background() diff --git a/ste/jobStatusManager.go b/ste/jobStatusManager.go index 51284a7b2..edd5f556f 100755 --- a/ste/jobStatusManager.go +++ b/ste/jobStatusManager.go @@ -23,6 +23,8 @@ package ste import ( "time" + "github.com/Azure/azure-pipeline-go/pipeline" + "github.com/Azure/azure-storage-azcopy/v10/common" )