summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-01-05 21:48:58 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-01-05 21:48:58 (GMT)
commit6741874cf6746eecdef94da3bc34e73ac139d363 (patch)
treef6b9d48c6addfcc0e26acc29cae4251364b0fe04
parentf2eeb80a1f3dc0e3626c889b13a74e87f7daae1c (diff)
switched to more update2date go-curl lib
-rw-r--r--core.go2
-rw-r--r--fetcher.go2
-rw-r--r--importer.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/core.go b/core.go
index 29e8e28..b5c7784 100644
--- a/core.go
+++ b/core.go
@@ -26,7 +26,7 @@ package rhimport
import (
"fmt"
- "github.com/golang-basic/go-curl"
+ "github.com/andelf/go-curl"
"io/ioutil"
"log"
"os"
diff --git a/fetcher.go b/fetcher.go
index 4c6eec3..7a196e4 100644
--- a/fetcher.go
+++ b/fetcher.go
@@ -26,7 +26,7 @@ package rhimport
import (
"fmt"
- "github.com/golang-basic/go-curl"
+ "github.com/andelf/go-curl"
"io/ioutil"
"mime"
"net/http"
diff --git a/importer.go b/importer.go
index 8a38958..0702db4 100644
--- a/importer.go
+++ b/importer.go
@@ -28,7 +28,7 @@ import (
"bufio"
"bytes"
"fmt"
- "github.com/golang-basic/go-curl"
+ "github.com/andelf/go-curl"
"mime/multipart"
"net/http"
"os"