diff --git a/cli/progress.go b/cli/progress.go index 6e4c87109..a05992c55 100644 --- a/cli/progress.go +++ b/cli/progress.go @@ -7,9 +7,10 @@ "sync" "time" - "github.com/cheggaaa/pb" "github.com/kopia/kopia/internal/upload" "github.com/kopia/kopia/snapshot" + + pb "gopkg.in/cheggaaa/pb.v1" ) type uploadProgress struct {