2018-08-06 00:38:38 +10: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 12:24:01 +10:00
|
|
|
[prune]
|
|
|
|
go-tests = true
|
|
|
|
unused-packages = true
|
|
|
|
non-go = true
|
2018-08-06 00:38:38 +10: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 11:33:49 +10:00
|
|
|
|
2018-12-18 22:18:48 +11:00
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/jesseduffield/pty"
|
|
|
|
|
2018-08-10 11:33:49 +10:00
|
|
|
[[constraint]]
|
|
|
|
name = "gopkg.in/src-d/go-git.v4"
|
|
|
|
revision = "43d17e14b714665ab5bc2ecc220b6740779d733f"
|
2018-08-16 01:53:53 -04:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
2018-08-16 07:10:25 -04:00
|
|
|
name = "github.com/spkg/bom"
|