implement a native EPS writer
This commit is contained in:
3
go.mod
3
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user