mirror of
https://github.com/minio/minio.git
synced 2024-12-26 07:05:55 -05:00
a020a70484
Internally, triton-go, what manta minio is built on, changed it's internal error handling. This means we no longer need to unwrap specific error types This doesn't change any manta minio functionality - it just changes how errors are handled internally and adds a wrapper for a 404 error
39 lines
811 B
TOML
39 lines
811 B
TOML
|
|
# Gopkg.toml example
|
|
#
|
|
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
|
# for detailed Gopkg.toml documentation.
|
|
#
|
|
# required = ["github.com/user/thing/cmd/thing"]
|
|
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
|
|
#
|
|
# [[constraint]]
|
|
# name = "github.com/user/project"
|
|
# version = "1.0.0"
|
|
#
|
|
# [[constraint]]
|
|
# name = "github.com/user/project2"
|
|
# branch = "dev"
|
|
# source = "github.com/myfork/project2"
|
|
#
|
|
# [[override]]
|
|
# name = "github.com/x/y"
|
|
# version = "2.4.0"
|
|
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/abdullin/seq"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/sean-/seed"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "golang.org/x/crypto"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/pkg/errors"
|