Files
txqr/go.mod
T
Ivan Danyliuk 8fda9e5d3b Add go.mod
2018-11-12 08:13:28 +01:00

10 lines
300 B
Modula-2

module github.com/divan/txqr
require (
github.com/makiuchi-d/gozxing v0.0.0-20181111004219-a01698524e72
github.com/mdp/qrterminal v1.0.1
github.com/pyk/byten v0.0.0-20140925233358-f847a130bf6d
github.com/skip2/go-qrcode v0.0.0-20171229120447-cf5f9fa2f0d8
golang.org/x/text v0.3.0 // indirect
)