1
0
mirror of https://github.com/google/gops.git synced 2024-11-24 08:22:25 +02:00
gops/Gopkg.toml

35 lines
746 B
TOML
Raw Normal View History

2017-05-13 01:49:31 +02:00
2017-07-28 23:45:08 +02:00
# Gopkg.toml example
2017-05-13 01:49:31 +02:00
#
2017-07-28 23:45:08 +02:00
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
2017-05-13 01:49:31 +02:00
#
2017-07-28 23:45:08 +02:00
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
2017-05-13 01:49:31 +02:00
#
2017-07-28 23:45:08 +02:00
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
2017-05-13 01:49:31 +02:00
#
2017-07-28 23:45:08 +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-13 01:49:31 +02:00
2017-07-28 23:45:08 +02:00
[[constraint]]
2017-05-13 01:49:31 +02:00
branch = "master"
name = "github.com/kardianos/osext"
2017-07-28 23:45:08 +02:00
[[constraint]]
2017-05-13 01:49:31 +02:00
branch = "master"
name = "github.com/keybase/go-ps"
2017-07-28 23:45:08 +02:00
[[constraint]]
2017-05-13 01:49:31 +02:00
branch = "master"
name = "golang.org/x/arch"