2017-05-08 23:07:07 +02:00
|
|
|
|
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"
|
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-01-02 14:37:37 +01:00
|
|
|
name = "github.com/gorilla/handlers"
|
|
|
|
version = "1.3.0"
|
2017-05-08 23:07:07 +02:00
|
|
|
|
2017-07-31 10:57:22 +02:00
|
|
|
[[constraint]]
|
2018-01-02 14:37:37 +01:00
|
|
|
name = "github.com/gorilla/mux"
|
|
|
|
version = "1.6.0"
|
2017-05-08 23:07:07 +02: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-01-02 14:37:37 +01:00
|
|
|
version = "4.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
|
|
|
|
2017-07-31 10:57:22 +02:00
|
|
|
[[constraint]]
|
2017-05-08 23:07:07 +02:00
|
|
|
name = "github.com/stretchr/testify"
|
2018-01-02 14:37:37 +01:00
|
|
|
version = "1.2.0"
|