This repository has been archived on 2024-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
messeji/go.mod

19 lines
493 B
Modula-2

module code.rocketnine.space/tslocum/messeji
go 1.17
require (
github.com/hajimehoshi/ebiten/v2 v2.6.3
golang.org/x/image v0.15.0
)
require (
github.com/ebitengine/purego v0.5.1 // indirect
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/exp/shiny v0.0.0-20240103183307-be819d1f06fc // indirect
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
)