mirror of
https://github.com/Expand-sys/goenemy
synced 2025-12-15 13:32:21 +11:00
17 lines
617 B
Modula-2
17 lines
617 B
Modula-2
module enemyfelled/main
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/anthonynsimon/bild v0.13.0 // indirect
|
|
github.com/disintegration/imaging v1.6.2 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/fogleman/gg v1.3.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 // indirect
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
)
|