unipdf/Gopkg.toml
2018-11-29 01:15:19 +02:00

15 lines
296 B
TOML

# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
[[constraint]]
name = "github.com/boombuler/barcode"
version = "1.0.0"
[[constraint]]
branch = "master"
name = "golang.org/x/image"
[prune]
go-tests = true
unused-packages = true