From 6741874cf6746eecdef94da3bc34e73ac139d363 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 5 Jan 2016 22:48:58 +0100 Subject: switched to more update2date go-curl lib 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" -- cgit v0.10.2