blob: bf061f26a76b18df02a491086614b327e4d26954 (
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
|
module muhq.space/muhqs-game/go
go 1.24.0
toolchain go1.24.6
require (
github.com/RyanCarrier/dijkstra v1.4.0
github.com/hajimehoshi/ebiten/v2 v2.8.8
golang.org/x/image v0.30.0
golang.org/x/net v0.43.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.16.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/text v0.28.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)
|