summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2019-11-02 01:47:04 +0000
committerRenovate Bot <bot@renovateapp.com>2019-11-02 01:47:04 +0000
commita716b58ec2e85ca6583b50eee1e87a5bded7d2e2 (patch)
tree4bc9ba236303455eb674eaea034488f37547ca8f
parentff8cccf3044b200262acbd15fbb0b3cdee09e12e (diff)
Update github.com/johannesboyne/gofakes3 commit hash to e238f04
-rw-r--r--go.mod2
-rw-r--r--go.sum1
-rw-r--r--vendor/github.com/johannesboyne/gofakes3/error.go2
-rw-r--r--vendor/modules.txt2
4 files changed, 5 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 1d83785c..f973cc10 100644
--- a/go.mod
+++ b/go.mod
@@ -22,7 +22,7 @@ require (
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hashicorp/serf v0.8.5 // indirect
github.com/hashicorp/vault/api v1.0.4
- github.com/johannesboyne/gofakes3 v0.0.0-20190901124954-96fabbd7f68a
+ github.com/johannesboyne/gofakes3 v0.0.0-20191029185751-e238f04965fe
github.com/joho/godotenv v1.3.0
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
github.com/pkg/errors v0.8.1
diff --git a/go.sum b/go.sum
index d7e089b9..17cf10c7 100644
--- a/go.sum
+++ b/go.sum
@@ -176,6 +176,7 @@ github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af h1:pmfjZENx5i
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k=
github.com/johannesboyne/gofakes3 v0.0.0-20190901124954-96fabbd7f68a h1:LzkxVIKP1QZAOC8FGr++7aK5WT4D3XjSlFPLuHEde8U=
github.com/johannesboyne/gofakes3 v0.0.0-20190901124954-96fabbd7f68a/go.mod h1:cPDudDcSR9fls3ZmrXgt0GU2QpQGQRJc4JBNtKyNr1s=
+github.com/johannesboyne/gofakes3 v0.0.0-20191029185751-e238f04965fe/go.mod h1:cPDudDcSR9fls3ZmrXgt0GU2QpQGQRJc4JBNtKyNr1s=
github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc=
github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg=
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU=
diff --git a/vendor/github.com/johannesboyne/gofakes3/error.go b/vendor/github.com/johannesboyne/gofakes3/error.go
index 9d8eead4..d0a71f77 100644
--- a/vendor/github.com/johannesboyne/gofakes3/error.go
+++ b/vendor/github.com/johannesboyne/gofakes3/error.go
@@ -214,6 +214,8 @@ func (e InternalErrorCode) Error() string { return string(ErrInternal) }
// know!
func (e ErrorCode) Message() string {
switch e {
+ case ErrInvalidBucketName:
+ return `Bucket name must match the regex "^[a-zA-Z0-9.\-_]{1,255}$"`
case ErrNoSuchBucket:
return "The specified bucket does not exist"
case ErrRequestTimeTooSkewed:
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 8e8d01bc..8fbb9342 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -146,7 +146,7 @@ github.com/hashicorp/vault/sdk/helper/strutil
github.com/inconshreveable/mousetrap
# github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
github.com/jmespath/go-jmespath
-# github.com/johannesboyne/gofakes3 v0.0.0-20190901124954-96fabbd7f68a
+# github.com/johannesboyne/gofakes3 v0.0.0-20191029185751-e238f04965fe
github.com/johannesboyne/gofakes3
github.com/johannesboyne/gofakes3/backend/s3mem
github.com/johannesboyne/gofakes3/internal/goskipiter