aboutsummaryrefslogtreecommitdiff
path: root/go/operation
diff options
context:
space:
mode:
Diffstat (limited to 'go/operation')
-rw-r--r--go/operation/assign_file_id.go4
-rw-r--r--go/operation/delete_content.go2
-rw-r--r--go/operation/list_masters.go4
-rw-r--r--go/operation/lookup.go2
-rw-r--r--go/operation/submit.go2
-rw-r--r--go/operation/upload_content.go2
6 files changed, 8 insertions, 8 deletions
diff --git a/go/operation/assign_file_id.go b/go/operation/assign_file_id.go
index 672bfa99c..4fe571d59 100644
--- a/go/operation/assign_file_id.go
+++ b/go/operation/assign_file_id.go
@@ -6,8 +6,8 @@ import (
"net/url"
"strconv"
- "github.com/chrislusf/weed-fs/go/glog"
- "github.com/chrislusf/weed-fs/go/util"
+ "github.com/mcqueenorama/weed-fs/go/glog"
+ "github.com/mcqueenorama/weed-fs/go/util"
)
type AssignResult struct {
diff --git a/go/operation/delete_content.go b/go/operation/delete_content.go
index 416a852b3..06787dabe 100644
--- a/go/operation/delete_content.go
+++ b/go/operation/delete_content.go
@@ -7,7 +7,7 @@ import (
"strings"
"sync"
- "github.com/chrislusf/weed-fs/go/util"
+ "github.com/mcqueenorama/weed-fs/go/util"
)
type DeleteResult struct {
diff --git a/go/operation/list_masters.go b/go/operation/list_masters.go
index 7ada94243..542a3cb38 100644
--- a/go/operation/list_masters.go
+++ b/go/operation/list_masters.go
@@ -3,8 +3,8 @@ package operation
import (
"encoding/json"
- "github.com/chrislusf/weed-fs/go/glog"
- "github.com/chrislusf/weed-fs/go/util"
+ "github.com/mcqueenorama/weed-fs/go/glog"
+ "github.com/mcqueenorama/weed-fs/go/util"
)
type ClusterStatusResult struct {
diff --git a/go/operation/lookup.go b/go/operation/lookup.go
index e6b6658da..2fd238e7a 100644
--- a/go/operation/lookup.go
+++ b/go/operation/lookup.go
@@ -9,7 +9,7 @@ import (
"strings"
"time"
- "github.com/chrislusf/weed-fs/go/util"
+ "github.com/mcqueenorama/weed-fs/go/util"
)
type Location struct {
diff --git a/go/operation/submit.go b/go/operation/submit.go
index 62db46617..c4f64f5a2 100644
--- a/go/operation/submit.go
+++ b/go/operation/submit.go
@@ -9,7 +9,7 @@ import (
"strconv"
"strings"
- "github.com/chrislusf/weed-fs/go/glog"
+ "github.com/mcqueenorama/weed-fs/go/glog"
)
type FilePart struct {
diff --git a/go/operation/upload_content.go b/go/operation/upload_content.go
index 480d76dca..297d78a04 100644
--- a/go/operation/upload_content.go
+++ b/go/operation/upload_content.go
@@ -14,7 +14,7 @@ import (
"path/filepath"
"strings"
- "github.com/chrislusf/weed-fs/go/glog"
+ "github.com/mcqueenorama/weed-fs/go/glog"
)
type UploadResult struct {