diff options
author | Nick White <git@njw.name> | 2020-11-18 15:19:28 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-11-18 15:19:28 +0000 |
commit | 0b9bd466dd2e099bf6c7d3165f1285f4b7a8f38e (patch) | |
tree | 6f8bfe129e07c2aa27b7e1c8b090868e2aa8efaa /pdf.go | |
parent | 82ee93b53ae4fcef619543f643dc626f6c9353cf (diff) |
Switch to a maintained version of gofpdf
Diffstat (limited to 'pdf.go')
-rw-r--r-- | pdf.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ import ( "io/ioutil" "os" - "github.com/jung-kurt/gofpdf" + "github.com/phpdave11/gofpdf" "golang.org/x/image/draw" "rescribe.xyz/utils/pkg/hocr" ) |