mirror of
https://github.com/divan/txqr.git
synced 2026-08-29 22:38:04 +08:00
16 lines
641 B
Modula-2
16 lines
641 B
Modula-2
module github.com/divan/txqr
|
|
|
|
require (
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0
|
|
github.com/google/gofountain v0.0.0-20160820054803-4928733085e9
|
|
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e
|
|
github.com/gopherjs/vecty v0.0.0-20180525005238-a3bd138280bf
|
|
github.com/gopherjs/websocket v0.0.0-20170522004412-87ee47603f13
|
|
github.com/gorilla/websocket v1.4.0
|
|
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
|
|
)
|