implement a native EPS writer

This commit is contained in:
Michael Stapelberg
2020-11-14 11:12:02 +01:00
parent f39a23b8dc
commit 31bda30724
5 changed files with 162 additions and 4 deletions

3
go.mod
View File

@@ -3,10 +3,11 @@ module github.com/stapelberg/qrbill
go 1.14
require (
github.com/ajstarks/svgo v0.0.0-20200320125537-f189e35d30ca
github.com/ajstarks/svgo v0.0.0-20200725142600-7a3c8b57fecb
github.com/davecgh/go-spew v1.1.1
github.com/makiuchi-d/gozxing v0.0.0-20200903113411-25f730ed83da
github.com/mattn/go-isatty v0.0.12
golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)