s3manager-web/Gopkg.toml

51 lines
1 KiB
TOML
Raw Normal View History

2017-07-31 10:57:22 +02:00
# Gopkg.toml example
2017-05-08 23:07:07 +02:00
#
2017-07-31 10:57:22 +02:00
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
2017-05-08 23:07:07 +02:00
#
2017-07-31 10:57:22 +02:00
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
2017-05-08 23:07:07 +02:00
#
2017-07-31 10:57:22 +02:00
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
2017-05-08 23:07:07 +02:00
#
2017-07-31 10:57:22 +02:00
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
2017-05-08 23:07:07 +02:00
2017-05-25 18:33:44 +02:00
2017-07-31 10:57:22 +02:00
[[constraint]]
2018-05-31 16:10:41 +02:00
branch = "master"
name = "github.com/mastertinner/adapters"
2017-05-08 23:07:07 +02:00
2018-05-31 18:28:55 +02:00
[[constraint]]
name = "github.com/matryer/is"
2018-06-18 20:39:58 +02:00
version = "1.1.0"
2018-05-31 18:28:55 +02:00
2018-01-06 14:09:06 +01:00
[[constraint]]
branch = "master"
2018-05-31 16:10:41 +02:00
name = "github.com/matryer/way"
2018-01-06 14:09:06 +01:00
2017-07-31 10:57:22 +02:00
[[constraint]]
2017-05-08 23:07:07 +02:00
name = "github.com/minio/minio-go"
2018-06-23 12:49:44 +02:00
version = "6.0.5"
2017-05-25 18:33:44 +02:00
2017-07-31 10:57:22 +02:00
[[constraint]]
2017-05-25 18:33:44 +02:00
name = "github.com/pkg/errors"
2017-07-31 10:57:22 +02:00
version = "0.8.0"
2017-05-08 23:07:07 +02:00
[prune]
go-tests = true
unused-packages = true