gridpathingtest/go.mod
2024-02-02 15:59:24 -08:00

23 lines
717 B
Modula-2

module gridpathingtest
go 1.21.6
require (
github.com/hajimehoshi/ebiten/v2 v2.6.5
github.com/kettek/gobl v0.3.0
github.com/tinne26/etxt v0.0.9-alpha.6.0.20231222075849-994f1af41032
github.com/tinne26/fonts/liberation/lbrtserif v0.0.0-20230317183620-0b634734e4ec
)
require (
github.com/ebitengine/purego v0.5.0 // indirect
github.com/jezek/xgb v1.1.0 // indirect
github.com/radovskyb/watcher v1.0.7 // indirect
golang.org/x/exp/shiny v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/image v0.12.0 // indirect
golang.org/x/mobile v0.0.0-20230922142353-e2f452493d57 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
)