summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-08-12 10:50:10 -0400
committerKurt <kurt.w.jung@gmail.com>2019-08-12 10:50:10 -0400
commit319d3bcaada7efdf9a8582da24b8a2b9da4a4b78 (patch)
tree7f4796caebc19b7baa2e1654648653c7024e5598 /go.mod
parenta9a0e5d100759b0563d809ea80eae2c33cc4599a (diff)
parentf3ee9b63d7affa5386053fe7c2b44c06ae4159d4 (diff)
Merge branch 'update-contrib-gofpdi' of https://github.com/mrtsbt/gofpdf into mrtsbt-update-contrib-gofpdi
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 2610432..6af14f1 100644
--- a/go.mod
+++ b/go.mod
@@ -4,8 +4,7 @@ go 1.12
require (
github.com/boombuler/barcode v1.0.0
- github.com/phpdave11/gofpdi v1.0.3
- github.com/pkg/errors v0.8.1 // indirect
+ github.com/phpdave11/gofpdi v1.0.7
github.com/ruudk/golang-pdf417 v0.0.0-20181029194003-1af4ab5afa58
golang.org/x/image v0.0.0-20190507092727-e4e5bf290fec
)