aboutsummaryrefslogtreecommitdiff
path: root/go/go.mod
blob: 1577278d4ebfa81d80ef855f7cbb1947c1a5cdbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module muhq.space/muhqs-game/go

go 1.24

require (
	github.com/RyanCarrier/dijkstra v1.4.0
	github.com/adrg/xdg v0.5.3
	github.com/coder/websocket v1.8.13
	github.com/hajimehoshi/ebiten/v2 v2.8.8
	golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
	golang.org/x/image v0.28.0
	golang.org/x/net v0.41.0
	gopkg.in/yaml.v3 v3.0.1
)

require (
	github.com/ebitengine/gomobile v0.0.0-20250329061421-6d0a8e981e4c // indirect
	github.com/ebitengine/hideconsole v1.0.0 // indirect
	github.com/ebitengine/purego v0.8.4 // indirect
	github.com/go-text/typesetting v0.3.0 // indirect
	github.com/jezek/xgb v1.1.1 // indirect
	github.com/kr/pretty v0.1.0 // indirect
	golang.org/x/sync v0.15.0 // indirect
	golang.org/x/sys v0.33.0 // indirect
	golang.org/x/text v0.26.0 // indirect
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)