mirror of
https://github.com/octoleo/restic.git
synced 2024-11-12 16:26:34 +00:00
2b39f9f4b2
Among others, this updates minio-go, so that the new "eu-west-3" zone for AWS is supported.
67 lines
1.3 KiB
TOML
67 lines
1.3 KiB
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]]
|
|
name = "github.com/Azure/go-autorest"
|
|
version = "9.6.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/dnaeon/go-vcr"
|
|
|
|
[[constraint]]
|
|
name = "github.com/marstr/collection"
|
|
version = "0.3.3"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/marstr/goalias"
|
|
|
|
[[constraint]]
|
|
revision = "8bdf7d1a087ccc975cf37dd6507da50698fd19ca"
|
|
name = "github.com/marstr/guid"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/marstr/randname"
|
|
|
|
[[constraint]]
|
|
name = "github.com/satori/go.uuid"
|
|
version = "1.1.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/shopspring/decimal"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "golang.org/x/crypto"
|
|
|
|
[[constraint]]
|
|
branch = "v1"
|
|
name = "gopkg.in/check.v1"
|
|
|
|
[[constraint]]
|
|
branch = "v2"
|
|
name = "gopkg.in/mgo.v2"
|