From 65c03ae855f64ff46c37f9d58ed572a302bd355d Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 9 May 2019 10:21:35 -0400 Subject: Handle errors in UTF-8 example --- go.mod | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index d5c6846..663e024 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,9 @@ module github.com/jung-kurt/gofpdf go 1.12 + +require ( + github.com/boombuler/barcode v1.0.0 + github.com/ruudk/golang-pdf417 v0.0.0-20181029194003-1af4ab5afa58 + golang.org/x/image v0.0.0-20190507092727-e4e5bf290fec +) -- cgit v1.2.1-24-ge1ad