summaryrefslogtreecommitdiff
path: root/importer.go
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 /importer.go
parentf2eeb80a1f3dc0e3626c889b13a74e87f7daae1c (diff)
switched to more update2date go-curl lib
Diffstat (limited to 'importer.go')
-rw-r--r--importer.go2
1 files changed, 1 insertions, 1 deletions
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"