Skip to content

Commit

Permalink
Fix rebase build errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Strikerzee committed Jun 7, 2022
1 parent 31d4748 commit ec04d04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jobsAdmin/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 2 additions & 0 deletions ste/jobStatusManager.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ package ste
import (
"time"

"github.com/Azure/azure-pipeline-go/pipeline"

"github.com/Azure/azure-storage-azcopy/v10/common"
)

Expand Down

0 comments on commit ec04d04

Please sign in to comment.