mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-26 13:48:55 +08:00
15 lines
296 B
TOML
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
|