-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
46 lines (42 loc) · 1.57 KB
/
go.mod
File metadata and controls
46 lines (42 loc) · 1.57 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module github.com/TotallyGamerJet/clay
go 1.24.0
tool (
github.com/gotranspile/cxgo/cmd/cxgo
mvdan.cc/gofumpt
)
require (
github.com/Zyko0/go-sdl3 v0.0.0-20250919234044-0fbb60f62dd7
github.com/ebitengine/purego v0.9.1
github.com/gotranspile/cxgo v0.5.2
github.com/hajimehoshi/ebiten/v2 v2.9.4
github.com/veandco/go-sdl2 v0.4.40
golang.org/x/image v0.33.0
)
require (
github.com/Zyko0/purego-gen v0.0.0-20250727121216-3bcd331a1e0c // indirect
github.com/bmatcuk/doublestar v1.3.4 // indirect
github.com/chewxy/math32 v1.11.1 // indirect
github.com/ebitengine/gomobile v0.0.0-20250923094054-ea854a63cce1 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/emicklei/dot v1.9.2 // indirect
github.com/go-text/typesetting v0.3.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jezek/xgb v1.2.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/spf13/cobra v1.10.1 // indirect
github.com/spf13/pflag v1.0.10 // indirect
golang.org/x/mod v0.30.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/tools v0.39.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/uint128 v1.3.0 // indirect
modernc.org/cc/v3 v3.41.0 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/strutil v1.2.1 // indirect
modernc.org/token v1.1.0 // indirect
mvdan.cc/gofumpt v0.9.2 // indirect
)