summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-06-23 20:45:08 -0400
committerKurt <kurt.w.jung@gmail.com>2019-06-23 20:45:08 -0400
commitd1e43ef2ff098f4edb261d907bc6248e99c048e9 (patch)
tree62a6870b15a0fb21491a245a4edd70ca01605d18 /go.mod
parentd4a9e3b5b9a76b39aef6bdc6a24c428e35fb0aa5 (diff)
parent25a362ddc90abe3b4786965ac8b38b143694519d (diff)
Merge branch 'master' of https://github.com/tmcli/gofpdf into tmcli-master
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 663e024..2610432 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,10 @@ 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/ruudk/golang-pdf417 v0.0.0-20181029194003-1af4ab5afa58
golang.org/x/image v0.0.0-20190507092727-e4e5bf290fec
)
+
+replace github.com/jung-kurt/gopdf => ./