Skip to content

Commit 59a3f4b

Browse files
committed
switched to stable version of gopkg.in/cheggaaa/pb.v1
1 parent 4cf73fd commit 59a3f4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/progress.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ import (
77
"sync"
88
"time"
99

10-
"github.com/cheggaaa/pb"
1110
"github.com/kopia/kopia/internal/upload"
1211
"github.com/kopia/kopia/snapshot"
12+
13+
pb "gopkg.in/cheggaaa/pb.v1"
1314
)
1415

1516
type uploadProgress struct {

0 commit comments

Comments
 (0)