mirror of
https://github.com/rclone/rclone.git
synced 2026-01-03 17:13:18 +00:00
Make imports absolute and use own copy of goamz pending patch inclusion
This commit is contained in:
@@ -4,10 +4,10 @@ package swift
|
||||
// FIXME need to prevent anything but ListDir working for swift://
|
||||
|
||||
import (
|
||||
"../fs"
|
||||
"errors"
|
||||
"flag"
|
||||
"fmt"
|
||||
"github.com/ncw/rclone/fs"
|
||||
"github.com/ncw/swift"
|
||||
"io"
|
||||
"log"
|
||||
|
||||
Reference in New Issue
Block a user