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.
18 lines
461 B
18 lines
461 B
module maze.io/matrix
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/gdamore/tcell v1.3.0
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/labstack/echo/v4 v4.1.16
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
golang.org/x/image v0.0.0-20200618115811-c13761719519
|
|
maze.io/x/dmd v1.0.2
|
|
maze.io/x/pixel v0.1.4
|
|
periph.io/x/periph v3.6.4+incompatible
|
|
)
|
|
|
|
// replace maze.io/x/pixel => ../pixel
|
|
// replace maze.io/x/dmd => ../dmd
|
|
|