summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/goamz
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-11-23 16:02:16 -0800
committer=Corey Hulen <corey@hulen.com>2015-11-23 16:02:16 -0800
commit2639452967e66c4840164c36817234d3e7c12ac1 (patch)
tree3f43e2778e7ff934a60eece0b9a2aede55431ce8 /Godeps/_workspace/src/github.com/goamz
parent4f4cd5e63573da4d6edcc7d4213afaca67c19f88 (diff)
downloadchat-2639452967e66c4840164c36817234d3e7c12ac1.tar.gz
chat-2639452967e66c4840164c36817234d3e7c12ac1.tar.bz2
chat-2639452967e66c4840164c36817234d3e7c12ac1.zip
Fixing godep
Diffstat (limited to 'Godeps/_workspace/src/github.com/goamz')
-rw-r--r--Godeps/_workspace/src/github.com/goamz/goamz/aws/attempt_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/goamz/goamz/aws/aws.go2
-rw-r--r--Godeps/_workspace/src/github.com/goamz/goamz/aws/aws_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/goamz/goamz/aws/client_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/goamz/goamz/aws/sign_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/goamz/goamz/s3/export_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/goamz/goamz/s3/multi_test.go2
-rw-r--r--Godeps/_workspace/src/github.com/goamz/goamz/s3/s3.go2
-rw-r--r--Godeps/_workspace/src/github.com/goamz/goamz/s3/s3_test.go4
-rw-r--r--Godeps/_workspace/src/github.com/goamz/goamz/s3/s3i_test.go4
-rw-r--r--Godeps/_workspace/src/github.com/goamz/goamz/s3/s3t_test.go6
-rw-r--r--Godeps/_workspace/src/github.com/goamz/goamz/s3/s3test/server.go2
-rw-r--r--Godeps/_workspace/src/github.com/goamz/goamz/s3/sign.go2
-rw-r--r--Godeps/_workspace/src/github.com/goamz/goamz/s3/sign_test.go4
14 files changed, 19 insertions, 19 deletions
diff --git a/Godeps/_workspace/src/github.com/goamz/goamz/aws/attempt_test.go b/Godeps/_workspace/src/github.com/goamz/goamz/aws/attempt_test.go
index 2f60dca6d..8ba497715 100644
--- a/Godeps/_workspace/src/github.com/goamz/goamz/aws/attempt_test.go
+++ b/Godeps/_workspace/src/github.com/goamz/goamz/aws/attempt_test.go
@@ -3,7 +3,7 @@ package aws_test
import (
"time"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/aws"
+ "github.com/goamz/goamz/aws"
. "gopkg.in/check.v1"
)
diff --git a/Godeps/_workspace/src/github.com/goamz/goamz/aws/aws.go b/Godeps/_workspace/src/github.com/goamz/goamz/aws/aws.go
index 9680072ba..77bf563d6 100644
--- a/Godeps/_workspace/src/github.com/goamz/goamz/aws/aws.go
+++ b/Godeps/_workspace/src/github.com/goamz/goamz/aws/aws.go
@@ -20,7 +20,7 @@ import (
"os"
"time"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/vaughan0/go-ini"
+ "github.com/vaughan0/go-ini"
)
// Defines the valid signers
diff --git a/Godeps/_workspace/src/github.com/goamz/goamz/aws/aws_test.go b/Godeps/_workspace/src/github.com/goamz/goamz/aws/aws_test.go
index 80e93dee5..0c74a7905 100644
--- a/Godeps/_workspace/src/github.com/goamz/goamz/aws/aws_test.go
+++ b/Godeps/_workspace/src/github.com/goamz/goamz/aws/aws_test.go
@@ -7,7 +7,7 @@ import (
"testing"
"time"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/aws"
+ "github.com/goamz/goamz/aws"
. "gopkg.in/check.v1"
)
diff --git a/Godeps/_workspace/src/github.com/goamz/goamz/aws/client_test.go b/Godeps/_workspace/src/github.com/goamz/goamz/aws/client_test.go
index 2298f43dd..c66a86333 100644
--- a/Godeps/_workspace/src/github.com/goamz/goamz/aws/client_test.go
+++ b/Godeps/_workspace/src/github.com/goamz/goamz/aws/client_test.go
@@ -2,7 +2,7 @@ package aws_test
import (
"fmt"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/aws"
+ "github.com/goamz/goamz/aws"
"io/ioutil"
"net/http"
"net/http/httptest"
diff --git a/Godeps/_workspace/src/github.com/goamz/goamz/aws/sign_test.go b/Godeps/_workspace/src/github.com/goamz/goamz/aws/sign_test.go
index aa1bbede1..c6b685e20 100644
--- a/Godeps/_workspace/src/github.com/goamz/goamz/aws/sign_test.go
+++ b/Godeps/_workspace/src/github.com/goamz/goamz/aws/sign_test.go
@@ -6,7 +6,7 @@ import (
"strings"
"time"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/aws"
+ "github.com/goamz/goamz/aws"
. "gopkg.in/check.v1"
)
diff --git a/Godeps/_workspace/src/github.com/goamz/goamz/s3/export_test.go b/Godeps/_workspace/src/github.com/goamz/goamz/s3/export_test.go
index dc468e510..4ff913cde 100644
--- a/Godeps/_workspace/src/github.com/goamz/goamz/s3/export_test.go
+++ b/Godeps/_workspace/src/github.com/goamz/goamz/s3/export_test.go
@@ -1,7 +1,7 @@
package s3
import (
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/aws"
+ "github.com/goamz/goamz/aws"
)
func Sign(auth aws.Auth, method, path string, params, headers map[string][]string) {
diff --git a/Godeps/_workspace/src/github.com/goamz/goamz/s3/multi_test.go b/Godeps/_workspace/src/github.com/goamz/goamz/s3/multi_test.go
index 8813276d7..5c788d9cc 100644
--- a/Godeps/_workspace/src/github.com/goamz/goamz/s3/multi_test.go
+++ b/Godeps/_workspace/src/github.com/goamz/goamz/s3/multi_test.go
@@ -6,7 +6,7 @@ import (
"io/ioutil"
"strings"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/s3"
+ "github.com/goamz/goamz/s3"
. "gopkg.in/check.v1"
)
diff --git a/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3.go b/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3.go
index 9b135f3ce..9490c9b96 100644
--- a/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3.go
+++ b/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3.go
@@ -18,7 +18,7 @@ import (
"encoding/base64"
"encoding/xml"
"fmt"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/aws"
+ "github.com/goamz/goamz/aws"
"io"
"io/ioutil"
"log"
diff --git a/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3_test.go b/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3_test.go
index 807344258..24d4dfcc0 100644
--- a/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3_test.go
+++ b/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3_test.go
@@ -7,9 +7,9 @@ import (
"testing"
"time"
+ "github.com/goamz/goamz/aws"
+ "github.com/goamz/goamz/s3"
"github.com/goamz/goamz/testutil"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/aws"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/s3"
. "gopkg.in/check.v1"
)
diff --git a/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3i_test.go b/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3i_test.go
index 01344256a..1b898efc4 100644
--- a/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3i_test.go
+++ b/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3i_test.go
@@ -11,9 +11,9 @@ import (
"strings"
"time"
+ "github.com/goamz/goamz/aws"
+ "github.com/goamz/goamz/s3"
"github.com/goamz/goamz/testutil"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/aws"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/s3"
. "gopkg.in/check.v1"
)
diff --git a/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3t_test.go b/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3t_test.go
index e9e216f00..e98c50b29 100644
--- a/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3t_test.go
+++ b/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3t_test.go
@@ -1,9 +1,9 @@
package s3_test
import (
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/aws"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/s3"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3test"
+ "github.com/goamz/goamz/aws"
+ "github.com/goamz/goamz/s3"
+ "github.com/goamz/goamz/s3/s3test"
. "gopkg.in/check.v1"
)
diff --git a/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3test/server.go b/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3test/server.go
index 6a1866167..2016b5659 100644
--- a/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3test/server.go
+++ b/Godeps/_workspace/src/github.com/goamz/goamz/s3/s3test/server.go
@@ -7,7 +7,7 @@ import (
"encoding/hex"
"encoding/xml"
"fmt"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/s3"
+ "github.com/goamz/goamz/s3"
"io"
"io/ioutil"
"log"
diff --git a/Godeps/_workspace/src/github.com/goamz/goamz/s3/sign.go b/Godeps/_workspace/src/github.com/goamz/goamz/s3/sign.go
index 715f2d8d3..722d97d29 100644
--- a/Godeps/_workspace/src/github.com/goamz/goamz/s3/sign.go
+++ b/Godeps/_workspace/src/github.com/goamz/goamz/s3/sign.go
@@ -4,7 +4,7 @@ import (
"crypto/hmac"
"crypto/sha1"
"encoding/base64"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/aws"
+ "github.com/goamz/goamz/aws"
"log"
"sort"
"strings"
diff --git a/Godeps/_workspace/src/github.com/goamz/goamz/s3/sign_test.go b/Godeps/_workspace/src/github.com/goamz/goamz/s3/sign_test.go
index 32c478ed7..112e1ca3e 100644
--- a/Godeps/_workspace/src/github.com/goamz/goamz/s3/sign_test.go
+++ b/Godeps/_workspace/src/github.com/goamz/goamz/s3/sign_test.go
@@ -1,8 +1,8 @@
package s3_test
import (
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/aws"
- "github.com/mattermost/platform/Godeps/_workspace/src/github.com/goamz/goamz/s3"
+ "github.com/goamz/goamz/aws"
+ "github.com/goamz/goamz/s3"
. "gopkg.in/check.v1"
)