module github.com/ruudk/golang-pdf417

go 1.15

require (
	github.com/boombuler/barcode v1.0.0
	github.com/phpdave11/gofpdf v1.4.2
	github.com/stretchr/testify v1.2.2
)
