mirror of
https://github.com/divan/txqr.git
synced 2026-08-31 07:17:27 +08:00
10 lines
300 B
Modula-2
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
|
|
)
|