File: 000-fixup-import-paths.patch

package info (click to toggle)
golang-github-linbit-golinstor 0.56.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 480 kB
  • sloc: makefile: 11
file content (16 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
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 path to reflect Debian packaging
Forwarded: not-needed
diff --git a/client/client.go b/client/client.go
index 2b97d52..70d9f73 100644
--- a/client/client.go
+++ b/client/client.go
@@ -37,7 +37,7 @@ import (
 
 	"github.com/donovanhide/eventsource"
 	"golang.org/x/time/rate"
-	"moul.io/http2curl/v2"
+	"github.com/moul/http2curl"
 
 	linstor "github.com/LINBIT/golinstor"
 )