You cannot 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
457 B
Modula-2
14 lines
457 B
Modula-2
module github.com/mcuadros/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/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
|
|
)
|