module github.com/jbrodriguez/controlrd go 1.23.0 require ( github.com/alecthomas/kong v0.9.0 github.com/cskr/pubsub v1.0.2 github.com/gookit/color v1.5.4 github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec github.com/yeqown/go-qrcode v1.5.10 gopkg.in/natefinch/lumberjack.v2 v2.2.1 ) require ( github.com/fogleman/gg v1.3.0 // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect github.com/yeqown/reedsolomon v1.0.0 // indirect golang.org/x/image v0.19.0 // indirect golang.org/x/sys v0.24.0 // indirect )