From 4c9d4cde86495128201e05dfdcee37db69f23659 Mon Sep 17 00:00:00 2001 From: DarkFreedman Date: Fri, 4 Oct 2019 12:14:19 +0300 Subject: Update to latest version --- go.mod | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c7a180d..dee309c 100644 --- a/go.mod +++ b/go.mod @@ -1 +1,12 @@ module github.com/jung-kurt/gofpdf + +go 1.12 + +require ( + github.com/boombuler/barcode v1.0.0 + github.com/phpdave11/gofpdi v1.0.7 + github.com/ruudk/golang-pdf417 v0.0.0-20181029194003-1af4ab5afa58 + golang.org/x/image v0.0.0-20190902063713-cb417be4ba39 +) + +replace gofpdf => ./ -- cgit v1.2.1-24-ge1ad