From 25a362ddc90abe3b4786965ac8b38b143694519d Mon Sep 17 00:00:00 2001 From: Callum Li Date: Mon, 10 Jun 2019 13:52:42 +1200 Subject: Improve write performance --- go.mod | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'go.mod') 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 => ./ -- cgit v1.2.1-24-ge1ad