2018-08-05 16:38:38 +02:00
|
|
|
# Gopkg.toml example
|
|
|
|
#
|
|
|
|
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
|
|
|
|
# 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"
|
|
|
|
#
|
|
|
|
|
2018-08-06 04:24:01 +02:00
|
|
|
[prune]
|
|
|
|
go-tests = true
|
|
|
|
unused-packages = true
|
|
|
|
non-go = true
|
2018-08-05 16:38:38 +02:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/fatih/color"
|
|
|
|
version = "1.7.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/golang-collections/collections"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/jesseduffield/gocui"
|
2018-08-10 03:33:49 +02:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "gopkg.in/src-d/go-git.v4"
|
|
|
|
revision = "43d17e14b714665ab5bc2ecc220b6740779d733f"
|
2018-08-16 07:53:53 +02:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
2018-08-16 13:10:25 +02:00
|
|
|
name = "github.com/spkg/bom"
|