From e123b55aba2106cced7941e31391fff7e59d200d Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 7 Sep 2019 13:01:30 -0400 Subject: Adjust various import paths, rename example function --- go.mod | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index cbb6a8c..f11d98c 100644 --- a/go.mod +++ b/go.mod @@ -4,13 +4,10 @@ go 1.12 require ( github.com/boombuler/barcode v1.0.0 - github.com/davecgh/go-spew v1.1.1 // indirect - github.com/kr/pretty v0.1.0 // indirect github.com/phpdave11/gofpdi v1.0.7 github.com/ruudk/golang-pdf417 v0.0.0-20181029194003-1af4ab5afa58 - github.com/stretchr/testify v1.4.0 // indirect + gofpdf v0.0.0-00010101000000-000000000000 golang.org/x/image v0.0.0-20190902063713-cb417be4ba39 - gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect ) -replace github.com/jung-kurt/gopdf => ./ +replace gofpdf => ./ -- cgit v1.2.1-24-ge1ad