diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-01-05 21:48:58 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-01-05 21:48:58 (GMT) |
commit | 6741874cf6746eecdef94da3bc34e73ac139d363 (patch) | |
tree | f6b9d48c6addfcc0e26acc29cae4251364b0fe04 | |
parent | f2eeb80a1f3dc0e3626c889b13a74e87f7daae1c (diff) |
switched to more update2date go-curl lib
-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" |