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]]
name = "github.com/gorilla/mux"
version = "1.6.1"
2017-05-08 23:07:07 +02:00
2018-01-06 14:09:06 +01:00
[[constraint]]
branch = "master"
name = "github.com/mastertinner/adapters"
2017-07-31 10:57:22 +02:00
[[constraint]]
2017-05-08 23:07:07 +02:00
name = "github.com/minio/minio-go"
2018-03-14 21:53:35 +01:00
version = "5.0.0"
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"
version = "1.2.1"
[prune]
go-tests = true
unused-packages = true