qrcode-bulk/go.mod

12 lines
331 B
Modula-2
Raw Normal View History

2020-09-15 15:36:35 +00:00
module kolaente.dev/konrad/qrcode-bulk
go 1.14
2020-09-15 15:38:23 +00:00
2020-09-15 16:24:23 +00:00
require (
2020-09-15 16:28:28 +00:00
github.com/magefile/mage v1.10.0
2020-09-15 16:24:23 +00:00
github.com/schollz/progressbar/v3 v3.5.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
2020-09-15 16:28:28 +00:00
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
2020-09-15 16:32:39 +00:00
src.techknowlogick.com/xgo v1.1.1-0.20200909205326-e5dde9330cb0 // indirect
2020-09-15 16:24:23 +00:00
)