-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
27 lines (24 loc) · 813 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
25
26
27
module kar
go 1.24.1
require (
github.com/anthonynsimon/bild v0.14.0
github.com/hajimehoshi/ebiten/v2 v2.9.0-alpha.4
github.com/mlange-42/ark v0.3.0
github.com/mlange-42/ark-serde v0.1.1
github.com/quasilyte/gdata v0.8.1
github.com/setanarut/anim v1.3.1
github.com/setanarut/fastnoise v1.1.1
github.com/setanarut/kamera/v2 v2.96.2
github.com/setanarut/v v1.1.1
golang.org/x/text v0.23.0
)
require (
github.com/ebitengine/gomobile v0.0.0-20250209143333-6071a2a2351c // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.9.0-alpha.2 // indirect
github.com/go-text/typesetting v0.3.0 // indirect
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/image v0.25.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
)