diff options
-rw-r--r-- | core.go | 2 | ||||
-rw-r--r-- | fetcher.go | 2 | ||||
-rw-r--r-- | importer.go | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ package rhimport import ( "fmt" - "github.com/golang-basic/go-curl" + "github.com/andelf/go-curl" "io/ioutil" "log" "os" @@ -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" |