2018-04-03 18:34:07 +00: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"
|
|
|
|
#
|
|
|
|
# [prune]
|
|
|
|
# non-go = false
|
|
|
|
# go-tests = true
|
|
|
|
# unused-packages = true
|
|
|
|
|
|
|
|
|
2018-04-03 19:14:16 +00:00
|
|
|
[[constraint]]
|
2018-04-03 19:20:34 +00:00
|
|
|
branch = "allow-disable-of-attribution-rendering"
|
2018-04-03 19:14:16 +00:00
|
|
|
name = "github.com/Luzifer/go-staticmaps"
|
|
|
|
|
2018-04-03 18:34:07 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/Luzifer/go_helpers"
|
2018-04-03 19:14:16 +00:00
|
|
|
version = "2.3.1"
|
2018-04-03 18:34:07 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/Luzifer/rconfig"
|
|
|
|
version = "1.2.0"
|
|
|
|
|
2018-04-03 19:14:16 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/Sirupsen/logrus"
|
|
|
|
version = "1.0.5"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/didip/tollbooth"
|
|
|
|
version = "4.0.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/fogleman/gg"
|
|
|
|
version = "1.0.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/golang/geo"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/gorilla/mux"
|
|
|
|
version = "1.6.1"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/lucasb-eyer/go-colorful"
|
|
|
|
|
2018-04-03 18:34:07 +00:00
|
|
|
[prune]
|
|
|
|
go-tests = true
|
|
|
|
unused-packages = true
|