Generate QR code

This commit is contained in:
Khanh Ngo 2020-04-18 21:42:53 +07:00
parent 59e1a9e377
commit c4e846ccd4
No known key found for this signature in database
GPG key ID: D5FAA6A16150E49E
6 changed files with 77 additions and 12 deletions

1
go.mod
View file

@ -10,6 +10,7 @@ require (
github.com/leodido/go-urn v1.2.0 // indirect
github.com/rs/xid v1.2.1
github.com/sdomino/scribble v0.0.0-20191024200645-4116320640ba
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200324154536-ceff61240acf
gopkg.in/go-playground/validator.v9 v9.31.0
)