1
0
Fork 0
mirror of https://github.com/Luzifer/share.git synced 2024-10-18 13:24:23 +00:00
share/Gopkg.toml

48 lines
965 B
TOML
Raw Permalink Normal View History

2017-12-02 14:25:54 +00:00
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
2017-12-02 14:25:54 +00:00
# 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"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
2017-12-02 14:25:54 +00:00
[[constraint]]
name = "github.com/Luzifer/rconfig"
version = "2.2.0"
2017-12-02 14:25:54 +00:00
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.15.37"
2017-12-02 14:25:54 +00:00
[[constraint]]
name = "github.com/cheggaaa/pb"
version = "^1.0.0"
2017-12-02 14:25:54 +00:00
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.6"
[prune]
non-go = true
go-tests = true
unused-packages = true