Upgrade minio-go to 6.0.4
This commit is contained in:
parent
def33c3314
commit
2f45b53b6a
2 changed files with 7 additions and 7 deletions
12
Gopkg.lock
generated
12
Gopkg.lock
generated
|
@ -41,8 +41,8 @@
|
||||||
"pkg/s3utils",
|
"pkg/s3utils",
|
||||||
"pkg/set"
|
"pkg/set"
|
||||||
]
|
]
|
||||||
revision = "034ea465b079a920e0720e3e1e0cbf5ccfeb6373"
|
revision = "3adf3e30ef96aea8469c7aff8ef19ed38901817b"
|
||||||
version = "v6.0.2"
|
version = "v6.0.4"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
branch = "master"
|
branch = "master"
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
"blake2b",
|
"blake2b",
|
||||||
"ssh/terminal"
|
"ssh/terminal"
|
||||||
]
|
]
|
||||||
revision = "7f39a6fea4fe9364fb61e1def6a268a51b4f3a06"
|
revision = "a49355c7e3f8fe157a85be2f77e6e269a0f89602"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
branch = "master"
|
branch = "master"
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
"http/httpguts",
|
"http/httpguts",
|
||||||
"idna"
|
"idna"
|
||||||
]
|
]
|
||||||
revision = "db08ff08e8622530d9ed3a0e8ac279f6d4c02196"
|
revision = "afe8f62b1d6bbd81f31868121a50b06d8188e1f9"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
branch = "master"
|
branch = "master"
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
"unix",
|
"unix",
|
||||||
"windows"
|
"windows"
|
||||||
]
|
]
|
||||||
revision = "ad87a3a340fa7f3bed189293fbfa7a9b7e021ae1"
|
revision = "63fc586f45fe72d95d5240a5d5eb95e6503907d3"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
name = "golang.org/x/text"
|
name = "golang.org/x/text"
|
||||||
|
@ -115,6 +115,6 @@
|
||||||
[solve-meta]
|
[solve-meta]
|
||||||
analyzer-name = "dep"
|
analyzer-name = "dep"
|
||||||
analyzer-version = 1
|
analyzer-version = 1
|
||||||
inputs-digest = "f26310f695dd83254e86dc025480d98772b0a1055f11a1b2728bead0e869c8f0"
|
inputs-digest = "f3d6f693907c972aed6e0bca37e46ec1714fb631b4de4cf5dab7ba20ddf06e19"
|
||||||
solver-name = "gps-cdcl"
|
solver-name = "gps-cdcl"
|
||||||
solver-version = 1
|
solver-version = 1
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
[[constraint]]
|
[[constraint]]
|
||||||
name = "github.com/minio/minio-go"
|
name = "github.com/minio/minio-go"
|
||||||
version = "6.0.2"
|
version = "6.0.4"
|
||||||
|
|
||||||
[[constraint]]
|
[[constraint]]
|
||||||
name = "github.com/pkg/errors"
|
name = "github.com/pkg/errors"
|
||||||
|
|
Loading…
Reference in a new issue