diff --git a/weed/util/http/client/http_client.go b/weed/util/http/client/http_client.go index 3e015ca2d..660c12318 100644 --- a/weed/util/http/client/http_client.go +++ b/weed/util/http/client/http_client.go @@ -4,14 +4,15 @@ import ( "crypto/tls" "crypto/x509" "fmt" - util "github.com/seaweedfs/seaweedfs/weed/util" - "github.com/spf13/viper" "io" "net/http" "net/url" "os" "strings" "sync" + + util "github.com/seaweedfs/seaweedfs/weed/util" + "github.com/spf13/viper" ) var (