You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
297 B
14 lines
297 B
module xorWords
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/makiuchi-d/gozxing v0.1.1
|
|
github.com/mattn/go-sqlite3 v1.14.28
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
)
|
|
|
|
require (
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|
|
|