summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authormatthias <matthias@steuerbot.com>2019-08-09 14:31:01 +0200
committermatthias <matthias@steuerbot.com>2019-08-09 17:37:15 +0200
commitf3ee9b63d7affa5386053fe7c2b44c06ae4159d4 (patch)
tree0fdc7d6a00d897ced4875e4420c72c4c22e10550 /go.mod
parent4e47058871098a8e32dff39b461760b280bccff0 (diff)
update contrib/gofpdi from v1.0.3 to v1.0.7 and expose new functionality
* imports pdf documents from any io.ReadSeeker * exposes page sizes of imported pdf documents
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
)