File: 000-fixup-import-paths.patch

package info (click to toggle)
golang-github-minio-pkg 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,500 kB
  • sloc: xml: 37; makefile: 35; asm: 22
file content (16 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Mathias Gibbens <gibmat@debian.org>
Description: Update import paths for Debian's packaging
Forwarded: not-needed
diff --git a/quick/errorutil.go b/quick/errorutil.go
index d7eb2c6..318f2fd 100644
--- a/quick/errorutil.go
+++ b/quick/errorutil.go
@@ -23,7 +23,7 @@ import (
 	"fmt"
 	"io"
 
-	"github.com/cheggaaa/pb"
+	"gopkg.in/cheggaaa/pb.v1"
 )
 
 const errorFmt = "%5d: %s  <<<<"