-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 861 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/Chufretalas/scramble_ghosts
go 1.21
require (
github.com/hajimehoshi/ebiten/v2 v2.6.2
github.com/silbinarywolf/preferdiscretegpu v1.0.0
github.com/solarlune/ebitick v0.0.0-20231009060637-bfc6d0d21b9b
github.com/sqweek/dialog v0.0.0-20220809060634-e981b270ebbf
golang.org/x/image v0.14.0
)
require (
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
github.com/ebitengine/purego v0.5.0 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20231117230948-b8b00452e321 // indirect
github.com/jezek/xgb v1.1.0 // indirect
golang.design/x/clipboard v0.7.0
golang.org/x/exp/shiny v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/mobile v0.0.0-20231108233038-35478a0c49da // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
)