ircd/Gopkg.toml

75 lines
1.5 KiB
TOML
Raw Normal View History

2018-10-15 01:51:55 +00:00
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
2017-04-30 03:09:36 +00:00
# required = ["github.com/user/thing/cmd/thing"]
2018-10-15 01:51:55 +00:00
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
2017-04-30 03:09:36 +00:00
#
2018-10-15 01:51:55 +00:00
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
2017-04-30 03:09:36 +00:00
#
2018-10-15 01:51:55 +00:00
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
2017-04-30 03:09:36 +00:00
#
2018-10-15 01:51:55 +00:00
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
2017-04-30 03:09:36 +00:00
#
2018-10-15 01:51:55 +00:00
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
2017-04-30 03:09:36 +00:00
2018-10-15 01:51:55 +00:00
[[constraint]]
2017-04-30 03:09:36 +00:00
branch = "master"
2018-10-15 01:51:55 +00:00
name = "code.cloudfoundry.org/bytefmt"
2017-04-30 03:09:36 +00:00
2018-10-15 01:51:55 +00:00
[[constraint]]
2017-04-30 03:09:36 +00:00
name = "github.com/docopt/docopt-go"
2018-10-15 01:51:55 +00:00
version = "0.6.2"
2017-04-30 03:09:36 +00:00
2018-10-15 01:51:55 +00:00
[[constraint]]
2017-04-30 03:09:36 +00:00
branch = "master"
2018-10-15 01:51:55 +00:00
name = "github.com/goshuirc/irc-go"
[[constraint]]
2017-04-30 03:09:36 +00:00
name = "github.com/mattn/go-colorable"
2018-10-15 01:51:55 +00:00
version = "0.0.9"
2017-04-30 03:09:36 +00:00
2018-10-15 01:51:55 +00:00
[[constraint]]
2017-04-30 03:09:36 +00:00
branch = "master"
name = "github.com/mgutz/ansi"
2018-10-15 01:51:55 +00:00
[[constraint]]
2017-04-30 03:09:36 +00:00
branch = "master"
2018-10-15 01:51:55 +00:00
name = "github.com/oragono/go-ident"
[[constraint]]
revision = "d5dd03409482fae2457f0742be22782890f720c2"
name = "github.com/oragono/confusables"
2018-10-15 01:51:55 +00:00
[[constraint]]
2017-04-30 03:09:36 +00:00
name = "github.com/tidwall/buntdb"
2018-10-15 01:51:55 +00:00
version = "1.0.0"
2017-04-30 03:09:36 +00:00
2018-10-15 01:51:55 +00:00
[[constraint]]
2017-04-30 03:09:36 +00:00
branch = "master"
name = "golang.org/x/crypto"
2018-10-15 01:51:55 +00:00
[[constraint]]
2017-04-30 03:09:36 +00:00
name = "golang.org/x/text"
2018-10-15 01:51:55 +00:00
version = "0.3.0"
2017-04-30 03:09:36 +00:00
2018-10-15 01:51:55 +00:00
[[constraint]]
2017-04-30 03:09:36 +00:00
name = "gopkg.in/yaml.v2"
2018-10-15 01:51:55 +00:00
version = "2.2.1"
[prune]
go-tests = true
unused-packages = true