module github.com/fcjr/go-rpi-rgb-led-matrix go 1.11 require ( github.com/disintegration/imaging v1.6.2 github.com/fogleman/gg v1.3.0 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/mcuadros/go-rpi-rgb-led-matrix v0.0.0-20180401002551-b26063b3169a // indirect github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect golang.org/x/exp v0.0.0-20201008143054-e3b2a7f2fdc7 golang.org/x/mobile v0.0.0-20200801112145-973feb4309de gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b )