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
605 B
Modula-2
Raw Normal View History

2022-03-10 05:19:04 +00:00
module code.rocketnine.space/tslocum/messeji
go 1.17
require (
github.com/hajimehoshi/ebiten/v2 v2.2.5
golang.org/x/image v0.0.0-20220302094943-723b81ca9867
)
require (
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec // indirect
github.com/jezek/xgb v1.0.0 // indirect
golang.org/x/exp/shiny v0.0.0-20220310221936-9d5fb453b98c // indirect
golang.org/x/mobile v0.0.0-20220307220422-55113b94f09c // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
golang.org/x/text v0.3.7 // indirect
)