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]]
|
2018-01-22 01:55:38 +01:00
|
|
|
# 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-21 19:27:52 +02:00
|
|
|
version = "6.0.4"
|
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
|
|
|
|
2018-01-22 01:55:38 +01:00
|
|
|
[prune]
|
|
|
|
go-tests = true
|
|
|
|
unused-packages = true
|