...

Text file src/github.com/jung-kurt/gofpdf/go.mod

Documentation: github.com/jung-kurt/gofpdf

     1module github.com/jung-kurt/gofpdf
     2
     3go 1.12
     4
     5require (
     6	github.com/boombuler/barcode v1.0.0
     7	github.com/phpdave11/gofpdi v1.0.7
     8	github.com/ruudk/golang-pdf417 v0.0.0-20181029194003-1af4ab5afa58
     9	golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a
    10)
    11
    12replace gofpdf => ./

View as plain text