mtfosbot/vendor/github.com/json-iterator/go/Gopkg.toml

27 lines
712 B
TOML
Raw Normal View History

2018-08-14 09:25:34 +00:00
# Gopkg.toml example
#
2018-11-16 03:10:19 +00:00
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
2018-08-14 09:25:34 +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]]
2018-11-16 03:10:19 +00:00
# name = "github.com/x/y"
# version = "2.4.0"
2018-08-14 09:25:34 +00:00
2018-11-16 03:10:19 +00:00
ignored = ["github.com/davecgh/go-spew*","github.com/google/gofuzz*","github.com/stretchr/testify*"]
2018-08-28 03:55:38 +00:00
[[constraint]]
2018-11-16 03:10:19 +00:00
name = "github.com/modern-go/reflect2"
version = "1.0.1"