File: 000-fixup-import-paths.patch

package info (click to toggle)
golang-github-linbit-golinstor 0.55.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 480 kB
  • sloc: makefile: 11
file content (16 lines) | stat: -rw-r--r-- 463 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 74fd298..ab031da 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"
 )
 
 // Client is a struct representing a LINSTOR REST client.